cancel
Showing results for 
Search instead for 
Did you mean: 

Empty NUMC values in WD table

Former Member
0 Kudos

Hi experts,


is there any property to hide empty values (NUMC - '0000') in wd table column where drop down by index is used?

Thank you.

Best regards,

Paul

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Paul,

You can use the value of type integer while using drop down by Index option as leading zeros wont appear.

Otherwise, go for drop down by key ui element where you will be able to control, if key ( 00001,etc ) is to be visible to user or not.

Regards,

Rama

Answers (2)

Answers (2)

manigandan_d2
Explorer
0 Kudos

You can use drop down by key, so Key value '0000' wont be displayed, only end user can see text value.

Regards,

Mani

Former Member
0 Kudos

Hi Paul,

There is not property as such. But when you get empty values like '0000' clear the contents of dropdown and bind it again.

Thanks

KH