I have staff in the account table and related ‘forms’ in a connected table. The forms have an expiry date.
I have created a grid view to display expiring forms. But I don’t want the expiring forms to be display for inactive users.
It does not seem to be possible to filter the view on fields from the connected table. It also doesn’t seem possible to do any conditional formatting using the connected records.
So I guess I am going to need to write some Javascript for this. Has anyone already done something like this ? Need to hide row depending on the value of a record.
Thanks!!!