...
Overview
In this lesson, we are going to focus on “Variable” control under the pages. This feature will give us the chance to establish conditions that we can print on screen using other controls simply referring to the variable as parameter.
How to setup a “Variable” control in page?
First, we need to create a new page or select anyone previously created in the application.
...
New variable is displayed under “Variables” tab
...
How to include a variable under any other control?
Now that we have the variable generated, we need to take into consideration that this a “Local” variable type so it will be only available in this page.
...
Click on “Submit” button to save the changes and take a look about how this “Variable” control is combined with “Label” control using the preview screen.
...
How to set any control as variable?
We learnt how to create a variable from General Information, now we are going to set a control as a variable from its creation.
...
Checking this option, we can define the label as variable at the same time.
Recap
On this lesson, we learnt how to set a “Variable” control and establish a relationship with other controls like “Labels” that require an input value. In next lessons, we will explain how to use these variables through the Actions related to the project.