Hi Gurus,
Users wants to see the report each cycle wise , I am
calculating cycle from Date Range parameter and concatenating the cycles
(cycle1+cycle2..),
In below example my problem is cycle 2 and cycle 5 data are same,
so in the report level cycle 2 and cycle 5 shows in single row.
But user wants to see separate rows.I have tried with foreach context but not working out
Can you please help me to show all cycles in separate row
Ex:
CURRENT REPORT IS SHOWING
CYCLE CASE NUMBER EVENT
Cycle1 1234 ATTACK
Cycle2 Cycle5 4567 FEVER
Cycle3 589 PAIN
Cycle4 678 BLOODBLEEDING
User expecting:
CYCLE CASE NUMBER EVENT
Cycle1 1234 ATTACK
Cycle2 4567 FEVER
Cycle3 589 PAIN
Cycle4 678 BLOODBLEEDING
Cycle5 4567 FEVER