Reputation: 1
I have a Paginated report with few filters and a 'From date' and 'To date' filter. The report works fine with all the filter combinations.
Requirement :
Any help would be appreciated.
What I tried : I tried adding the function "=DateAdd(DateInterval.Day, 1, Parameters!FromDate.Value)" in the Default value> specify value> add of the 'End Date' paramter,
In the main report query "AND submittedon BETWEEN @StartDate and @EndDate" is added in the where condition.
Upvotes: 0
Views: 282