Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a report which depends on "date". I want to do two things here:
1. Whenever user opens the report the max date is always selected.
2. In Other report I want to show only last seven days from today's date for the user to make selection.
Thanks,
H
As per ur requirment u can use the date or max function in Variable.
Eg. if ur reports depends upon Trans_Date then u can use day(max(Trans_Date)) inscript or in Variables.
If u r looking for the today's date then use day(today()).
For further issue please post me sample application.
Bye