Has anyone encountered an error trying to do a SEL...
# suiteql
j
Has anyone encountered an error trying to do a SELECT when you get
Unknown identifier
for a custom field that definitely exists? I’m trying to query the values of a percent field, and am getting this error. Definitely spelling the id of the field correctly. The only thing I can think is that the actual field LABEL had a delta character in it (
GL Rate Δ
) but I’ve tried taking that out and still getting the same error.
p
Common root cause is either a permission issue or non-stored field.
j
ahhhhh that’s it