Time related question
I have 2 modules with year and entity as dimensions. In 1st module I am performing some calculations based on the result I am going to eliminate some of the entities. I want to bring only the remaining entities into my another module. How can I achieve this.
0
Answers
-
@SHAH you can use the results in module 1 to generate a list subset against your entity dimension. E.g. call the list subset "ss entity: module1 subset". In the second module have "ss entity: module1 subset" as the dimension rather than entity. You will need an action to create the list subset. Hope this helps
0