Examples: Image formulas
This background image formula uses the image resource Backgrnd.gif if the current user is a manager in the current database and Cloud.gif otherwise.
@If(@Contains(@DbManager; @UserName); "Backgrnd.gif"; "Cloud.gif")
This twistie image formula uses the image resource folder.gif if the current user is not a manager in the current database.
@If(!@Contains(@DbManager; @UserName); "folder.gif"; "")