Hello All,
I have a stored procedure which outputs two strings in a field on my report:
string 1 = "Acute Medical"
string 2 = "Behavioral Mngmt"
So I need to total the number of instances of both (done).
However, how do I total/count each individually:
"Acute Medical" = XX (times occurred)
"Behaviroal Mngmt" = XX (times occurred)
Total = XX (done)
Thanks for everyone's help!
I have a stored procedure which outputs two strings in a field on my report:
string 1 = "Acute Medical"
string 2 = "Behavioral Mngmt"
So I need to total the number of instances of both (done).
However, how do I total/count each individually:
"Acute Medical" = XX (times occurred)
"Behaviroal Mngmt" = XX (times occurred)
Total = XX (done)
Thanks for everyone's help!