Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel2
typeflat

...

Rw ui steps macro
Rw step

Click the Inputs button at the top of the Activeboard (available only with the edit editing mode activated), then click and drag your chosen input type to the Activeboard workspace.

See the different input types in this article.

Rw step

The new input will appear right away. However, you need to specify the properties of the new input to use it as required. To do so, click the input title bar to display the settings pane, which will appear to the right. Check these properties in the section below.

20_Create an input.pngImage Modified

Input properties

When you click the title bar (or the ellipsis menu and select Properties), a panel open opens on the right side with the following tabs:

Data

Load data on demand

ID

✔️ Text input
✔️ Select input

This is a unique name for the input used for internal calls, such as referring to data in the input from a widget (see Calling an input value from a widget). It is auto-generated and cannot be modified.

Name

✔️ Text input
✔️ Select input

The name of the input. This is the friendly name that appears in the input title bar in the Activeboard.

Description

✔️ Text input
✔️ Select input

A meaningful description assigned to the input to tell about its content.

Data source

Text input
✔️ Select input

This is the query that feeds data to the input. Click the Edit button to open the Query Editor, where you can edit and update the input's query script.

Custom date range

Text input
✔️ Select input

(Optional) Toggle on this option to set a date range for the input that overrides the date range set for the Activeboard. Inputs with a custom date range show the calendar icon next to the title. Learn more about setting time ranges here.

Data loading

Text input
✔️ Select input

(Optional) When this option is enabledYou can select the data fetching method for your input. When you select an option other than Inherited, the input will retrieve data only when manually prompted. Enabling this option will improve performance, which enhances your work session by ensuring that resources are utilized only option will always take priority over the global Activeboard option.

25_Create an input.pngImage Added

 

Inherited (default)

This option aligns the data fetching method with that of the Activeboard.

On demand

Status
colourGreen
titlePERFORMANCE: OPTIMAL
Having several inputs with this option has a positive impact on performance, as it ensures that resources are utilized exactly where and when you need them.

Upon When this option is enabled, the input will retrieve data only when manually prompted. This means that the input is empty after accessing the Activeboard , inputs that have a query as their data source are empty and display and displays a message explaining why, along with a button to manually fetch data.

Inputs with this option enabled will remain unaffected by the Active refresh.This and will work fine when scheduling Activeboard reports. However, it has implications when exporting the Activeboard to PDF but will work fine when scheduling Activeboard reports.

30_Create an input.pngImage Removed

.

30_Create an input.pngImage Added

Lazy

Status
colourBlue
titlePERFORMANCE: BALANCED
Having several inputs with this option has minimal impact on performance, as resources are utilized only when needed and for limited data segments.

When this option is enabled, the input will retrieve data only when it enters the screen after scrolling. This means that the input will not be loaded unless it is within the visible part of the landing screen or enters the screen after scrolling.

35_Create an inputV2.gifImage Added

Eager

Status
colourYellow
titlePERFORMANCE: POTENTIALLY REDUCED
Having several inputs with this option might affect performance considerably, as it needs to allocate as many resources as needed to retrieve data instantly.

When this option is enabled, the input will retrieve data as soon as the Activeboard is accessed.

Visual

The settings available in the Visual tab will depend upon the type of input chosen. Learn more about the settings of the different types of inputs in this article.

...