<?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 Change CurrentSelections object with Visualisation API in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Change-CurrentSelections-object-with-Visualisation-API/m-p/1645079#M11748</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there a way to handle / modify the Qlik CurrentSelections object through the Visualisation API?&lt;/P&gt;&lt;P&gt;I know&amp;nbsp; I can use the Selection API to create my own viz, but I wonder if I can just change some options on this grey standard selection bar from Qlik.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:09:18 GMT</pubDate>
    <dc:creator>danieloberbilli</dc:creator>
    <dc:date>2024-11-16T04:09:18Z</dc:date>
    <item>
      <title>Change CurrentSelections object with Visualisation API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Change-CurrentSelections-object-with-Visualisation-API/m-p/1645079#M11748</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there a way to handle / modify the Qlik CurrentSelections object through the Visualisation API?&lt;/P&gt;&lt;P&gt;I know&amp;nbsp; I can use the Selection API to create my own viz, but I wonder if I can just change some options on this grey standard selection bar from Qlik.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Change-CurrentSelections-object-with-Visualisation-API/m-p/1645079#M11748</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2024-11-16T04:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Change CurrentSelections object with Visualisation API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Change-CurrentSelections-object-with-Visualisation-API/m-p/1645081#M11749</link>
      <description>&lt;P&gt;What kind of changes ?&lt;BR /&gt;&lt;BR /&gt;If u show it in a mashup u can make many changes to the design&amp;nbsp; or hide buttons using css.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Nov 2019 21:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Change-CurrentSelections-object-with-Visualisation-API/m-p/1645081#M11749</guid>
      <dc:creator>oz_moyal</dc:creator>
      <dc:date>2019-11-10T21:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Change CurrentSelections object with Visualisation API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Change-CurrentSelections-object-with-Visualisation-API/m-p/1645175#M11753</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/119"&gt;@danieloberbilli&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;There's a "secret" option for getting the previous dark version of the current selection bar:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;// @param {string} [options.variant] - used only when getting 'CurrentSelections', for rendering the "dark" variant. Possible values: "dark". {@x-qlik-visibility private}

app.getObject('elementId', 'CurrentSelections', {variant: 'dark'});&lt;/LI-CODE&gt;
&lt;P&gt;Modifying the CSS by overriding it works, but there's no guarantee that your styles will still work if you upgrade Qlik Sense.&lt;/P&gt;
&lt;P&gt;Third alternative is to use the Themes API, while I am not 100% sure how much we support styling the current selection bar.&lt;/P&gt;
&lt;P&gt;I hope this helps&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 07:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Change-CurrentSelections-object-with-Visualisation-API/m-p/1645175#M11753</guid>
      <dc:creator>Aiham_Azmeh</dc:creator>
      <dc:date>2019-11-11T07:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Change CurrentSelections object with Visualisation API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Change-CurrentSelections-object-with-Visualisation-API/m-p/1651184#M11857</link>
      <description>&lt;P&gt;Thank you for your reply, &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/9886"&gt;@oz_moyal&lt;/a&gt;.&amp;nbsp; Yes, you are right, I played around with custom css as well but it feels more like a hack &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; But I guess that's the only way to visually modify it without rebuilding the object yourself.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 23:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Change-CurrentSelections-object-with-Visualisation-API/m-p/1651184#M11857</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2019-11-25T23:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Change CurrentSelections object with Visualisation API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Change-CurrentSelections-object-with-Visualisation-API/m-p/1651185#M11858</link>
      <description>&lt;P&gt;Thank you,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/45449"&gt;@Aiham_Azmeh&lt;/a&gt;. That's interesting and maybe they extend the API&amp;nbsp; a bit further in the future. I never looked at the Theme API but will investigate this next. Thanks again for your reply.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 23:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Change-CurrentSelections-object-with-Visualisation-API/m-p/1651185#M11858</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2019-11-25T23:54:20Z</dc:date>
    </item>
  </channel>
</rss>

