cancel
Showing results for 
Search instead for 
Did you mean: 

Read data from Multi pane

joerg_arndt
Participant
0 Kudos

Hi Friends,

I have created a multi pane with several tables.

In these tables I can select several rows in each table.

And now I want to read the date from all these tables.

I tried to read the node and attributes but I get only one record.

Is there a way to read all the records from all tables.

Thanks in Advance.

Rg. Jimbob

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You need to loop through all the tables and find out which table element is changed. This is very costly way to do that.

You could try to trigger an event when ever you are selecting a row in multipane or filling the date. You come to the event handler and save this index,id and whatever is available to your local node.

when you are ready loop through the local node and fetch the corresponding record from corresponding table.

joerg_arndt
Participant
0 Kudos

Thanks Baskaran,

I found option in code wizard read node/attribute as table operation.

Rg. Jimbob

Answers (0)