cancel
Showing results for 
Search instead for 
Did you mean: 

one table differentiated into multiple

Former Member
0 Kudos

Hi,

I want to put the data of one table into multiple tables based on "A".I am using table popin for this.Can somebody suggest me how to put the some data from main table under table a and some under table b?

Reinuka.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

thanks everyone ..

my problem got solved by making a new value node for the table.

Reinuka.

Former Member
0 Kudos

Hi,

Try this..

Bind the three tables with Three Differnt nodes..

create one method which receives an interger argument,say refreshTable(int)

Give urself numbering for tables 1,2,3

Initially Call refreshTable(1) to fill Main Table

When an action is performed on Main Table, Call refreshTable(2) and refreshTable(3) individually

in refreshTable Function, chech the integer field and fill the ValueNode accordingly

Regards

LakshmiNarayana

Former Member
0 Kudos

Hi,

You can map the context and bind the corresponding attribute to the required table.

Regards,

karthik