Hide related table row in detail view depending on column value

Hi there,

I have a table for buildings and a table for maintanance cases with a ref to the building table. I would like to show the related cases per building in its Detail view but only the rows where the case’s column [Status] is not a specific value (“done”). Is that possible?

Solved Solved
0 2 239
1 ACCEPTED SOLUTION

You could create a slice called say “Not Done Cases” on the Cases table with an expression something like [Status]<>“Done”

In the reverse reference column [Related Cases] in the buildings table, please include this slice instead of “Cases Table”

View solution in original post

2 REPLIES 2

You could create a slice called say “Not Done Cases” on the Cases table with an expression something like [Status]<>“Done”

In the reverse reference column [Related Cases] in the buildings table, please include this slice instead of “Cases Table”

Perfect! Many thanks @Suvrutt_Gurjar

Top Labels in this Space