With User variables you can store specific data values for a ChronoScan user.
User variables can be accessed with the following functions:
ent_GetCurrentUserVariable()
ent_SetCurrentUserVariable()
Or through regular chrono macros:
(%uservar.myvariable%)
Some stock user variables can be used to customize system behavior. Those are:
Variable name
|
Values
|
Description
|
uservar.batches_regex_filter
|
a regular expression
|
This variable will apply a filter that will hide all batches that don't meet the indicated regular expression.
Ex:
uservar.view_only_batch_filter = "_ER_"
Will hide all batches that don't have _ER_ on the name.
|
User variables can be edited on the "Edit user account" window: