I have a question, in the view section, there...

I have a question, in the view section, there is a show_if section where you can decide whether a view is shown or not. How to use it, and is it possible to show the view only when the last entered value of a certain cell in a table equals a specific number?

For example, a view named “mpv” is only shown when a person enter “number of kids” in a different view is equal to 3.

0 1 265
1 REPLY 1

I tested this kind of functionality and it seems to work. Please remember that you should not use a value from one record in that same table. The condition should not change record by record. I created a simple calculation as COUNT(Table[KeyColumn])<5 and when the table has 5 records, it didn’t show it anymore.

Top Labels in this Space