Hi there,
I have a BO with 2 reports (tabs) using the same data provider, but different filters.
The first one is displaying sites from the DB but with a filter on the query that only sites with some incorrect information or empty fields are displayed
The second tab is displaying all sites, whether site information is correct, filled in, or not.
What I would like to do is delete or highlight some sites from the first report, based on information coming from the last report (second tab).
For example, my first tab is showing Site "Belgium" and is displaying it because the "Postcode" is empty :
Site Name | Status | Postcode |
---|---|---|
Belgium | Alternate |
... this is thanks to the filter I have set for this data provider to display entries with empty or incorrect fields only
The last tab of the report, same data provider but without any filter is displaying the line with incorrect information, but the DB also contains another entry where all information is correct (the line with "Preferred") :
Site Name | Status | Postcode |
---|---|---|
Belgium | Alternate | |
Belgium | Preferred | 1000 |
As in the DB there is an entry (the "preferred") where all data is correct, I do not need to worry about the one where the Postcode is missing my my report .... so my question :
Is it possible to format / hide information in the first tab based on information located in the last tab ?
P.S. you would advide me to just remove and take the "PReferred" ones but sometimes for some other Sites there is an Alternate with missing information where there is no "correct" preferred with it, so in that case I need to display the "alternate" as it contains empty information and need to be corrected ...
Many thanks !!