<?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 Question about function Match in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Question-about-function-Match/m-p/551842#M206115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with the match fuction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this:&lt;/P&gt;&lt;P&gt;=Match(Account_Desc,'Sales','Details','','Revenue')&lt;/P&gt;&lt;P&gt;This works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in my dimension tab I put the next:(I filled the blank space with Total of values)&lt;/P&gt;&lt;P&gt;=If(Account_Desc='','Total of values', Account_Desc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my sort fuction left of work. &lt;/P&gt;&lt;P&gt;Account_Desc&lt;/P&gt;&lt;P&gt;Revenue&lt;/P&gt;&lt;P&gt;Details&lt;/P&gt;&lt;P&gt;Blank Space (Here there isn´t text)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I put after the change:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Match(Account_Desc,'Sales','Details','Total of values','Revenue').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Still not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Nov 2013 13:28:22 GMT</pubDate>
    <dc:creator>pgalvezt</dc:creator>
    <dc:date>2013-11-20T13:28:22Z</dc:date>
    <item>
      <title>Question about function Match</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-function-Match/m-p/551842#M206115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with the match fuction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this:&lt;/P&gt;&lt;P&gt;=Match(Account_Desc,'Sales','Details','','Revenue')&lt;/P&gt;&lt;P&gt;This works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in my dimension tab I put the next:(I filled the blank space with Total of values)&lt;/P&gt;&lt;P&gt;=If(Account_Desc='','Total of values', Account_Desc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my sort fuction left of work. &lt;/P&gt;&lt;P&gt;Account_Desc&lt;/P&gt;&lt;P&gt;Revenue&lt;/P&gt;&lt;P&gt;Details&lt;/P&gt;&lt;P&gt;Blank Space (Here there isn´t text)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I put after the change:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Match(Account_Desc,'Sales','Details','Total of values','Revenue').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Still not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 13:28:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-function-Match/m-p/551842#M206115</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2013-11-20T13:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Question about function Match</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-function-Match/m-p/551843#M206116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have used&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=If(Account_Desc='','Total of values', Account_Desc)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;in the same script and same table... you can't use &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Match(Account_Desc,'Sales','Details','Total of values','Revenue') under same table script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Load First the main table, name it TEMP and use first if.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Now load the same table using Resident load and define the second expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Now drop TEMP Table&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;This should work....&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 13:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-function-Match/m-p/551843#M206116</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2013-11-20T13:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Question about function Match</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-function-Match/m-p/551844#M206117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pablo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try actually typing the BLANK into your function:&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; IF(Account_Desc = ' ', 'Total of values', Account_Desc) &amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;I'm not quite sure of this, blank values are always problematic. You could also try&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; IF(ISNULL(Account_Desc) ... ) &amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;In some cases, I even had to type the actual result of the ISNULL() function:&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; IF(ISNULL(Account_Desc) = -1, ... ) &amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 13:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-function-Match/m-p/551844#M206117</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2013-11-20T13:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Question about function Match</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-function-Match/m-p/551845#M206118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works, but dont respect the order&lt;/P&gt;&lt;P&gt;I want &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Match(Account_Desc,'Sales','Details','Total of values','Revenue')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But QlikView gives:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Match(Account_Desc,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'Total of values'&lt;/SPAN&gt;,'Revenue','Details','Sales')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 17:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-function-Match/m-p/551845#M206118</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2013-11-20T17:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Question about function Match</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-function-Match/m-p/551846#M206119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally I have to put another type of sorting and works!. Many Thanks Both of you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 17:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-function-Match/m-p/551846#M206119</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2013-11-20T17:49:11Z</dc:date>
    </item>
  </channel>
</rss>

