cancel
Showing results for 
Search instead for 
Did you mean: 

Different dropDownByKey in table row

Ronib
Participant
0 Kudos

Hi,

I have a table and in each row i need to have combo with different values (depends in the other values of row).

I created below my output table another value node (cardinality 1..n, selection 1..1, singleton false with suplly function) and in the supply func i'm creating value set with my desired values to every value attribute in it.

I see that every DropDownByKey has all the values of all the rows. I could not create every valueSet alone. Somehow all the values mix up.

Can Anyone Help?

Roni.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Roni,

You need DropDownBy<b>Index</b> (DDI) instead of DropDownBy<b>Key</b> (DDK).

Strange thing -- you did everything necessary for DDI, but place DDK instead

Just replace cell editor with DDI and bind its "texts" properties to some attribute of sub-node 1..n.

Valery Silaev

EPAM Systems

http://www.NetWeaverTeam.com

Former Member
0 Kudos

Hi,

Try this thread,

Regards,

Saravanan K

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

See this thread

Kind Regards

Mukesh