placeholder commands
When using setitem, you can use more commands when specifying the value. These commands always start with „%".
e. g. setitem=myColumn=%max(<wert1>,<wert2>,0) returns the max-value of the 3 values.
example:
increment a value
setvar=ll_count=1
setvar=ll_count=%numadd(<ll_count>,1)
get the current Week
setvar=ls_week=%weekstring(<today,yyyy/mm/dd>)
messagebox=<ls_week>
See