I have a TM1 cube from which the data is populated to a BI report. There are few prompts which are to be run in the BI report to get the respective data. For example Year, Month, Quarter, Region etc..
The data in TM1 cube is populated from TI Processes (without any parameters/prompts).
My question is:
There are few calculations which are to be calculated based only on the prompts selected in the BI report.
For example, if a user selects 'Jan', '2014' in the Month,Year prompts in the BI report, calculations must happen w.r.t that particular month and year (Calculations are - Multiplying the measure with Month no ('1') and getting the suffix of the year('14'). These calculations are specific to the business reqts)
Now then, when the data is being pulled directly from TM1 cube (using a pkg in FM) to the BI report, how do we set up calculations based on the prompts entered by the user in BI report? Where and how do I filter the TM1 data based on prompts running in the report?
