rick-nguyen
Results
3
issues of
rick-nguyen
The pretty parser was broken with introduction of UDFs, though it was never property implemented for Named Formulas either. This PR introduces this support.
1. UDF():DS = Filter(DS, Sqrt(Value) > 5)); 2. use UDF() elsewhere, no delegation warning is shown This has always been the case for named formulas as well, change for NF...
Breaking Internals