Closed sensingturtle closed 3 weeks ago
The highlighted text (see image below) in the ‘Advanced’ tab’s Python code on https://www.quadratichq.com/quadratic-101#formulas does not match the text inside cell (1,1).
Either the return value in the code snippet should be modified to Invalid data or the text inside cell (1,1) should be changed to Invalid data (must be >5).
Invalid data
Invalid data (must be >5)
In the latter scenario, it would make sense to extend the width of column 1 like this –
Yet another nice find, fixed.
The highlighted text (see image below) in the ‘Advanced’ tab’s Python code on https://www.quadratichq.com/quadratic-101#formulas does not match the text inside cell (1,1).
Either the return value in the code snippet should be modified to
Invalid data
or the text inside cell (1,1) should be changed toInvalid data (must be >5)
.In the latter scenario, it would make sense to extend the width of column 1 like this –