BIRT, DB2, Adding 1 minute to the end date of a between date parameter

51 Views Asked by At

The following works in Squirrel when substituting a value for "?"

and s.createstamp between ? and ? + 1 MINUTE

The error in BIRT:

SQL error #1: [SQL0184] Parameter marker not valid in expression.

1

There are 1 best solutions below

0
BlainTheMono On

I would try to add the +1 minute in the parameter part of the dataset with a script? enter image description here
So after the parameter is set by the user, add +1 minute to that date using javascript