cancel
Showing results for 
Search instead for 
Did you mean: 

How do we filter out value in Drop down based on the selected value in F4 help

Former Member
0 Kudos

Hi,

          How can I filter out the value in Drop down based on the selected value in F4 help?

Thanks,

Balaji.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Baasanthi,

  You can use Get_V method to filter your dropdown based on a field selection.

  In your Get_V method, you can read selected field using get_property( 'FILED' ) and use this to filter further

Thanks & Regards

Gokul Ragunathan

Former Member
0 Kudos

Hello,

In Get_V you can always remove entries from the drop-down-list.

Best regards,

Thomas Wagner