Hi All, I am trying to get Cases where the only two conditions are met. A case with both CodeType 'Install' and 'Complete' and both Status 'Closed'. see below. I have attached packaged workbook
6 réponses
A simple version?
{FIXED [CaseNo]: MAX([CodeType]="Complete" AND [Status]="Closed")}
AND
{FIXED [CaseNo]: MAX([CodeType]="Install" AND [Status]="Closed")}