ParamQuery grid support forum
General Category => Bug Report => Topic started by: jaapmurre on May 26, 2020, 12:04:49 am
-
This formula gives error 'Unexpected token >' but should not: =IF(B5<>"",IF(B6<>"",0,1),.5)
But this works: =IF(B5<>"",IF(TRUE,0,1),.5) and produces 0
Perhaps the parser chokes on repeated <>. E.g., this also produces Unexpected token >:
=AND(B5<>"",B6<>"")
-
This has been fixed in v7.3.0