BrianTyler
IS-IT--Management
(BO v5.1.7)
This works fine:
select f1,@prompt('MonthEnd ','D',,,) from T1
This fails:
select f1,@prompt('MonthEnd ','D',,,) - 1 months from T1
from cbsinfo
Does this mean that it is impossible to manipulate prompts in freehand SQL, or is there some special syntax required?
Thanks for any ideas / comments / suggestions
Brian
This works fine:
select f1,@prompt('MonthEnd ','D',,,) from T1
This fails:
select f1,@prompt('MonthEnd ','D',,,) - 1 months from T1
from cbsinfo
Does this mean that it is impossible to manipulate prompts in freehand SQL, or is there some special syntax required?
Thanks for any ideas / comments / suggestions
Brian