Good Day
Is it possible to run a feature effect query using special characters in the field name? Could I run:
const query = {
where "good(%) = '100'"
}
I know using arcade, you can do "When($feature['good(%)'] = '100')", but when I try that with non-arcade queries it doesn't work. Is there a way to pull this off?
Thanks