Deleting a variable
You can delete variables by deleting them from the variables dialog.
Do the following:
-
When editing a sheet, click
in the edit bar on the sheet to open the variables dialog.
The variables dialog opens.
-
Select the variables you want to delete and click Delete. You can select up to 20 variables.
You can also click
in the row of the variable you want to delete and select Delete.
Information noteIf you remove a variable from the script and reload the data, the variable stays in the app. If you want to fully remove the variable from the app, you can do any of the following:
-
Delete the variable from the variables dialog.
-
Drop the variable in the script using a Drop variable statement.
-
Set variables that are not needed in the variable dialog as script-only variables by using the ScriptOnlyVariables system variable in the script.
Information noteDeleting a variable cannot be undone. -
- Click Delete.