I have a dataset called "activities" which is written in SQL and in this dataset there is a field called "created on".
When the report is executed it currently has date to and date from parameters in order to filter and only show records based on the selected dates.
What I require is the "start date" parameter to default to the first activities "created on" date.
E.g. Report executed and has multiple activities.
- Activity a created on= 01/01/2017,
- Activity b created on= 02/01/2017,
- Activity c created on = 03/01/2017
Result: The start date parameter when the report is executed should default to 01/01/2017.