Skip to Content
0
Jan 26, 2022 at 10:07 AM

Crystal Report Formula to count number of occurrences

302 Views Last edit Jan 27, 2022 at 03:30 PM 2 rev

Ηow to resolve this issue? Ι have the following records:

<code>|ID  |  Status    |
|----|------------|
|1   |  GOOD      |
|2   |  MODERATE  |
|3   |  MODERATE  |
|4   |  BAD       |
|5   |  GOOD      |

I want to get the following in Group section :

<code>GOOD(2) - MODERATE(2) - BAD(1)