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.
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.
Copyright © 2021 Jogjafile Inc.
I would try to add the +1 minute in the parameter part of the dataset with a script?
So after the parameter is set by the user, add +1 minute to that date using javascript