Display Condition for Objects
Posted: Mon Jan 15, 2018 11:14 am
Hi,
Where/how can I set a "Display Condition" for objects. E.g. to make an object visible if the user's Access Level matches.
In nuBuilderPro:
http://wiki.nubuilder.net/nubuilderv3/i ... _Condition
Where/how can I set a "Display Condition" for objects. E.g. to make an object visible if the user's Access Level matches.
In nuBuilderPro:
Code: Select all
SELECT IF('#nu_access_level#' = 'admin', '1', '0')