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

image

v8.1.25
I'm trying to show a cell(progress bar) view, only when Col1 equals '3' (rest of the columns will not show any progress bars). What could be an ideal approach for this task?

Thanks in advance!

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