In my active report I have a "data drop down list" . Is it possible to add a static choise as in a "normal" pull down list ?
I would like to add something like "most recent" or "all"
Hi,
Create 2 query and union.one for All and one for your actual data item. after union you can drag that data item to Active Report Object.
thanks,
Suresh.
Thank you for your answer
When I use your suggestion, in a normal report I would add an extra condition in my query. Something like : when selected xxxx = 'Most recent' then maximum(date for report) else xxxx.
But how do i have to do this in an active report.
And how do i have to this when I use a data-dropdown-list ?