Dear Community
I have an Experience with
- multiple pages, each page showing a different geographic extent (I have 5 pages to set up)
- one data set, that is used throughout the multiple pages
- a List on each page, aiming to display attributes from the dataset that have been filtered to this geographic extent.
My data has a field called "Map Extent" that relates to each of the 5 pages (They are Port Macquarie, North Shore, Wauchope etc). I need each Page to return attributes (from this one data set) unique to that geographic area.
The problem is this:
On each page, I bring in a new Filter Widget and create an automatic filter, based on the map Extent attribute (e.g. "Map Extent" IS "North Shore")
When I set just one page, it works perfectly, the List widget returning results that are unique to that map extent (see attachment North Shore Page 1).
However, when I bring in a new Filter Widget and set it up for a second map extent /page, gives me a "No Data" message (see attachment Wauchope Page 2). It seems the first filter carries through to the other page and affects the results.
How can I set a unique filter for each page, so it doesn't affect all the other pages?