celetium
08-25-2005, 07:54 PM
I want to create an application like digging in OLAP and choose extending the basetree component to implement this.
i images the result will be:
when i do sum oper on 'A' dimention:
-> Total 1,000.00
-> A1 200.00
-> A2 800.00
when i do sum oper on another dimension 'B':
-> Total 1,000.00
-> B1 420.00
-> B2 580.00
my lzx codes:
<mytree datapath="BODY"...>
<mytee datapath="ROW".../>
</mytree>
problems:
1) when i change the ROW elements, the tree don't display the expected reuslt.
2) when add more ROW elements as children, the tree don't create sub tree item
i images the result will be:
when i do sum oper on 'A' dimention:
-> Total 1,000.00
-> A1 200.00
-> A2 800.00
when i do sum oper on another dimension 'B':
-> Total 1,000.00
-> B1 420.00
-> B2 580.00
my lzx codes:
<mytree datapath="BODY"...>
<mytee datapath="ROW".../>
</mytree>
problems:
1) when i change the ROW elements, the tree don't display the expected reuslt.
2) when add more ROW elements as children, the tree don't create sub tree item