Hi @all!
I need to evaluate some logical functions in my App where i need a "true" or "false" als a result.
Now i did for testing purposes this here:
CalcQuickBase calcQuick = new CalcQuickBase();
var result = calcQuick.ParseAndCompute("=IF(\"False\" = \"True\" AND \"True\" = \"True\", \"True\", \"False\")");
But i don´t get the expected result = "False". Else i get the error "requires 3 Arguments" -> but i provide 3 arguments, don´t i?
I don´t see any error and checked the documentation and samples now for hours, but i didn´t find the error.
Could someone please help me with this?
Thanks very much
Greetings
Thomas