<?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: pick and match with variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/pick-and-match-with-variable/m-p/917855#M987967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jul 2015 15:55:22 GMT</pubDate>
    <dc:creator>bharath28</dc:creator>
    <dc:date>2015-07-28T15:55:22Z</dc:date>
    <item>
      <title>pick and match with variable</title>
      <link>https://community.qlik.com/t5/QlikView/pick-and-match-with-variable/m-p/917849#M987961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I am using match function to expand a variable in 2nd parameter and give the position and the pick function to expand and return the result of the variable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;='Sales by ' &amp;amp; Pick(match(GetCurrentField([Group]),'No','=''$(vProdAlias)'''),'No1','=''$(vProdAlias)''')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 11:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pick-and-match-with-variable/m-p/917849#M987961</guid>
      <dc:creator>bharath28</dc:creator>
      <dc:date>2015-07-28T11:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: pick and match with variable</title>
      <link>https://community.qlik.com/t5/QlikView/pick-and-match-with-variable/m-p/917850#M987962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should do it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Sales by ' &amp;amp; Pick(Match(GetCurrentField([Group]), 'No', '$(vProdAlias)'), 'No1', '$(vProdAlias)')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 12:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pick-and-match-with-variable/m-p/917850#M987962</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-07-28T12:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: pick and match with variable</title>
      <link>https://community.qlik.com/t5/QlikView/pick-and-match-with-variable/m-p/917851#M987963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. However the expression is still not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please use the app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 12:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pick-and-match-with-variable/m-p/917851#M987963</guid>
      <dc:creator>bharath28</dc:creator>
      <dc:date>2015-07-28T12:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: pick and match with variable</title>
      <link>https://community.qlik.com/t5/QlikView/pick-and-match-with-variable/m-p/917852#M987964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='Sales by ' &amp;amp; Pick(Match(vGroup, 'No', '=' &amp;amp; Chr(39) &amp;amp; chr(36) &amp;amp; '(vProdAlias)' &amp;amp; Chr(39)),'No', vProdAlias)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 12:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pick-and-match-with-variable/m-p/917852#M987964</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-28T12:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: pick and match with variable</title>
      <link>https://community.qlik.com/t5/QlikView/pick-and-match-with-variable/m-p/917853#M987965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Sunny! It is working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Just to have a better understanding could you please tell me why chr().&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I understand that we have to store ='$(vProdAlias)' as string. But why it doesnt work with escape characters-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;'=''$''(vProdAlias)'''''&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;But it works with your solution(with chr())??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;'=' &amp;amp; Chr(39) &amp;amp; chr(36) &amp;amp; '(vProdAlias)' &amp;amp; Chr(39)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 13:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pick-and-match-with-variable/m-p/917853#M987965</guid>
      <dc:creator>bharath28</dc:creator>
      <dc:date>2015-07-28T13:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: pick and match with variable</title>
      <link>https://community.qlik.com/t5/QlikView/pick-and-match-with-variable/m-p/917854#M987966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chr(36) is a dollar sign which doesn't get evaluated, but $ this gets evaluated. That's the way it works, don't really know why though &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 15:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pick-and-match-with-variable/m-p/917854#M987966</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-28T15:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: pick and match with variable</title>
      <link>https://community.qlik.com/t5/QlikView/pick-and-match-with-variable/m-p/917855#M987967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 15:55:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pick-and-match-with-variable/m-p/917855#M987967</guid>
      <dc:creator>bharath28</dc:creator>
      <dc:date>2015-07-28T15:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: pick and match with variable</title>
      <link>https://community.qlik.com/t5/QlikView/pick-and-match-with-variable/m-p/917856#M987968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not a problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad I was able to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 15:57:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pick-and-match-with-variable/m-p/917856#M987968</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-28T15:57:25Z</dc:date>
    </item>
  </channel>
</rss>

