- Data connection details. Different users can connect to different databases without having to set up multiple Data Connections.
- Swap tables viewed within a connection. Different users can view database level restricted tables or views.
- Swap SELECT, WHERE or ORDER BY clauses.
- Pass date time format masks.
- Apply filters in charts.
- Change chart titles.




- If a user has a user variable ‘USER_NAME’ of ‘JOE’, then for that user it will return ‘JOE’.
- If a different user doesn’t have a user variable, then it will use the system variable ‘FRED’ instead.
- If a user has a user variable ‘USER_NAME’ of ‘JOE’, then for that user it will return ‘JOE’.
- If a different user doesn’t have a user variable, there will be no system variable to fall back on, which could cause problems.



Deleting user variables
To delete a user variable, select the user on the left-hand side of the screen and then click the Variables link. Click the ‘Remove’ icon next to the variable that you want to delete.

