Hi,
You can have server event for complaint field. on that event you can check the value and you can add selection parameter using ADD_SELECTION_PARAMETER.
lr_qs->add_selection_parameter( iv_attr_name = 'attr name'
iv_sign = 'I'
iv_option = 'EQ'
)
Regards,
Deepika.