Hi,
I have analytic view. Now I have used these analytic view in the calculation view script mode.
So using CE_OLAP_VIEW I will fetch the data in a variable and use that variable in CE_PROJECTION.
Now I want to restrict the data from that analytic view. One option is to do it in CE_PROJECTION.
But in that case my CE_COLUMN_TABLE will fetch all records and I have huge number of records.
So how to restrict it during CE_COLUMN_TABLE.
I have set variable for filter in analytic view, but how to use it in calculation view.
Regards,
Sumit