Not to Show Referenced List

Hi, i am struggling in vain, to achive not to show the referenced lists, in the forms of a table.
As you see i want not to show the lists below the form, when i access that information, and is blank.
So when is blank, it is supposed not to be shown. How can i manage to achive that? thanks!


JP_Alb_0-1683664439395.png

 




 

0 2 76
2 REPLIES 2

The Show property on each column can be configured with an expression.

Open the column to edit, and then tap on the Flask icon to the far right of the "Show?" property.  Click in the presented field.

Now you can add an expression.  In each column you can add this same expression:

ISNOTBLANK([_THIS]) 

[_THIS] is a reserved keyword referring to the current column.

Hi fellow, great! thank you very much. I was missing the "_this" part.. thas because it wasnt working. Thanks again, greets!

Top Labels in this Space