[To...] Posted 9 hours ago Share Posted 9 hours ago 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. 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 More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in