Using parameters to assign values

Parameters are a mechanism for obtaining, storing, and assigning values during an app session. For example, a designer can use a parameter to obtain input from the app user to control the flow of a macro or to provide the title of a grid. Parameters are available at the app and the macro level. App-level parameters can be inherited by widgets or macros on any app board within an app.

Parameters obtain values in the following ways:

  • The designer specifies an initial value in the app or macro properties. This value can be manually typed by the designer or dynamically returned by the system, such as the current date and time or the name of the app user.
  • The app user specifies the value in the app, either by typing it at a prompt or choosing it from a list of values defined by the designer or returned by a query.

Last modified: Friday May 12, 2023

Is this useful?