I have designed a report which allows the end user to select all years or just one. To do this, I created a formula which converted the date field into a year ie year({date_field}). I then created a parameter field and imported a text document which listed a range of years and the word "ALL". In my select statement I typed the following code:
if {?Year} <> "ALL" then (TOTEXT({@Year})) = {?Year} else true
Why does this report run in 8.5 without any difficulty? However as soon as I load it on Enterprise and select a year in the parameter box I get null data but the "ALL" option will work and I get all records returned.
Help please.
if {?Year} <> "ALL" then (TOTEXT({@Year})) = {?Year} else true
Why does this report run in 8.5 without any difficulty? However as soon as I load it on Enterprise and select a year in the parameter box I get null data but the "ALL" option will work and I get all records returned.
Help please.