I have 5 fields
Accnt_nb
Trxn_id
Arl_id
trxn_value_text
arln_item
I inserted group on accnt_nb, trxn_id, arl_id
and i am displaying trxn_value_text in second group header (Trxn_id).
I have values in trxn_value_text like 'node1', 'node2', 'node3'
Report displaying
==============================
Acct223346463544
Trxn325515631 node1
Arln2576
Report required
===============================
Acct223346463544
Trxn325515631 node1
node2
node3
Arln2576
when i refresh report i see 'node1' i.e., the first value in second group header but i want to display all 3 values.
when i am displaying trxn_value_text in second group footer (Trxn_id) i am getting 'node3' i.e., the last value.
If i display it in details section i can see all the 3 values but i want it in 2nd group header.
Is there any way i can display all three values in 2nd group header?(which is the requirement)