SOS : A modeling question

Options
imadlou
edited February 27 in Modeling

Hello Everybody ,

I have two lists in Anaplan , let's name them countries with all the countries in it and a second list called products with all the products that a company have. I want to give the possibilty for the user if he check a country , he will see only the products in his country. So my question how we can do that in Anaplan.

Thanks in advance.

Answers

  • You can if you have a link in the SYS Products module linking to the Country. The module would be dimensionalized by both Country and Product with the format of the line item being boolean and the formula would be: item(country) = SYS Product.Country.

    The you can filter on the boolean being True.