Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Percentage token has .tvalue as float
- `str` was expected - e.g. `=IF(RANGE>75%; 1; 0)` fails since `75%` is translated to .75 - while `=IF(RANGE>.75; 1; 0)` would translate to '0.75'
- Loading branch information