cancel
Showing results for 
Search instead for 
Did you mean: 

Table / Column with DropDownByKey / different value sets

Former Member
0 Kudos

Hello together,

I need to develop a table with a column with DropDowns! Each of this DropDown can have different values and the combinations are not defined! Is it possible to implement this without using CellVariants? I already tried to have a context structure with sub nodes for which I did set the key value sets, but unfortunately only the last key value set was used!

-Node(cardinality 1:n)
--Attribute 1
--Attribute 2
--Attribute ...
--Attribute N
----SubNode(cardinality 0:1)
------AttributeKey

The DropDown were bound to the AttributeKey!

Thanks for your help!

Stefan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Stefan,

You can achieve this using dropdown by index.

Check this thread, it may help[]

Regards,

Radhika.

Former Member
0 Kudos

Thank you both! That helps me!

Answers (1)

Answers (1)

uday_gubbala2
Active Contributor
0 Kudos

Hi Stefan,

As how pointed out by Radhika its possible to realize this functionality using an DropDownByIndex. Lekha has given a good code snippet for the same in the thread passed on to you by Radhika. You might also want to have a look at the standard component DEMO_VARIABLE_DROPDOWN. As you can see the URL's column contains DropDowns each of which has a different value set. The values are getting populated in the supply function ( S_TABLE_SOURCE ) attached to the context node ( TABLE_SOURCE ).

Regards,

Uday