Vizlib Writeback Table & Vizlib Input Form v4.3.1 released!
Release Date: 14/07/22
- [CLB-3750]: Column Syntax not working when column name starts with a number
There was a bug which was breaking the column syntax feature in some situations. Consider a table with the following column names: Sales Amount, Quantity, 1st Price and Calculation. Now imagine that the Calculation column is a calculated column with the formula =Column([1st Price]). Due to a bug, this column syntax was interpreted as Column(1) and was picking the value from the Sales Amount column instead.