Groupby table for complex xml tree
Hi All,
I am stuck in creating a group by table where my xml structure is a bit different.
The group by is simple but i dont know why i am unable to achive the desired output.
The REQUIREMENT and DESIRED OUTPUT is given below:
REQUIREMENT :
group items by DEVICE_ID
show DEVICE_ID/SERVICES/AR_ITEMS/NAME,
DEVICE_ID/SERVICES/AR_ITEMS/EVENTS/START_T
DEVICE_ID/SERVICES/AR_ITEMS/EVENTS/END_T
DEVICE_ID/SERVICES/AR_ITEMS/EVENTS/BAL_IMPACTS/RATE_TAG
DEVICE_ID/SERVICES/AR_ITEMS/EVENTS/BAL_IMPACTS/AMOUNT
DESIRED OUTPUT (For 1 of the groupby items) :