-
Incident report
-
Resolution: Won't fix
-
Major
-
None
-
3.0.5rc1, 3.2.1rc1, 3.4.0alpha1
Documentation claims that user macro context containing comma does not need to be quoted. However, calculated item formula:
count(dummy.echo[{$ECHO}],10m,{$MACRO:context with , character})
results in error:
Cannot evaluate expression: "Cannot evaluate function "count(10m,{$MACRO:context with , character})": operator "character}" is not supported for function COUNT.".