cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding drop down by index

Former Member
0 Kudos

Hi Friends,

When i am using Drop down by index pattern and inserted a few values in it,I am getting the first row as an empty or blank field in it.

What my requirement is such that I need to populate these values without any empty row directly.

I even tried with Drop down by Key Pattern also,but the same is being repeated.

Can anyone help me out in this regard......

Thanks and regards,

Chandrashekar.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The empty entry is for the empty selection. If you don't want to allow an empty selection, set selection cardinality of the bound context node to 1:1 instead of 0:1.

Armin

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello Chandrashekar,

Change the Cardinality and the selection property both of the context element to 1...n and it would work definitely.

Let me know if it helps.

Shikhil

Former Member
0 Kudos

Hi,

Change the cardinality of the node <DDNode> to which the DDI is bound to

1..N

and selection property to

1..1

Regards

LakshmiNarayana

Former Member
0 Kudos

Dropdown By Index:

Use <b>[Cardinality: 1..n; and Selection:1..1]</b> on your node.

[Cardinality: 0..n; and Selection:0..1] shall be used when u need that empty row first.

Regards.

Julio C. Herrera

Former Member
0 Kudos

Hi,

Change the cardinality of that node to 0:n.