<?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 Issue with Filtering in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Match-Function-Issue-with-Filtering/m-p/57459#M3838</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the script (backend), you can do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Text(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;SALE_CD&lt;/SPAN&gt;) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;SALE_CD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;From Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2018 19:48:51 GMT</pubDate>
    <dc:creator>CarlosAMonroy</dc:creator>
    <dc:date>2018-04-04T19:48:51Z</dc:date>
    <item>
      <title>Match Function Issue with Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Match-Function-Issue-with-Filtering/m-p/57456#M3835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am grouping my sales codes (being used as dimensions) into certain categories. I am using this all in a drill down master dimension. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue I am running into is that our company has a sales code "051" and "51". When I am using the following function -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(MATCH(SALE_CD,'051'),'RETREADS',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both the &lt;SPAN style="font-size: 13.3333px;"&gt;"051" and "51" codes are being included. Unfortunately "51" is a in a different category than "051".&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;Is there a different function other than match that I could use to group these dimension? &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;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 19:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Match-Function-Issue-with-Filtering/m-p/57456#M3835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-04T19:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Match Function Issue with Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Match-Function-Issue-with-Filtering/m-p/57457#M3836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the same function but instead of using the plain field, try to convert the sales code to text, that way you will have two values '051' &amp;amp; 51.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carlos M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 19:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Match-Function-Issue-with-Filtering/m-p/57457#M3836</guid>
      <dc:creator>CarlosAMonroy</dc:creator>
      <dc:date>2018-04-04T19:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Match Function Issue with Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Match-Function-Issue-with-Filtering/m-p/57458#M3837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pretty novice here - convert them to text within Qlik Sense? If so how?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 19:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Match-Function-Issue-with-Filtering/m-p/57458#M3837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-04T19:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Match Function Issue with Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Match-Function-Issue-with-Filtering/m-p/57459#M3838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the script (backend), you can do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Text(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;SALE_CD&lt;/SPAN&gt;) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;SALE_CD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;From Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 19:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Match-Function-Issue-with-Filtering/m-p/57459#M3838</guid>
      <dc:creator>CarlosAMonroy</dc:creator>
      <dc:date>2018-04-04T19:48:51Z</dc:date>
    </item>
  </channel>
</rss>

