priyanthan
Programmer
One of the table in by report contains XML data and need to extract data from it.
the xml contains;
<Info><AtmMon><Tier Cnt="10" Amt="60.0000"/><Tier Cnt="25" Amt="40.0000"/><Tier Cnt="40" Amt="42"/><Tier Cnt="50" Amt="45.0000"/><Tier Cnt="100" Amt="20.0000"/><Tier Cnt="99999" Amt="15.0000"/></AtmMon></Info>
I need to report like this
Tier Count Rate
0 10 60.00
1 25 40.00
2 40 42.00
3 50 45.00
4 100 20.00
5 99999 15.00
Can anyone please tell me how to do this. working with CR 8.5 and DB2
Thanks
the xml contains;
<Info><AtmMon><Tier Cnt="10" Amt="60.0000"/><Tier Cnt="25" Amt="40.0000"/><Tier Cnt="40" Amt="42"/><Tier Cnt="50" Amt="45.0000"/><Tier Cnt="100" Amt="20.0000"/><Tier Cnt="99999" Amt="15.0000"/></AtmMon></Info>
I need to report like this
Tier Count Rate
0 10 60.00
1 25 40.00
2 40 42.00
3 50 45.00
4 100 20.00
5 99999 15.00
Can anyone please tell me how to do this. working with CR 8.5 and DB2
Thanks