Η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)