<?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: Variable Extension: Not working Correctly for Set expression in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Variable-Extension-Not-working-Correctly-for-Set-expression/m-p/1428749#M8941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Monu, you can try using variable extension to switch between 1 and 2 (simple numbers), and use the variable as a condition in chart expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(varName&lt;/P&gt;&lt;P&gt;, // Expression for 1&lt;/P&gt;&lt;P&gt;, // &lt;SPAN style="font-size: 13.3333px;"&gt;Expression for 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Pick returns the expression in the position asked by the first parameter:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://https//help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ConditionalFunctions/pick.htm" style="font-size: 13.3333px;"&gt;Help - Pick()&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Sep 2017 09:49:47 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2017-09-17T09:49:47Z</dc:date>
    <item>
      <title>Variable Extension: Not working Correctly for Set expression</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Variable-Extension-Not-working-Correctly-for-Set-expression/m-p/1428747#M8939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi All,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I have a requirement to create 2 measure. When i choose measure 1, the corresponding data is shown in a bar chart. Similarly when measure 2 is chosen the corresponding data is displayed. I want these 2 measure to be present in a filter object. Please let me know if there is any work around available for this.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Monu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Sep 2017 13:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Variable-Extension-Not-working-Correctly-for-Set-expression/m-p/1428747#M8939</guid>
      <dc:creator>sarasmonu</dc:creator>
      <dc:date>2017-09-16T13:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Extension: Not working Correctly for Set expression</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Variable-Extension-Not-working-Correctly-for-Set-expression/m-p/1428748#M8940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding to the above, i tried the variable extension but when the value that i need in the variable is set expression, it isnt showing the data correctly, it is just aggregating the data and shows same value for all data points.&lt;/P&gt;&lt;P&gt;Please help as soon as possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Monu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Sep 2017 13:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Variable-Extension-Not-working-Correctly-for-Set-expression/m-p/1428748#M8940</guid>
      <dc:creator>sarasmonu</dc:creator>
      <dc:date>2017-09-16T13:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Extension: Not working Correctly for Set expression</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Variable-Extension-Not-working-Correctly-for-Set-expression/m-p/1428749#M8941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Monu, you can try using variable extension to switch between 1 and 2 (simple numbers), and use the variable as a condition in chart expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(varName&lt;/P&gt;&lt;P&gt;, // Expression for 1&lt;/P&gt;&lt;P&gt;, // &lt;SPAN style="font-size: 13.3333px;"&gt;Expression for 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Pick returns the expression in the position asked by the first parameter:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://https//help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ConditionalFunctions/pick.htm" style="font-size: 13.3333px;"&gt;Help - Pick()&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Sep 2017 09:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Variable-Extension-Not-working-Correctly-for-Set-expression/m-p/1428749#M8941</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-09-17T09:49:47Z</dc:date>
    </item>
  </channel>
</rss>

