Hi all,
I have made a calculation view and it has one parameter "fiscal year period".
This field contains value like 2016.01 which is fiscal year+.+fiscal period ( "GJAHR" +'.'+"MONAT").
Now if user enters value like '2016.01' , in the backend I need to fetch data for 1 year , i.e., from 2015.01 to 2016.01.
How can i achieve this?
Regards,
Meenu