Data
All saving methods allow for a selection between formatted and unformatted values.
TIP
Overwriting or using a calculated id is possible by setting the Next Entry Mode
. If it is set to a qlik expression the values in the database may be overwritten by new values.
Database
Choose the DB column to save the data of the form element to.
Variable
Save Data entered to the form element to a variable.
Selection
Select on a field if data is enetered to the form element. You can choose to convert the selection value to a number.
Save to JSON
The value can be saved to a json object for further use in e.g. an ApiCall.
TIP
To save as a nested object use the dot notation e.g. car.style.color
would result in saving a value to:
{
"car": {
"style": {
"color": "{value}"
}
}
}
Default Value
A default value for the form element. This value will also be saved to the chosen saving types. You can also choose to update the data of the form element whenever the default value changes by selecting Update on default value change
.
TIP
This can be used for automations, prefilled forms and many other use cases.