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 610
  • 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