Creating a Label Object

This topic describes how to add a new Label Object to a Screen or a Container and its specific properties.

To create a new Label Object, you need to access a Screen in Design mode.

Once you're in the Screen editing page, locate the Label Object from the Screen Objects list in the left panel, then drag and drop it onto your Screen or Container.

The Label Object, just like every other Object, can be moved, resized, duplicated via copy/paste and easily aligned with other Objects on the Screen.

See Configure Screen Objects for more details.

 

Label Object: use cases

When you create a Label Object, it is set to display the "Label" caption by default. The next step is to configure the Label as desired, for example:

 

How to use a Label for displaying data

In addition to static elements such as text or numbers, a label can also display values taken from a Block of a Layout.

The Label can only display one value at a time.

To do so, proceed as follows:

  1. Configure at least one Block in the Layout editor
  2. In the Object Properties panel, select the desired Block in the "Show value" field. The first Block you create will be automatically selected
  3. Save the Layout

You may define an Entity in the Axis area and set the same Entity in parallel to a Pager to cycle through all members of that Entity and have the Label display the corresponding value.
You can also set a Color alert on the displayed Block to change the appearance of values in the selected Screen Object, based on the alert configuration. See Color alert for more details.

 

Label properties and settings

Label properties are available from the contextual right panel of the Screen editing page once the Object is selected.

The Label Object supports all options common to all Screen Objects.

Properties specific to the Label Object are highlighted in the following image and explained below:

  • Caption. This field allows you to configure a custom text to be displayed in the Label. Enter a substitution formula to display the desired data in the Label. See Substitution formulas for more details

    If the Label is associated with a Layout, the custom caption is displayed before the value from the Layout.
    If a Color Alert is defined on the selected Block of the Layout associated with the Label, the custom caption text color or background is colored accordingly.

  • Vertical alignment. Sets the vertical text alignment for the caption
  • Horizontal alignment. Sets the horizontal text alignment for the caption
  • Action Type. Choose an action to perform when the Label is clicked. The following options are available:
    • Go to screen. Opens a Screen of the current Capsule. When this option is selected, the following additional options become available:
      • Screen. Choose the destination Screen from this dropdown menu
      • Same tab. Opens the destination Screen in the same browser tab (as opposed to a new tab) 
      • Apply data selection. Applies the current Screen Selection to the destination Screen. Selections from Pagers are transferred as fixed selections (Screen selection) where those Pagers do not exist on the Screen to be opened
      • Password protection. Toggles a password prompt before executing the action. If the option is active, you can fill out the "Title" and "Content" fields to show the end user a custom message in the password request pop up window. Toggle the "Opening passwords" option to define one or multiple passwords: to add a new password, enter it in the text field and click on the plus icon.
    • Go to previous screen. Opens the Screen opened before landing on the Screen where the Label is. This option works only if the current Screen was opened in the same tab as the previous one. The execution of this action can be password protected, as explained in the "Go to screen" bullet point
    • Run procedure. Runs a Procedure when the Label is clicked. When this option is selected, the following additional options become available:
      • Procedure location. Select the Procedure location, Capsule or Data model. If the Data model location has been selected, pick a Data model from the list
      • Procedure dropdown. Select the desired Procedure from the dropdown menu. You can easily review the Procedure structure by clicking the Edit Procedure button () on the right
      • Password protection. The execution of this action can be password protected, as explained in the "Go to screen" bullet point
    • Refresh screen. Refreshes all Layouts associated with the Objects on the Screen when the Label is clicked. The execution of this action can be password protected, as explained in the "Go to screen" bullet point
    • Save Data Entry. Saves all data entry made on all Screen Objects at once. The execution of this action can be password protected, as explained in the "Go to screen" bullet point. 

      If Save/Undo mode is disabled on the Screen, after each data entry action the new value is automatically saved. Be sure to enable the Save/Undo mode on the Screen, before configuring the Save Data Entry option on a Label.

    • Undo Data Entry. Cancels all unsaved data entry actions made on all Screen Objects at once. Undoes all unsaved data entry actions made on all Screen Objects at once.

      If Save/Undo mode is disabled on the Screen, after each data entry action the new value is automatically saved. Be sure to enable the Save/Undo mode on the Screen, before configuring the Save Data Entry option on a Label.

    • Go to URL. When the Label is clicked, a custom URL is opened in a new browser tab. The field also supports MAILTO links, which open the default mail client on the computer for sending an e-mail. The execution of this action can be password protected, as explained in the "Go to screen" bullet point. 
  • Shape. Applies a custom shape to the Label. This menu is not available for the Button Ob

 

How to use a Label to display a custom image

You can configure a Label in order to display a custom image.

To do so, proceed as follows:

  1. Select the Label Object
  2. Click on the Colors menu in the contextual right panel of the Screen editing page
  3. From the "Type" dropdown menu, select "Image"
  4. Select the image location (Link or Capsule)
  5. (Optional) Configure the image properties as desired
  6. Save the Screen

 

Dynamic actions

In addition to displaying values, a Label can be configured to run the actions below based on a value in a Cube or an Algorithm:

  • Go to screen
  • Run Procedure
  • Go to URL

 

To do so, proceed as follows:

  1. Create a new conditional Block in the Layout editor.

    The Block must be configured as a Text Algorithm and its output must be a Screen name, a Procedure name or a URL address.

  2. In the Object properties panel of the Layout editor, select a Block (other than the conditional one you just created) in the "Show value" field
  3. In the "Action value" field, select the conditional Block and save the Layout
  4. In the Label properties panel, select one of the three supported actions mentioned above
  5. Save the Screen

 

In the example below, if the Net Sales value is greater than 3 million, clicking the Label in Play mode will open the "Plan 1" Screen, otherwise it will open the "Plan 2" Screen.

 

Interacting with the Label Object in Design mode

In Design mode, the Label Object doesn't support any interactive feature other than those available for its configuration. If you need to test the behavior of the Label, please switch to Play mode.

 

 

Learn more about: