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 402
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