<?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: Fast change Dimension or measure on button selection in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Fast-change-Dimension-or-measure-on-button-selection/m-p/1361701#M7924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no sir, this is not relevant to my discussion. Let me hear suggestion like Vineeth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ajeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jul 2017 09:46:18 GMT</pubDate>
    <dc:creator>qlikviewajeet</dc:creator>
    <dc:date>2017-07-11T09:46:18Z</dc:date>
    <item>
      <title>Fast change Dimension or measure on button selection</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Fast-change-Dimension-or-measure-on-button-selection/m-p/1361697#M7920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I want to change graph on button selection in Qlik Sense. Graph or chart expression will change, user click on Button Sales or Quantity . for this I have used extension.&lt;/P&gt;&lt;P&gt;it shows last measure (qty) by default. not changing on button click. Helpful solution was shared by Andy. click on this thread &amp;gt;&lt;A href="https://community.qlik.com/docs/DOC-9077"&gt;Makes Sense to go round in circles&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I pass 1 inside variable, this shows sales and neither button click work nor show quantity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169731_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/169732_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ajeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 06:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Fast-change-Dimension-or-measure-on-button-selection/m-p/1361697#M7920</guid>
      <dc:creator>qlikviewajeet</dc:creator>
      <dc:date>2017-07-11T06:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fast change Dimension or measure on button selection</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Fast-change-Dimension-or-measure-on-button-selection/m-p/1361698#M7921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried $ expansion with vTabview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(vTabview)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 08:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Fast-change-Dimension-or-measure-on-button-selection/m-p/1361698#M7921</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-07-11T08:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Fast change Dimension or measure on button selection</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Fast-change-Dimension-or-measure-on-button-selection/m-p/1361699#M7922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajeet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about convert the table to bar chart. see the attachment,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 09:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Fast-change-Dimension-or-measure-on-button-selection/m-p/1361699#M7922</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-07-11T09:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Fast change Dimension or measure on button selection</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Fast-change-Dimension-or-measure-on-button-selection/m-p/1361700#M7923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, I am using below expression in Measure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if($(vTabView)=1,Sum(Sales), Sum(Quantity))&lt;/P&gt;&lt;P&gt;//=$(=Pick(Match($(vTabView),1,2),Sum(Sales),Sum(Quantity)))&lt;/P&gt;&lt;P&gt;//$(vSales),$(vQuantity)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and below is screenshot of setting up variable button..&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169751_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ajeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 09:09:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Fast-change-Dimension-or-measure-on-button-selection/m-p/1361700#M7923</guid>
      <dc:creator>qlikviewajeet</dc:creator>
      <dc:date>2017-07-11T09:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fast change Dimension or measure on button selection</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Fast-change-Dimension-or-measure-on-button-selection/m-p/1361701#M7924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no sir, this is not relevant to my discussion. Let me hear suggestion like Vineeth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ajeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 09:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Fast-change-Dimension-or-measure-on-button-selection/m-p/1361701#M7924</guid>
      <dc:creator>qlikviewajeet</dc:creator>
      <dc:date>2017-07-11T09:46:18Z</dc:date>
    </item>
  </channel>
</rss>

