Join Slack
Powered by
When using `coalesce` on a custom rec I get "unsup...
# suiteql
c
Chris
12/17/2024, 9:44 PM
When using
coalesce
on a custom rec I get "unsupported search". Is there some edge case where
coalesce
doesn't work?
j
jen
12/17/2024, 11:31 PM
Are you certain that the fields you have inside the
COALESCE
are all the same type?
m
mesper
12/18/2024, 7:36 AM
You can not do coalesce with two different type of fields. COALESCE(field1,field2) will not work if field1 is integer and field2 is string for example
13
Views
Open in Slack
Previous
Next