Jump to content

Table filtering


---
 Share

Recommended Posts

Hello,

Is it possible to hide table rows which are based on the calculated value? I want to show only rows which have 1.000 (green rect), the rest with 0.000 (red cross) should be hidden.

image.thumb.png.e0dce3d0e495f832b66ef2525ff79ce6.png

I use advanced filter by expression and I use the name for this column "filtr" but it doesn't work:

${Equal(Value("filtr"), 1)}

Filtering by characteristisc within or out of tolerance works.

I also created my own variable (filter) and changed 1.000 with 'yes' and 0.000 with 'no' and use the expression:

${List.Contains(filter, "yes")} also doesn't work.

Link to comment
Share on other sites

 Share

×
×
  • Create New...