<?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 remove selections tool from single configurator iframe in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/how-to-remove-selections-tool-from-single-configurator-iframe/m-p/1626967#M11377</link>
    <description>&lt;P&gt;I don't think there is formal way to do it.&lt;BR /&gt;but using css u can hide it, by settings its css style display to hidden, i did it in a mashup.&lt;BR /&gt;&lt;BR /&gt;since u use iframe u can try&amp;nbsp; to add css to the iframe by (assuming the id of the ifrmae is "iframe1"):&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="kwd"&gt;var&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; cssLink &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; document&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;createElement&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="str"&gt;"link"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;);&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;cssLink&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;href &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt; &lt;SPAN class="str"&gt;"style.css"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; 
cssLink&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;rel &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt; &lt;SPAN class="str"&gt;"stylesheet"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; 
cssLink&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;type &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt; &lt;SPAN class="str"&gt;"text/css"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; 
frames&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;[&lt;/SPAN&gt;&lt;SPAN class="str"&gt;'iframe1'&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;].&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;document&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;head&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;appendChild&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;cssLink&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;To see exaclty how do it u need to goolge something like "add css to iframe"&lt;BR /&gt;&lt;BR /&gt;in this css put this rule:&lt;BR /&gt;&lt;BR /&gt;.qv-panel-current-selections .buttons {&lt;BR /&gt;display: none !important;&lt;BR /&gt;}&lt;/P&gt;</description>
    <pubDate>Mon, 23 Sep 2019 14:22:08 GMT</pubDate>
    <dc:creator>oz_moyal</dc:creator>
    <dc:date>2019-09-23T14:22:08Z</dc:date>
    <item>
      <title>how to remove selections tool from single configurator iframe</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/how-to-remove-selections-tool-from-single-configurator-iframe/m-p/1623794#M11303</link>
      <description>&lt;P&gt;In single configurator, there are many options available to control what shows up when the item is used in an iframe.&amp;nbsp; &amp;nbsp;in the selections bar, there is an item called "Selections" and it has a hover text of "Selections tool" it is in the rightmost corner of the selections bar.&amp;nbsp; &amp;nbsp;I have seen single configurator iframes where the chart is interactive, filtering works, the selection bar is shown, but the selection tool is NOT SHOWN.... HOWEVER, i cannot find any configuration in single configurator that causes this to happen. nothing I change makes the selection tool disappear. i have compared the urls of working/not working and cannot find what is different to cause this.&amp;nbsp; &amp;nbsp;my question is, how do i make the single configurator url such that the interaction works, the user can filter, the selection bar is shown but the selection tool is NOT SHOWN.&amp;nbsp; &amp;nbsp;I have searched and cannot find this and I have done lots of trial and error and cannot get it to work.&amp;nbsp; please let me know if this is clear, I have read the product documentation on this topic and it does not answer this question at all, so do not bother sending me a link to the product documentation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 17:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/how-to-remove-selections-tool-from-single-configurator-iframe/m-p/1623794#M11303</guid>
      <dc:creator>ken4runner</dc:creator>
      <dc:date>2019-09-13T17:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove selections tool from single configurator iframe</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/how-to-remove-selections-tool-from-single-configurator-iframe/m-p/1626958#M11376</link>
      <description>&lt;P&gt;still looking for this answer&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 14:09:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/how-to-remove-selections-tool-from-single-configurator-iframe/m-p/1626958#M11376</guid>
      <dc:creator>ken4runner</dc:creator>
      <dc:date>2019-09-23T14:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove selections tool from single configurator iframe</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/how-to-remove-selections-tool-from-single-configurator-iframe/m-p/1626967#M11377</link>
      <description>&lt;P&gt;I don't think there is formal way to do it.&lt;BR /&gt;but using css u can hide it, by settings its css style display to hidden, i did it in a mashup.&lt;BR /&gt;&lt;BR /&gt;since u use iframe u can try&amp;nbsp; to add css to the iframe by (assuming the id of the ifrmae is "iframe1"):&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="kwd"&gt;var&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; cssLink &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; document&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;createElement&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="str"&gt;"link"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;);&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;cssLink&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;href &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt; &lt;SPAN class="str"&gt;"style.css"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; 
cssLink&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;rel &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt; &lt;SPAN class="str"&gt;"stylesheet"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; 
cssLink&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;type &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt; &lt;SPAN class="str"&gt;"text/css"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; 
frames&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;[&lt;/SPAN&gt;&lt;SPAN class="str"&gt;'iframe1'&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;].&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;document&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;head&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;appendChild&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;cssLink&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;To see exaclty how do it u need to goolge something like "add css to iframe"&lt;BR /&gt;&lt;BR /&gt;in this css put this rule:&lt;BR /&gt;&lt;BR /&gt;.qv-panel-current-selections .buttons {&lt;BR /&gt;display: none !important;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 14:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/how-to-remove-selections-tool-from-single-configurator-iframe/m-p/1626967#M11377</guid>
      <dc:creator>oz_moyal</dc:creator>
      <dc:date>2019-09-23T14:22:08Z</dc:date>
    </item>
  </channel>
</rss>

