Skip to Content
0
Jul 08, 2020 at 07:33 AM

I've 2 tables in my page. I need to filter data in 2nd Table based on a value selected in Table 1

58 Views Last edit Jul 08, 2020 at 07:36 AM 2 rev

1st Table has 3 columns which was binded using "{oModel/>otestarray1}"

1 - Radio Button, 2 - MaterialNum#, 3 - Description

2nd Table has 2 columns which was binded using "{oModel/>otestarray2}"

1- OperationNo, 2 - WorkCenter

Here there is no common column in the tables . But in the ODATA that i have, "materailno" as a common value in both the arrays.

When i select a radio button in the 1st table, which has a column "MaterialNum#", data in the 2nd table should be filtered based on the "MaterialNum#" column in the first table.