<?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 Grouping Values from a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Grouping-Values-from-a-field/m-p/379589#M702667</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have several case prefixes that I need to place in groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Case Types&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;G&lt;/P&gt;&lt;P&gt;SA&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;MF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need groupings:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Case Type&lt;/STRONG&gt; | &lt;STRONG&gt;Group&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;G = Global&lt;/P&gt;&lt;P&gt;SA = TC/PC&lt;/P&gt;&lt;P&gt;BR = TC/PC&lt;/P&gt;&lt;P&gt;OR = TC/PC&lt;/P&gt;&lt;P&gt;MF = TC/PC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that I have a QV field to choose either GLOBAL or TC/PC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be apprieciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Aug 2012 17:57:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-08-21T17:57:04Z</dc:date>
    <item>
      <title>Grouping Values from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-Values-from-a-field/m-p/379589#M702667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have several case prefixes that I need to place in groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Case Types&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;G&lt;/P&gt;&lt;P&gt;SA&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;MF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need groupings:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Case Type&lt;/STRONG&gt; | &lt;STRONG&gt;Group&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;G = Global&lt;/P&gt;&lt;P&gt;SA = TC/PC&lt;/P&gt;&lt;P&gt;BR = TC/PC&lt;/P&gt;&lt;P&gt;OR = TC/PC&lt;/P&gt;&lt;P&gt;MF = TC/PC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that I have a QV field to choose either GLOBAL or TC/PC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be apprieciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 17:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-Values-from-a-field/m-p/379589#M702667</guid>
      <dc:creator />
      <dc:date>2012-08-21T17:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping Values from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-Values-from-a-field/m-p/379590#M702668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you need this:&lt;/P&gt;&lt;P&gt;if([Case Type]='G', 'Global', 'TC/PC') as Group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 00:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-Values-from-a-field/m-p/379590#M702668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-22T00:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping Values from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-Values-from-a-field/m-p/379591#M702669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at MAPPING in the Help and Ref Guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 04:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-Values-from-a-field/m-p/379591#M702669</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-08-22T04:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping Values from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-Values-from-a-field/m-p/379592#M702670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm... My previous post got lost for some reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is another suggestion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sinse you have only 2 possible values for Group field, you can use IF expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If([&lt;STRONG&gt;Case Type]&lt;/STRONG&gt; = 'G', 'Global','TC/PC') as Group;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 04:37:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-Values-from-a-field/m-p/379592#M702670</guid>
      <dc:creator>bgerchikov</dc:creator>
      <dc:date>2012-08-22T04:37:33Z</dc:date>
    </item>
  </channel>
</rss>

