G
Guest
Hope someone helps. I'm getting the error message: Expression typed
incorrectly, or too complex to be evaluated. Numeric expression may contain
too many complicated elements.
I have a function named StatusCriteria where I am assigning a variable
either a single digit (1-5) or a <4 or >0. Then I refer to that variable as
StatusCriteria() in my criteria line. It works for the single statuses 1-5
but not the less then or greater than criterias. The field is a number field
and my variable is a string in order to do the < or >. I'm sure that's the
problem. How do I get around it?
Thanks for you help
incorrectly, or too complex to be evaluated. Numeric expression may contain
too many complicated elements.
I have a function named StatusCriteria where I am assigning a variable
either a single digit (1-5) or a <4 or >0. Then I refer to that variable as
StatusCriteria() in my criteria line. It works for the single statuses 1-5
but not the less then or greater than criterias. The field is a number field
and my variable is a string in order to do the < or >. I'm sure that's the
problem. How do I get around it?
Thanks for you help