<?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: Using match to select specific items and renaming in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1095004#M363818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I do nested IF here&lt;/P&gt;&lt;P&gt;IF(Match(Country, 'Great Britain','UNITED KINGDOM','UK'), 'United Kingdom', Country)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Feb 2016 14:15:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-23T14:15:07Z</dc:date>
    <item>
      <title>Using match to select specific items and renaming</title>
      <link>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1094995#M363809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;How do I match to specific item on my dimension. also wanna collate some item together and name them as one. see...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(match([item text], 'Blocks', 'Buckets', 'Box',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(match([item text], 'Cutlass', 'Plates','Spoon'), 'Cutlery'),[Item text]),&lt;BR /&gt;'Cloth','Table','Chair'.........''&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;),[item text]) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanna collate cutlass, plate, spoon to one name. what so I do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 13:12:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1094995#M363809</guid>
      <dc:creator />
      <dc:date>2016-02-23T13:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using match to select specific items and renaming</title>
      <link>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1094996#M363810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a mapping table. See &lt;A href="https://community.qlik.com/qlik-blogpost/4267"&gt;Data Cleansing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 13:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1094996#M363810</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2016-02-23T13:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using match to select specific items and renaming</title>
      <link>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1094997#M363811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you are trying to do? May be this in your load statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Match([item text], 'Cutlass', 'Plates', 'Spoon'), 'Cutlery', [item text]) as New_Item_Text&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 13:16:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1094997#M363811</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-23T13:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using match to select specific items and renaming</title>
      <link>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1094998#M363812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/115618_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;z:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; [item text], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; if(match([item text], 'Blocks', 'Buckets', 'Box',), '????',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; if(match([item text], 'Cutlass', 'Plates','Spoon'), 'Cutlery',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; [item text]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; )) as [new item text]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;item text&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Blocks&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Buckets&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Box&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Cutlass&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Plates&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Spoon&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Chair&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 13:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1094998#M363812</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-02-23T13:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using match to select specific items and renaming</title>
      <link>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1094999#M363813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Match([item text], 'Blocks', 'Buckets'), 'Box',&lt;/P&gt;&lt;P&gt;If(Match([item text], 'Cutlass', 'Plates','Spoon'), 'Cutlery',&lt;/P&gt;&lt;P&gt;If(Match([item text], 'Cloth','Table','Chair'), 'Furniture')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I would create an mapping table that loads the category associated with the items, and then use the category as the dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 13:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1094999#M363813</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-02-23T13:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using match to select specific items and renaming</title>
      <link>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1095000#M363814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use an excel file or an inline table to load the category to the corresponding item.&lt;/P&gt;&lt;P&gt;Load it as a mapping table then use the applymap function in your destination table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 13:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1095000#M363814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-23T13:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using match to select specific items and renaming</title>
      <link>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1095001#M363815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its a nested IF statement. I already matched to pick specific fields and I need to call these items A name. so that is where the next IF statement comes in&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 14:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1095001#M363815</guid>
      <dc:creator />
      <dc:date>2016-02-23T14:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using match to select specific items and renaming</title>
      <link>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1095002#M363816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am coding in Dimension editor not load please. I have a field holding all the items I wanna match&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 14:03:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1095002#M363816</guid>
      <dc:creator />
      <dc:date>2016-02-23T14:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using match to select specific items and renaming</title>
      <link>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1095003#M363817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No that's not what I want&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 14:04:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1095003#M363817</guid>
      <dc:creator />
      <dc:date>2016-02-23T14:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using match to select specific items and renaming</title>
      <link>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1095004#M363818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I do nested IF here&lt;/P&gt;&lt;P&gt;IF(Match(Country, 'Great Britain','UNITED KINGDOM','UK'), 'United Kingdom', Country)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 14:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1095004#M363818</guid>
      <dc:creator />
      <dc:date>2016-02-23T14:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using match to select specific items and renaming</title>
      <link>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1095005#M363819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do a&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="line-height: 1.5em;"&gt;If(Match(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Country&lt;/SPAN&gt;, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'Great Britain','UNITED KINGDOM','UK'&lt;/SPAN&gt;), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; 'United Kingdom',&lt;/SPAN&gt;&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;If(Match(Country, 'Paris','Bretagne'), 'France'))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Just make sure that you have the same number of right-brackets in the end as you have If()-functions.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS But a mapping table is MUCH better... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 14:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1095005#M363819</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2016-02-23T14:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using match to select specific items and renaming</title>
      <link>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1095006#M363820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you are using this in a calculated dimension. If so, you might need to wrap in in Aggr() function (which is kind of like a for-next loop):&lt;/P&gt;&lt;P&gt;=Aggr(&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: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Match(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Country&lt;/SPAN&gt;, &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;'Great Britain','UNITED KINGDOM','UK'&lt;/SPAN&gt;), &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;'United Kingdom',&lt;/SPAN&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Match(Country, 'Paris','Bretagne'), 'France')),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 14:26:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1095006#M363820</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2016-02-23T14:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using match to select specific items and renaming</title>
      <link>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1095007#M363821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mapping table? Make me understand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 14:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1095007#M363821</guid>
      <dc:creator />
      <dc:date>2016-02-23T14:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using match to select specific items and renaming</title>
      <link>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1095008#M363822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mapping load information can be found here as well:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.learnqlickview.com/a-qlikview-tutorial-mapping-load-in-qlikview/" title="http://www.learnqlickview.com/a-qlikview-tutorial-mapping-load-in-qlikview/"&gt;http://www.learnqlickview.com/a-qlikview-tutorial-mapping-load-in-qlikview/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 14:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1095008#M363822</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-23T14:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using match to select specific items and renaming</title>
      <link>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1095009#M363823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;See &lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2588" data-containertype="37" data-objectid="4267" data-objecttype="38" href="https://community.qlik.com/blogs/qlikviewdesignblog/2015/06/30/data-cleansing" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Data Cleansing&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 14:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-match-to-select-specific-items-and-renaming/m-p/1095009#M363823</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2016-02-23T14:57:21Z</dc:date>
    </item>
  </channel>
</rss>

