I am having problems setting up a table filter, as it appears the SOQL that is being passed is incorrect.
I have a condition on a model call ‘Solution’ with the following:
FIELD Solution records where Issue_type__c
OPERATOR is
VALUE a blank value
STATE This condition, named Issue_type__c can be modified by filters, but is off by default.
Condition State - Filterable Default Off
Condition Name - Issue_type__c
I also have a Filter on the table with:
Filter Type - Select Option
Model Condition to Affect - Issue_type__c
The Filter Off label is called ‘All Categories’
Source: Picklist Options with Just the Default Condition set.
Here is the debug output when I try to use this filter:
“An error occurred while attempting to perform the following SOQL query:SELECT SolutionName,SolutionNumber,Jira__c,TimesUsed,SolutionNote,Issue_type__c,Id FROM Solution WHERE (Issue_type__c = Windows) LIMIT 101Error:expecting a colon, found ‘Windows’”
It appears there is no quotes around ‘Windows’ so the filters don’t work. So I can show ALL the solutions, or error out on my SOQL.
(I probably wrote too much information, and the SOQL error would have been sufficient, but I am a support engineer at heart)
Question
Problems with filter SOQL preventing table filter from working.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
