I have a select field that is being populated by data from a SQL table. I only want the field to show if it has values. I am trying to use the visibility field and have tried using SIZE(), CONTAINS() and some other ideas, like running a query on page load (however this is a modal - so cannot run query on load).
Is there a way to achieve this?
TIA