Hi Experts,
I'm having trouble implementing a filter criteria in Excel epm addin. The scenario is as follows.
I have 2 dimensions product and account on row axis and time dimension on column axis.
Now I have to display only products for which account1<>0 and account2=0 for any of the time periods displayed in column axis (12 months).
Examples
2013.JAN 2013.FEB 2013.MAR
Product 1 Account1 100 200 300
Account2 0 100 150
Product 2 Account1 100 150 400
Account2 200 300 400
Product 3 Account1 100 200 500
Account2 200 300 0
After applying the filter criteria ,the report should display only lines of Product 1 and Product 3 and not Product 2
The products displayed would be dynamic and there will be around 100 such products present in the report before filtering.
Since products are dynamic and are huge in number,I cannot select the hardcoded combination of products and accounts to check this criteria.
Please suggest me a way to achieve the required result.
Thanks in Advance.