LiquidPlanner Classic Forum

Ask a Question
Back to All

Filter for custom fields is not able to use does_not_start_with?

Posted on behalf of Chris Pauly. Original posting date 2015-10-20.

We have a custom field that has the value "Yes" on some projects, but isn't set on most projects. I wanted to write a query that would return all projects that don't have a custom field set to "Yes".

I'm using the following query param: &custom_field[Exclude%20from%20Report] does_not_start_with Yes

When I try to make the API call, I get a 500 error. Am I doing something wrong, or is that comparison operator not supported for custom fields?