Forum Discussion
deirdrebclark48
2 years agoFrequent Visitor
We cannot apply operator - to types Text and Text.
I've been looking at the Advanced Editor for a couple of hours and do not see why this error is occurring. Below is the code from the Advanced Editor. Any help with a fresh pair of eyes would be ap...
- 2 years ago
It doesn't look like that there is subtraction in this query directly, but you are invoking a custom function. I'd look for issues with subtracting numbers that are text type in that function.
AlexisOlson
2 years agoSuper User
It doesn't look like that there is subtraction in this query directly, but you are invoking a custom function. I'd look for issues with subtracting numbers that are text type in that function.
deirdrebclark48
2 years agoFrequent Visitor
Thank you! I found the subtraction of the text in the custom function. Thanks again!