<?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 Another one for Sense: How to replicate a Button object with Actions from QV? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Another-one-for-Sense-How-to-replicate-a-Button-object-with/m-p/1382359#M31459</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is another easy and effective feature I miss in QS. I use buttons to enable users easy conversion from one currency to another and from that one to another, 3 in my case (Local, USD and EUR). I use one variable in set analysis and other expressions as a suffix to fields in a table. So, when they click the EUR button then that variable get populated with 'EUR' and all tables show amounts in EUR, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is something like this possible in QS without using extension objects?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;P.S. Maybe changing the group would help me with this. Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Aug 2017 14:57:00 GMT</pubDate>
    <dc:creator>nenadvukovic</dc:creator>
    <dc:date>2017-08-10T14:57:00Z</dc:date>
    <item>
      <title>Another one for Sense: How to replicate a Button object with Actions from QV?</title>
      <link>https://community.qlik.com/t5/App-Development/Another-one-for-Sense-How-to-replicate-a-Button-object-with/m-p/1382359#M31459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is another easy and effective feature I miss in QS. I use buttons to enable users easy conversion from one currency to another and from that one to another, 3 in my case (Local, USD and EUR). I use one variable in set analysis and other expressions as a suffix to fields in a table. So, when they click the EUR button then that variable get populated with 'EUR' and all tables show amounts in EUR, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is something like this possible in QS without using extension objects?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;P.S. Maybe changing the group would help me with this. Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 14:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Another-one-for-Sense-How-to-replicate-a-Button-object-with/m-p/1382359#M31459</guid>
      <dc:creator>nenadvukovic</dc:creator>
      <dc:date>2017-08-10T14:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Another one for Sense: How to replicate a Button object with Actions from QV?</title>
      <link>https://community.qlik.com/t5/App-Development/Another-one-for-Sense-How-to-replicate-a-Button-object-with/m-p/1382360#M31460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an option. Can be downloaded additional table (data island) with the name of currencies and depending on the choice (GetFieldSelections) manage your charts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 15:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Another-one-for-Sense-How-to-replicate-a-Button-object-with/m-p/1382360#M31460</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-08-10T15:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Another one for Sense: How to replicate a Button object with Actions from QV?</title>
      <link>https://community.qlik.com/t5/App-Development/Another-one-for-Sense-How-to-replicate-a-Button-object-with/m-p/1382361#M31461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Andrey. That sounds like a good workaround. I'll try and let you know. Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 15:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Another-one-for-Sense-How-to-replicate-a-Button-object-with/m-p/1382361#M31461</guid>
      <dc:creator>nenadvukovic</dc:creator>
      <dc:date>2017-08-10T15:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Another one for Sense: How to replicate a Button object with Actions from QV?</title>
      <link>https://community.qlik.com/t5/App-Development/Another-one-for-Sense-How-to-replicate-a-Button-object-with/m-p/1382362#M31462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works for labels, but I also need it working in the Set Analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, sum({$&amp;lt;DxO_Year={$(=DxO_Year)}&amp;gt;} NetSales_$(vCY))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to use GetFieldSelections(CY) in the above expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 12:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Another-one-for-Sense-How-to-replicate-a-Button-object-with/m-p/1382362#M31462</guid>
      <dc:creator>nenadvukovic</dc:creator>
      <dc:date>2017-08-11T12:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Another one for Sense: How to replicate a Button object with Actions from QV?</title>
      <link>https://community.qlik.com/t5/App-Development/Another-one-for-Sense-How-to-replicate-a-Button-object-with/m-p/1382363#M31463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob brought this solution to my attention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this discussion for details, &lt;SPAN style="font-size: 13.3333px;"&gt;281458&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 14:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Another-one-for-Sense-How-to-replicate-a-Button-object-with/m-p/1382363#M31463</guid>
      <dc:creator>nenadvukovic</dc:creator>
      <dc:date>2017-11-15T14:22:35Z</dc:date>
    </item>
  </channel>
</rss>

