Hi,
I am trying to create a filter to show all items with a subproduct of ""
BUD (Budgeting - Outturn and Plans)
I am using the following AQL but its returning no results, the SubProduct field is a multiselect and it should be returning lots of results.
subproduct IN aqlFunction("SubProduct like \"BUD (Budgeting - Outturn and Plans)\"") ORDER BY created DESC