I am trying to count the number of records through a count expression in a text box based on the multi value parameters that are chosen.
My table:
WSVLWOs
WO_NUMBER WO_ACTN_TY
18-003759 Adjust to Grade
18-005909 Repair / Replace Box
18-002559 Repair / Replace Box
18-003229 Inspection
18-003224 Repair / Replace Box
My count expression:
=Count(Fields!WO_NUMBER.Value, "WSVLWOs")
My Available Parameters
Adjust to Grade
Repair / Replace Box
Inspection
The filter on the table:
Now when I select multiple parameters, it does not seem to give me the sum of the count of the parameter values, only one of the parameter value. Is the issue in my count expression?
question from:https://stackoverflow.com/questions/65895037/ssrs-multi-value-parameter-count-expression