Sorry if the answer to this has already been ...

Sorry if the answer to this has already been posted, I did a search here and could not find any relevant solution.

Is it possible to hide an inline view if there are no related records? Or control the display of the inline records based on the value of a another column [Availability] in the record? Ive put in a Filter expression instead of the REF_ROWS.

0 2 320
2 REPLIES 2

You can use a Show_If expression in the column definition. That way, you leave the AppFormula as is, but you can determine whether to show it or not based on its contents.

Eg: COUNT([_THIS]) > 0

@praveen I thought the Show_If only affects forms (if not applied globally), so it wont have any effect when the app is displaying the data?

UPDATE: Tried your suggestion and it had no effect

Top Labels in this Space