Discussions
Calculated fields in search
Here's what we're trying to do:
We have a custom record with multiple calculated fields. The fields with simple addition and average show up on a search results without any issue as does the following field with a formula of (case when a = b, then 30 else 0).
However, when we put the following custom calculated field onto the search, we get and error (ERROR: Invalid Expression). When we look at the same field in the record, it calculates correctly.
Field information
Type = Integer number
Store values = off
Formula is (case when X > (Z-1) then 25 else 0)
Thanks
Jan