Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to remove initial value from listbox

0 Likes
459

Hello colleagues,

I have created one data element which uses domain with 3 fixed values in Value Range setings. I use this element in listbox and the 3 values are correctly displayed in the value list, but there is also 4th value - initial value, which is not defined in the domain.

Why is this initial value displayed? I want to get rid of this value. Is there any way to achieve that without dynamical modification at runtime?

The thing is that if I can achieve that only by module VRM _ SET _ VALUES, then I don't need to maintain the value range in that element at all.

Thanks for any help, Tomas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
388

>I want to get rid of this value. Is there any way to achieve that >without dynamical modification at runtime?

if you make the field mandatory then it will be removed automatically. Check it once.

1 REPLY 1
Read only

Former Member
0 Likes
389

>I want to get rid of this value. Is there any way to achieve that >without dynamical modification at runtime?

if you make the field mandatory then it will be removed automatically. Check it once.