Hi,
I had a report with a calculation of all the sales revenue of one day. I had one parameter @Date. This was working just perfect. Now I have created a copy of this report and added the parameters @StartDate and @EndDate,Within the Data Set query I added the following line: WHERE (Datum BETWEEN @StartDate AND @EndDate)
The filter is working correctly. Only problem is that it creates a page per date instead of all the data on one page with all the totals.
How can I avoid this?
Kind regards,
Bart Timmermans
Bart Timmermans | Consultant at inovativ
Follow me @
My Blog | Linkedin |Twitter
Please mark as Answer, if my post answers your Question. Vote as Helpful, if it is helpful to you.