cancel
Showing results for 
Search instead for 
Did you mean: 

fetching data from a child node...

Former Member
0 Kudos

Hi,

I have a context node as follows :

NodeA---

ChildNode1-----

A1

A2

ChildNode2-----

B1

B2

Parent att 1

Parent att 2

Parent att 3

How to fetch data from the NodeA which is in a tree fashion into a flat node so the Export to excel can be done.

Thanks in adv....

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member286976
Active Participant
0 Kudos

Hi Kamlesh,

Create a table and create table coulmns. Set the groupingValue property of the table coulmn to the attribute name and you will get the whole tree structure in a flat hierarchy with row grouping.

Regards,

Sudeep

Former Member
0 Kudos

I think this will not do...

caz i will have to fetch the value at header level along with values at item levels and then at schedule line level and then i need to fill the flat node to be used for export to excel ...

looking for suggestion...

Former Member
0 Kudos

hi,

I am not clear you Q?

You want pass the child nodes data to Excel or else what?

Thanks,

Lohi.

Former Member
0 Kudos

Hi,

Data at header level is stored in attributes of parent node...

data at item level is stored in attributes of child node A...

data at schedule level is stored in attributes of child node B...

When i go for displaying the data... summary of orders detail is shown in an hierarchial fashion...

In order to enable export to excel functionality i need to store the data of parent node as well as child nodeA and child Node B in a flat node...

Any help is appreciated...

Thanks...