...
You can generalize this formatting across multiple columns by applying the $col
reference in the transform's function, as in the following:
D code |
---|
set col:colA, colB, colC value: IFVALID($col, ['Float'], ROUND($col, 2)) |
See Column Details Panel.
...