0

How does the View Layout Element work?

Hello, I’ve been trying to find information on the View Layout Element - the element, that, I believe, allows me to install a table in my form from another, and potentially unrelated table - but have had no luck.

 

Can someone tell me what snippet of code I need to use in order to display something on the View Layout Element?

 

Thank you,

 

Julien

2 replies

null
    • Sean
    • 5 yrs ago
    • Reported - view

    select YourTableName - to select all records from that table

    or

    select YourTableName where YourFieldName = "YourFilterCriteria" - to filter records from that table.

    • Julien
    • 5 yrs ago
    • Reported - view

    Thanks Sean.  So it’s select. That’s just what I was looking for.