I have a Vensim model subscripted based on countries of the world. Want users to pick the country for which they want to enter the decisions and see the graphs. How can I do that?
Thank you!
Selecting a subscript element to read inputs for and show in graphs?
Hi Hazhir,
Unfortunately, there’s not an “out of the box” way to change the subscript for all the inputs and the graphs on a page.
The easiest way to set this up might be to create a different page for each of your countries. Set up the graphs and decisions on each page. Then use a dropdown menu to select the different pages. You could also use buttons using the “Goto” action, or create a dropdown that has a little javascript that changes the page navigation when you change the dropwown.
(Sorry about the delay in responding here).
WILL