# Kibana Dashboard Hide Top Query Bar for Just one dashboard in a Link

**URL:** https://discuss.elastic.co/t/kibana-dashboard-hide-top-query-bar-for-just-one-dashboard-in-a-link/362178
**Category:** Kibana
**Created:** [June 28, 2024, 1:30am UTC](https://discuss.elastic.co/t/kibana-dashboard-hide-top-query-bar-for-just-one-dashboard-in-a-link/362178 "2024-06-28T01:30:34Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![gman9999](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/gman9999/32/135637_2.png) [@gman9999](https://discuss.elastic.co/u/gman9999)
#### Post date: [June 28, 2024, 1:30am UTC](https://discuss.elastic.co/t/kibana-dashboard-hide-top-query-bar-for-just-one-dashboard-in-a-link/362178/1 "2024-06-28T01:30:34Z")

</div>

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?
