Hi,
We have an engine where we simply want to get the values for custom formulas, but the formula isn’t recognized as a custom function.
Formula that works:
=IF(AND(B$1=“STUFF”,
TESTCUSTOM(FinalAmount)>0),
TESTCUSTO…...TESTCUSTOM(Amount) ) ) ) I created a small program reproducing this issue: FormulaNotRecognized...version (26.1). Using the same program I sent last time, this time...