Variable replacement
This feature gives access to specific data in settings like text displays or advanced dropdown expressions.
It is mainly used in the rule editor though.
The values won’t work if the executing application has no actual reference (e.g. custom buttons have no row reference and therefore cannot access data from a specific column).
List of variables
Row reference
$(headerName)will be replaced with the cell value of the column$c(n)will be replaced with the cell value of the nth column$#(rowId)will be replaced with the row identifier v2.15.0+
Static
$v(qlikVariable)will be replaced with the value of the Qlik variable$#(serverUrl)will be replaced with the current url (protocol & hostname) v2.26.0+$#(dp_table)will be replaced with the connected db table name v2.26.0+$#(today)will be replaced with todays unix timestamp (0h 0m) v3.4.0+$#(now)will be replaced with the current unix timestamp v3.4.0+
Rule specific
$r(ruleVariableKey)will be replaced with the value of a rule variable previously created with the given key v2.4.0+
Last updated on