Show_If in Detail view not working

In my application is a virtual column that counts how many people will participate in a meeting.
The data type is 'Number'. The name of the column is [v|Counter].

In my Detail View, I want to show this ONLY if the number is greater the zero AND if the meeting has a 'Yes' in the '[Registration Allowed]' column.

RensD_0-1710241512163.png

The counter is calculated by this statement:

RensD_1-1710241626265.png

The 'Show_If' statement is like this:
RensD_2-1710241871203.png

I would expect that the information would not be shown if the [v|Counter] is 0 or if [Registration Allowed] is 'No'. But both cases are not happening.
(Yes.....I tried a statement with just one the the two conditions, but not working either.)
(Yes, I even tried with the statement 'False', but also no effect)

The v|Counter is always shown.
No matter the result of the statement
What am I doing wrong?

Solved Solved
0 3 54
1 ACCEPTED SOLUTION

You need to set the option Editor > Settings > View type option > Forms > Apply show-if constraints universally. Otherwise the formula has effect only on a form view.

View solution in original post

3 REPLIES 3

You need to set the option Editor > Settings > View type option > Forms > Apply show-if constraints universally. Otherwise the formula has effect only on a form view.

Yes......that's it.
RensD_0-1710257869168.png

 

You're welcome!

Top Labels in this Space