<?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 Using Match function with variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Match-function-with-variables/m-p/1347279#M837330</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;&lt;/P&gt;&lt;P&gt;how to use match with variables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in attach a small example with a variable, where if i copy text value it work's but if i intend to use the variable don´t.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cam you help me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Ricardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Using Match function with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Match-function-with-variables/m-p/1347279#M837330</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;&lt;/P&gt;&lt;P&gt;how to use match with variables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in attach a small example with a variable, where if i copy text value it work's but if i intend to use the variable don´t.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cam you help me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Ricardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Match-function-with-variables/m-p/1347279#M837330</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using Match function with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Match-function-with-variables/m-p/1347280#M837331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;That is because your variable contains unquote shortened month names. The $-sign expansion will result in an invalid parameter list.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could change this into somthing like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=Match('Jan', $(=chr(39) &amp;amp; replace(MonthNames, ';', chr(39) &amp;amp; ',' &amp;amp; chr(39)) &amp;amp; chr(39)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but that looks overly complex to me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Edit] Corrected expression to use MonthNames variable. Works better&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 15:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Match-function-with-variables/m-p/1347280#M837331</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-05-15T15:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using Match function with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Match-function-with-variables/m-p/1347281#M837332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 15:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Match-function-with-variables/m-p/1347281#M837332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-15T15:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using Match function with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Match-function-with-variables/m-p/1347282#M837333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, because your vMonthNames variable already did contain a complex expression. Try again with the amended example...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 15:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Match-function-with-variables/m-p/1347282#M837333</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-05-15T15:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using Match function with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Match-function-with-variables/m-p/1347283#M837334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, this also works well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=Match('Jan', $(=$(vMonthNames)))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 15:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Match-function-with-variables/m-p/1347283#M837334</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-05-15T15:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using Match function with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Match-function-with-variables/m-p/1347284#M837335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now I understand your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 15:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Match-function-with-variables/m-p/1347284#M837335</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-15T15:50:49Z</dc:date>
    </item>
  </channel>
</rss>

