I am working on a document where I have information of different countries.
The thing is that I would like to have the same sheet for as many as countries I have.
Therefore, in the first Sheet I would display the data just for country=1. The issue is that I have some multi box objects, and if I want just to display just the data for country 1, if I use and if: "if(Country='1',State"), when I select a State I also select Country='1'.
Is there any way I could determine that this sheet objects are just for Country 1 but not involving that when I select a field it also displays the country id?