Second table filter overrides first filter on a Business object table
Summary
Need help on using both the filters on a tableContent
Hi All,
I have created a business object let's say 'Employees', and dragged it onto UI as a table.
Firstly, I added a filter on the business object's table as per below blog:
https://blogs.oracle.com/vbcs/filtering-and-sorting-lists-in-vbcs-applications
Added an input text and added filter to the first column of the table so that as we type anything in the input text filed, the table gets filtered. This is working as expected.
Secondly, added one "Select(One)" component and added the list to it from another table, as soon as we change the value in the list the below same table should be filtered (as cascading table based on the list - dependent), so added filter to this component also. - This is also working fine as expected.
Tagged:
0