I am using a links panel, to link 5 dashboards together and I am using Dash in Python to serve this dashboard using a HTMl iframe.
The problem: The first link, let's call it 1 needs the query filter bar to be hidden, the remaining 4 links/tabs need the query filter bar to be shown and queries and filters to be applied across these 4 links except for "1", 1 is a stand alone isolated dashboard where no filters should be applied at all, hence the hidden query filter bar. Can someone please tell me how I can achieve this?