New Bug Encountered: Cards Views..columns not detected in Show if

Cards Views…columns not detected in Show if expression. Column is in the table but system says Column is not detected

Solved Solved
0 3 399
1 ACCEPTED SOLUTION

If you want to show/hide a view, you can’t read the condition from that same table… for example if you type something like [Column]=“Value”, your view is not able to choose should it show the view or not because the condition is possible not same for all records.

View solution in original post

3 REPLIES 3

If you want to show/hide a view, you can’t read the condition from that same table… for example if you type something like [Column]=“Value”, your view is not able to choose should it show the view or not because the condition is possible not same for all records.

Thanks @Aleksi ! That makes sense…I wanted to show or not show based on status of a specific user. Does It mean I have to send the status of the user to its parent record then I can hide based on the status of the user?

Yes that should work because then you will read the status from one unique record. You could use for example a LOOKUP expression.

Top Labels in this Space