In the custom reporst section I want to filter out all the containers with the following criteria:
- Location: Brewery.Main
- Code contains KU*
- is not empty
- is not with customer
The not empty part of the string is giving me difficulty.
code ~ "KU" and current_location.site.name = "Brewery" and current_racking.container.empty_at_brewery = False
Throws me “There was a problem with the BrewwQL. Please double-check that it is valid. You are filtering on Container data having already traversed away from it. This is likely a mistake and will not return the data you are expecting. You can likely simplify your filter to achieve what you would like.”
This doesn’t make sense - any suggestion what is going wrong?
I also haven’t figured out a good way to filter the “not with customer” bit