Hi Experts,
I need to put a default filter for values present in a table (Only for first time it is loaded ). For this I tried using filter_by_property method in WD_Create_Context , but it is unable to filter the contents. While debugging I find out that the the method is filtering the records but filtered records are not reflected in the table. It is displaying full set of data. The code I used is this
lr_itr_roles->filter_by_property( iv_attr_name = 'ID' iv_value = 'ABC' ).
Kindly Help.
Regards,
Nitesh