I have a report that I am creating as a manual cross tab.
This is in CR4E report using a connection to a universe running on SQL 2015
SAP BusinessObjects BI Platform 4.1 Support Pack 4
In the data source query filter I currently have a between filter on the date prompting you to select a start and end date in order to restrict the data being brought through to the report, this works fine.
I would like the end user to just be able to select the end date and then the report to automatically calculate the start date to two months before.
I cant see an option or a way that I could make this work, does anyone have any ideas?
Dave
did you try add months function… all you need to give in parameters is ‘m’ for month and in number of months it should be -2 so that automatically it will calculate. If not available in sql please search for alternate similar to oracle.