I'm trying to evaluate an expression using NCalc
.
iif(fval(hopo_pfd)="true",fval(hopa_basic)*12%,0)
But this expression is producing an error
no viable alternative at input ',' at line 1:46
All functions declared here are custom functions. But the event EvaluateFunction
is not even raised. Please help.