Of

circle-info

The OF keyword selects values from a list or concept set.

This function is SQL compatible. For more information about SQL compatibility, see our documentation.

circle-check
chevron-rightexpression OF listhashtag

([Products.Name] OF [Products]) => list of product names.

First([Products.Name] OF [Products]) => the Name of the first product in the Productlist

chevron-rightexpression OF concept_sethashtag

concept:'ImageFile' of getchildren('Images') => the Image File Properties (in this case, the filenames as collection) of the children-concepts within 'Images'.

Last updated

Was this helpful?