Perspective Table - Show view when column(s) meet a certain condition

Hi,

instead of giving the hide parameter outside the embedded view "home/cell", just use the rowData parameter inside you embedded view. This one will return as a jsonObject the values for all column of that row. then you can make the check is the value of col1 is 3 inside you embedded view.

see this post

regards

2 Likes