cancel
Showing results for 
Search instead for 
Did you mean: 

Mutiple selction for a domain in value range

Former Member
0 Kudos


Hello everybody,

          My requirement is to allow multiple selection for a subfield in the searc help. for example i have a search help field called plant . When click on the plant search help , i have 4 input fields in the search criteria. city,code,state,usage. Among these fields, the last field "usage" has also search help .This search help is coming from domain since value range is maintained for this field at domain level.

  Now my requirement is "mutiple selction" should be allowed for the field "usage" in the plant search help.

  The issue is i am gettign a error message ( Select exactly one row in the value list to copy the value  )  by default whe i select mutiple rows in "usage" search help.

i dont know how to allow multiple selection for a subfield in main search help ..

  I am aware of table_multi_select = x propery in OVS method. But how can apply this property to subfield in the main search help.

  Please see the screenshot for better understanding..

Could somebody help me on this...

Thanks for your replies and solutions in advacne

Regards

Snitha.

Accepted Solutions (1)

Accepted Solutions (1)

chengalarayulu
Active Contributor
0 Kudos

Hi Snitha,

As per WD Framework, we can't proceed with this approach, you can use FreelyProgrammed input help instead using OVS,. there you can provide select options for "usage" input as additional option..

OVS sub option we can't integrate like this..

Former Member
0 Kudos

Hi changalarayulu,

   Thanks for your reply.

  Is it possible to include Freely programmed search help for only usage sub field in the plant search help?

Because i have plant in OVS search help and within this i have usage ..can i implement freely programmed for only usage sub field without disturbing OVS plant search help..?

Regards

Snitha.

chengalarayulu
Active Contributor
0 Kudos

No, we can't assign freely programmed input help at second level of OVS, so, first level should be freely programmed with select options., or if want we can use OVS as well..

Answers (0)