Variable Range not working
Posted: Wed Jan 11, 2012 11:59 am
Designer AIR
Version: 2012.1.1204
I have created a variable of type Range call "DateRange".
So now I have "From" and "To" date range variable for the user to enter dates.
I have added a Filter in my DataBand with the expression "CostSummary.date_used > DateRange.FromDate"
I get this from the Fx Manuel on page 450.
When I preview the report I get a Report Rendering Message:
Parser error: field, method, or property is not found: 'FromDate'
Version: 2012.1.1204
I have created a variable of type Range call "DateRange".
So now I have "From" and "To" date range variable for the user to enter dates.
I have added a Filter in my DataBand with the expression "CostSummary.date_used > DateRange.FromDate"
I get this from the Fx Manuel on page 450.
When I preview the report I get a Report Rendering Message:
Parser error: field, method, or property is not found: 'FromDate'