BI Publisher Report
Hi Everyone,
Good Morning!!
I have a requirement from a user to show GL Balance data for MTD and YTD current and last year.
The user should input a value as a parameter to the report and the report should get the data for the input date’s MTD and YTD Balance.
Example : if the user inputs 12-Feb-2013, the report should fetch the data as below
MTD_Current_Year | 01-Feb-2013 till 12-Feb-2013 |
MTD_Previous_Year | 01-Feb-2012 till 12-Feb-2012 |
YTD_Current_Year | 01-Jan-2013 till 12-Feb-2013 |
YTD_Previous_Year | 01-Jan-2012 till 12-Feb-2012 |
To achieve the above requirement, I have created a query with the required logic and trying to implement that in BI Publisher but im getting some errors in the Data Model.