Apply Conditions

Build conditional statements that execute actions at runtime.

Before you begin

Create an application page, and add widget/s to a container.

Procedure

  1. Select the widget for which you want to add a condition.
  2. Navigate to the widget's properties tab, then under DISPLAY, select .
    The conditions screen for the widget appears.
  3. Create a condition using these options:
    Populates values from the query/entity added to the component/widget. Select the first value, which is used to build a conditional statement.
    Use the operators to express the relationship between two values and return results that match.
    • = returns true if the value on the left is equal to the value on the right.
    • > returns true if the value on the left is greater than the value on the right.
    • < returns true if the value on the left is less than the value on the right.
    • >= returns true if the value on the left is greater than or equal to the value on the right.
    • <= returns true if the value on the left is less than or equal to the value on the right.
    • <> returns true if the value on the left is less than or greater than the value on the right.
    • Has value returns true if the value on the left has any value.
    • Doesn't have value returns true if the value on the left is NULL.
    Manual Allows to enter a hardcoded value.
    Flow Allows to select a value from a query.

    To delete a condition, select next to it.

  4. Optional: Select to create more conditional statements and combine them.
    • Select AND to get values that satisfy two or more conditions.
    • Select OR to get values that satisfy atleast one from the multiple conditions specified.
  5. Select Done to save and add the condition/s to the widget.