Progress Indicator column can be added to a List Report table or an Object Page section.
To add a progress column to a table to a section, perform the following steps:
-
Click
Add Progress Column
when choosing [+] button in Columns node in the Page Editor . -
Select Columns via a tree control.
-
Click [Add], a new
UI.DataPoint
annotation is created created with the following values:Value
property is set to the property chosen by the user.TargetValue
property is set to 100 by default.Visualization
property is set to enum value Progress.UI.LineItem
is updated with a newUI.DataFieldForAnnotation
containing the reference to thisUI.DataPoint
and aLabel
property generated based on the selected value.
Add progress column option is disabled if the table entity and associated entities do not have any numeric properties or all of them are already used in the table.
Column properties, can be configured in the Property Panel.
Please see Column Properties and Appendix for information on defining and editing the properties.
To move a column within a table, use one of the following options:
-
Drag-and-drop
Hover over the table column outline, press and hold the mouse button while moving the mouse pointer to the different position within the table. Release the mouse button at the desired position. Eligible positions are highlighted in green.
With drag-and-drop, you can move multiple columns at once by pressing [CTRL] + [+] .
-
Arrow buttons
Press the (Move Up) or (Move Down) button next to the column name. This option only moves one column at a time.
To delete a column in the application, perform the following steps:
- Navigate to a column.
- Click the 🗑️ (Delete) icon to open the Delete Confirmation popup window.
- Click Delete to confirm the action.
In addition to the column properties available for all column types, you can define the following properties specific to the progress column:
-
Target Type
- Choose the expression type for the progress goal. It could be a constant number or a property of a numeric type if provided in the service.
-
Target
- Choose a number representing the progress goal.