<?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: Match function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Match-function/m-p/949340#M973278</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;Can you some more details of both tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How they are associated with each Other???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Sep 2015 04:39:16 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2015-09-15T04:39:16Z</dc:date>
    <item>
      <title>Match function</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function/m-p/949336#M973274</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 have two tables one table contains column State which contains 1,2,3,4,5 and another table contains a column called state which contains Maharashtra,punjab,Haryana,Kerala.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i need to define a pivot table from both the table ,can you please define the process by using match function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1=&lt;SPAN style="font-size: 13.3333px;"&gt;Maharashtra&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2=&lt;SPAN style="font-size: 13.3333px;"&gt;punjab&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;3=&lt;SPAN style="font-size: 13.3333px;"&gt;Haryana&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;4=&lt;SPAN style="font-size: 13.3333px;"&gt;Kerala....&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 04:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function/m-p/949336#M973274</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2015-09-15T04:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Match function</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function/m-p/949337#M973275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Applymap in load statemtent (script) instead (this is faster that match)&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2756"&gt;Don't join - use Applymap instead&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'comic sans ms', sans-serif;"&gt;Feeling Qlikngry?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="8342" data-objecttype="102" href="https://community.qlik.com/docs/DOC-8342" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;How To /Missing Manual(18 articles)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 04:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function/m-p/949337#M973275</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-09-15T04:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Match function</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function/m-p/949338#M973276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you mean, but Pick can work like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Pick(StateNum, 'Maharashtra', 'Punjab', 'Haryana', 'Kerala')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 04:37:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function/m-p/949338#M973276</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-15T04:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Match function</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function/m-p/949339#M973277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are the tables linked? If linked properly, match() might not be required. QV does it by association automatically. Try to explain a bit more with data sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 04:38:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function/m-p/949339#M973277</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-09-15T04:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Match function</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function/m-p/949340#M973278</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;Can you some more details of both tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How they are associated with each Other???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 04:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function/m-p/949340#M973278</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-09-15T04:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Match function</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function/m-p/949341#M973279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u share sample data ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 04:44:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function/m-p/949341#M973279</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2015-09-15T04:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Match function</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function/m-p/949342#M973280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Naresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here it is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Pick(wildmatch(YourFieldName, 'Maharashtra', 'Punjab', 'Haryana', 'Kerala', '*'), Red(), Green(), Blue(), Black(), LightGray())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 06:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function/m-p/949342#M973280</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2015-09-15T06:17:22Z</dc:date>
    </item>
  </channel>
</rss>

