I would like to use the Count if Expression for more than one value. =Count(IIf([Status]="Active",0))th is works for 1 value
I also need to add another field
Example: Count if Status = A or B or C and count if Deploy Date is greater than today.
Thank You in advance. :)
I also need to add another field
Example: Count if Status = A or B or C and count if Deploy Date is greater than today.
Thank You in advance. :)
Comment