Show or hide inline view

Iโ€™m trying to hide an inline view if there is no data in the referenced table:


My thoughts were to check the ref table and if no records exist then hide the view.
It seems the โ€˜Showโ€™ expression as attached doesnโ€™t work and still shows the inline view.
How would I accomplish what Iโ€™m trying to do?

Kind Regards

0 4 612
  • UX
4 REPLIES 4

Bahbus
New Member

Try reversing it with:

NOT(ISBLANK([JobID]))

Hi Dave, not worked unfortunately:
2X_5_577fb798365151a4cce7c5dc478815309ba4cc2f.png

Iโ€™m sure Iโ€™ve done this before, FitQC inline view should not show if there are no recordsโ€ฆ

Try
COUNT([_THIS])>0

2X_2_232c3ff7defabbeb7627f837b5ef05f458f56e94.png

Youโ€™re the man !!

Thanks

Top Labels in this Space