In a saved search is the Summary and Standard criteria treated as an "and" or an "or". Trying to get customers who's maximum invoice data is between a date range. I'm getting customers who have an invoice in the date range specified in the summary but another invoice exists after the summary criteria range exists which I thought would be excluded.
g
George McMullen
04/18/2019, 5:48 PM
For each, individually, I think it should be "AND". You could try to click on the "USE EXPRESSIONS" checkbox and select "AND" explicitly.
George McMullen
04/18/2019, 5:49 PM
When used together though, Summary criteria should be equivalent to an SQL HAVING clause, which would be performed AFTER an aggregation.
George McMullen
04/18/2019, 5:50 PM
So if the search results are not summarized, I'm not sure that the Summary criteria will be applied.
George McMullen
04/18/2019, 5:55 PM
Can you post a screenshot of the criteria and results tabs?