I have 2 datasets
-
ArrivalDB
-
Arrivals Database
I have a similar column in both named fileNumber which contain the same values
On my page I have a table displaying information from the Arrivals Database and I have applied a Filter to show only those rows whose fileNumber exists in both Databases
The Filter works fine but is only displaying the 1st value from the ArrivalsDB
For Instance I have the following fileNumber in the ArrivalsDB
-
XXX //Matching
-
736738 //Matching
-
0000
-
760456
-
98541
-
12345 //Matching
-
534864864
-
778890 //Matching
& The Following fileNumber in the Arrivals Database -
123456
-
5121864
-
6541
-
6451135
-
56153165
-
65165165113541
-
56151351
-
6456864
-
XXX //Matching
-
736738 //Matching
-
12345 //Matching
-
778890 //Matching
The table should show the 4 rows that have the same fileNumber in both Databases but it is showing only the First one