Skip to main content

Display Expressions

Display Expressions exist on Entities and Codebooks. They are the labels that are shown in the final version of the app. When Codebooks or Entities are created, they have Name established in the Create Display Attribute databox. If not, they can be established on the Settings tab in the User Interface section. For example: Display Expression can be established as item.Title

Display expressions can also be customized to show more than one attribute.

Example 1:
You can create a phrase with multiple attributes, like item.Number + " " + item.Name. This creates a number that is attached the name.

Example 2:
Alternatively, you can add more information, like item.CompanyName + " " + item.Description.