Template
Setting for Show_If
This will help Appsheet developers to find out how to write settings for Show_If value and using the app itself for that.
Loading...
Also see:
tablet mode & fullscreen mode
How we built this app
This is a simple app and the meaning of this is just to show how to write Show_if settings in your app. You don't need to change Show_If values with the Advanced editor. You can do it with the app itself!
The idea was this.. I wanted an app and a feature where everyone will see questions depening on what answer they have choosed in the beginning. You need two tabs in one sheet.. the Form and the Setting. You need first the Selection question and this is the reference for Setting tab. Then you just add LEN([Selection].[Question_1])>0 for the Show_If value for every question.. LEN([Selection].[Question_2])>0 for the Question 2 and so on. The formula means this.. when the lenght of the field is more than zero, it will show the question. It doesn't matter what letter you are using.. you can even write the whole sentence to this field if you want.
Then you need to add UX>View for Setting and here you can choose UPDATES_ONLY. With this View, you can control if the question is showing or not. Another advantage of this method is you can add as many groups as you want and you can choose the same question as many times as you need to.
You can use this same method when choosing the value for Valid_If or Required_If.