I'm trying to create a custom function that will take a boolean expression but I can't do that. When I use my function as FUNC(table.field) - it works fine. But when I use it as FUNC(NOT table.field), none of the parser methods can parse and understand it. The closest method SimpleConditionalExpression expects a comparison operator. How to fix this issue?
I'm trying to create a custom function that will take a boolean expression but I can't do that. When I use my function as
FUNC(table.field)- it works fine. But when I use it asFUNC(NOT table.field), none of the parser methods can parse and understand it. The closest methodSimpleConditionalExpressionexpects a comparison operator. How to fix this issue?