Token Sample and Data
If you have defined token data, this is restored in the sample and can be used as a classical variable of the sample.
Example:
Assume that you have created an "Order type" token data with two data values"Urgent" and "Non-urgent" of which internal values are respectively "1" and "2".
In the result sample, in addition to variables available as default, you will find an "Order type" variable. For a token of the sample, the value of this variable will be 1 or 2.
This variable can therefore be used in filter conditions of the sample.
Example
Assume that you want to obtain the average token processing time of "Urgent" tokens.
The indicator calculation rule will be:
Value = SAverageIf(Time sample , "value(Order type) = 1"," Processing")