Number field

The Number field element has a label and is used for entering numbers. It is a spin box with arrows for increasing or reducing the numerical value. Values can also be entered directly. The label can be deleted on the Display tab or by clearing the Has label check box. Inline editing is possible.

You can activate report support on the Data tab. If you do so, the data will be read from ARIS by report right before the dialog is displayed and will then be displayed in the dialog when the task is opened for editing. You can dynamically change the displayed name (label) of all elements using a report. If the task is displayed read-only, the report is not executed.

Example code for the report support

Context.setProperty("375ade20-6ea5-11e6-1af0-504e43.value","1");

See also

What is report support?