<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to Disable or Hide Selection Bar in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-Disable-or-Hide-Selection-Bar/m-p/2144774#M93147</link>
    <description>&lt;P&gt;Unfortunately, that &lt;SPAN&gt;didn't &lt;/SPAN&gt;work..&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Dec 2023 12:03:58 GMT</pubDate>
    <dc:creator>mary_papadopoulou</dc:creator>
    <dc:date>2023-12-06T12:03:58Z</dc:date>
    <item>
      <title>How to Disable or Hide Selection Bar</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Disable-or-Hide-Selection-Bar/m-p/2144419#M93111</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a request to hide the selections bar on the top.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way&amp;nbsp;&lt;SPAN&gt;to use css code to hide the selection menu?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Disable-or-Hide-Selection-Bar/m-p/2144419#M93111</guid>
      <dc:creator>mary_papadopoulou</dc:creator>
      <dc:date>2024-11-15T21:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Disable or Hide Selection Bar</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Disable-or-Hide-Selection-Bar/m-p/2144437#M93113</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;For removing selection bar in which sheet of qlik you to remove it open the inspect window and search for the class name as highlighted below.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sohan_Patil_1-1701790389384.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121060i6F7A59BD7161A2C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sohan_Patil_1-1701790389384.png" alt="Sohan_Patil_1-1701790389384.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;In multi kpi styles add this css:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;.css-10f4c7e {&lt;BR /&gt;display:none;&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Before adding css:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sohan_Patil_2-1701790728869.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121061i153D101AB7931721/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sohan_Patil_2-1701790728869.png" alt="Sohan_Patil_2-1701790728869.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;after adding css:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sohan_Patil_3-1701790775854.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121062i7C50E88D4CD462D8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sohan_Patil_3-1701790775854.png" alt="Sohan_Patil_3-1701790775854.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 15:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Disable-or-Hide-Selection-Bar/m-p/2144437#M93113</guid>
      <dc:creator>Sohan_Patil</dc:creator>
      <dc:date>2023-12-05T15:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to Disable or Hide Selection Bar</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Disable-or-Hide-Selection-Bar/m-p/2144449#M93114</link>
      <description>&lt;P&gt;Use this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;.MuiGrid-wrap-xs-nowrap{&lt;BR /&gt;display: none !important;&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also play around with other elements setting 'none' as attribute:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;div[id="qs-toolbar-container"] {&lt;BR /&gt;display: none !important;&lt;BR /&gt;}&lt;BR /&gt;.MuiGrid-wrap-xs-nowrap{&lt;BR /&gt;display: none !important;&lt;BR /&gt;}&lt;BR /&gt;.sheet-title-container {&lt;BR /&gt;display: none !important;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 15:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Disable-or-Hide-Selection-Bar/m-p/2144449#M93114</guid>
      <dc:creator>pedrohenriqueperna</dc:creator>
      <dc:date>2023-12-05T15:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Disable or Hide Selection Bar</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Disable-or-Hide-Selection-Bar/m-p/2144774#M93147</link>
      <description>&lt;P&gt;Unfortunately, that &lt;SPAN&gt;didn't &lt;/SPAN&gt;work..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 12:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Disable-or-Hide-Selection-Bar/m-p/2144774#M93147</guid>
      <dc:creator>mary_papadopoulou</dc:creator>
      <dc:date>2023-12-06T12:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to Disable or Hide Selection Bar</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Disable-or-Hide-Selection-Bar/m-p/2144779#M93150</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Unfortunately, I can't find the class name you've noted for me.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I inspect the window from the developers tools. But it seems that I cant see the any name or Id.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also, it seems that I cant&amp;nbsp;see the class that you see. At the top, I see&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;class="qv-client qv-sheet-enabled qv-view-sheet" not the&amp;nbsp; "sprout -toolbar-enabled" .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can you explain how you open the inspect window?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you!!!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 12:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Disable-or-Hide-Selection-Bar/m-p/2144779#M93150</guid>
      <dc:creator>mary_papadopoulou</dc:creator>
      <dc:date>2023-12-06T12:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Disable or Hide Selection Bar</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Disable-or-Hide-Selection-Bar/m-p/2144825#M93154</link>
      <description>&lt;P&gt;This should work... I use this in all of my reports and it's a main element, not a dynamic class, so the name should be the same.&lt;/P&gt;
&lt;P&gt;If it's not working you're probably not pasting it identically or not pasting it into a multi kpi css dedicated expression window.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="disabling" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121125i26C7922F74EA7E56/image-size/large?v=v2&amp;amp;px=999" role="button" title="64d47d50d3aa3b38ccc6926ec6ee61f7.gif" alt="disabling" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;disabling&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="result with selected filters" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121126iD38568800124DC13/image-size/large?v=v2&amp;amp;px=999" role="button" title="7a2193f77fd867cf25eb486e1a186b1e.png" alt="result with selected filters" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;result with selected filters&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 13:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Disable-or-Hide-Selection-Bar/m-p/2144825#M93154</guid>
      <dc:creator>pedrohenriqueperna</dc:creator>
      <dc:date>2023-12-06T13:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Disable or Hide Selection Bar</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Disable-or-Hide-Selection-Bar/m-p/2144854#M93155</link>
      <description>&lt;P&gt;I use the multi KPI like this but it's not working.&amp;nbsp; I am using the Enterprise not the Cloud.&amp;nbsp;&lt;SPAN&gt;Could this be the issue?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mary_papadopoulou_0-1701871678270.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121127i81C43327B9274ECE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mary_papadopoulou_0-1701871678270.png" alt="mary_papadopoulou_0-1701871678270.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 14:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Disable-or-Hide-Selection-Bar/m-p/2144854#M93155</guid>
      <dc:creator>mary_papadopoulou</dc:creator>
      <dc:date>2023-12-06T14:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Disable or Hide Selection Bar</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Disable-or-Hide-Selection-Bar/m-p/2144860#M93157</link>
      <description>&lt;P&gt;Oh, that must be it! I'm sorry.&lt;/P&gt;
&lt;P&gt;I use this in qlik SaaS. I'm not sure how other plataforms work, but you could try looking for the element in the css editor if you're routing the view to a browser via localhost.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Press F12 to open the css inspector and click on the inspect tool that will allow you to hover/click on an element and see the element class or id. It's a bit tricky because there are different nested divs and you should aim for the parent div to hide the complete "section".&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 14:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Disable-or-Hide-Selection-Bar/m-p/2144860#M93157</guid>
      <dc:creator>pedrohenriqueperna</dc:creator>
      <dc:date>2023-12-06T14:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Disable or Hide Selection Bar</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Disable-or-Hide-Selection-Bar/m-p/2146173#M93248</link>
      <description>&lt;P&gt;It worked but I had to put a dummy kpi as a measure to read the css part.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 09:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Disable-or-Hide-Selection-Bar/m-p/2146173#M93248</guid>
      <dc:creator>mary_papadopoulou</dc:creator>
      <dc:date>2023-12-11T09:59:47Z</dc:date>
    </item>
  </channel>
</rss>

