Here is my SQL filter statement that fails/errors. Both field names (Name_Primary and PARK_NAME) have apostrophes and parentheses in them. How would I form this statement to escape those characters?
var results = Filter(athleticfields, "Name_Primary = '"+$feature.PARK_NAME+"')