<?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: Grouping data in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753220#M268390</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would recomend also, a nested if in yor load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ***************************&lt;/P&gt;&lt;P&gt;&amp;nbsp; if((value&amp;gt; 0) and (value &amp;lt;10000),'0-10k',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(((value&amp;gt; 10000) and (value &amp;lt; 30000)),'10k-30k',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(((value&amp;gt; 30000) and (value &amp;lt; 100000)),'30k-100k',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(((value&amp;gt; 100000) and (value &amp;lt; 1000000)),'100k-1M',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(((value&amp;gt; 1M),'&amp;gt; 1M',&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Other' ))))) as Value_Range&lt;/P&gt;&lt;P&gt;&amp;nbsp; *********************************&lt;/P&gt;&lt;P&gt;FROM yourTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards--- good luck&lt;/P&gt;&lt;P&gt;gustavo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Dec 2014 20:39:21 GMT</pubDate>
    <dc:creator>gartigas</dc:creator>
    <dc:date>2014-12-17T20:39:21Z</dc:date>
    <item>
      <title>Grouping data in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753211#M268381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As my first question was answered so quickly be the community, I thought I might just try it again &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data that comes from SAP and I use a report to extract the data (so far I work with the personal edition of Qlikview and we do not have any API for SAP in our company).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently pre-group the information I load into Qlikview in Excel, simply because I do not know how to group data in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created various groupings.&lt;/P&gt;&lt;P&gt;ValueClassification (based on the value of an quotation)&lt;/P&gt;&lt;P&gt;value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;10k €&lt;/P&gt;&lt;P&gt;value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;30k €&lt;/P&gt;&lt;P&gt;value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;100k €&lt;/P&gt;&lt;P&gt;value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;1m €&lt;/P&gt;&lt;P&gt;value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;1m €&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ItemAmountClassification (how many items contains a quotation)&lt;/P&gt;&lt;P&gt;&amp;lt;5 items&lt;/P&gt;&lt;P&gt;&amp;lt;20 items&lt;/P&gt;&lt;P&gt;&amp;lt;50 items&lt;/P&gt;&lt;P&gt;&amp;lt;100 items&lt;/P&gt;&lt;P&gt;&amp;gt;100 items&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;I created these classifications in Excel with IF, THEN commands. I know that the same is existing in QV, but I neither know the syntax, nor do I know how to create a new field in my data with that new information so that I can use it as list box or as dimension for a chart, etc. I assume I need to execute the command for the grouping in the script (CTRL+E)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone recommend a good tutorial or explanation for the topic of creating classifications resp. sub-groups in a data set?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank in advance you for your time and feedback!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Bastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 10:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753211#M268381</guid>
      <dc:creator />
      <dc:date>2014-12-17T10:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping data in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753212#M268382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bastian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might want to look into IntervalMatch(). The documentation can be a little sketchy so I will show you an example. In my case I wanted to match CO2 emissions from a car database to the tax bands they fall into. I use a left join to remove some synthetic keys and make things cleaner :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Cars:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 10.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;Upper&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;Manufacturer&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;Manufacturer&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;Description&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;Model&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;…&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;[CO2 g/km]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;…&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; dvla_data.qvd&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;TaxBands:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 10.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;[CO2 Bottom]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;[CO2 Top]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;Band&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;Band&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;BandAlt&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;[1st year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Std rate]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; TaxBands2012.xlsx&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt; Sheet1);&lt;BR /&gt; &lt;BR /&gt; IntervalMatch:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;Left&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;Join&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt; (TaxBands)&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;IntervalMatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;[CO2 g/km]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 10.0pt; font-family: 'Courier New';"&gt;load&lt;/STRONG&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;[CO2 Bottom]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;[CO2 Top]&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt; TaxBands; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 11:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753212#M268382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-17T11:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping data in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753213#M268383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/30224"&gt;Sorting Group into Subgroups&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 11:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753213#M268383</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2014-12-17T11:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping data in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753214#M268384</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;one solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/121191"&gt;Custom Filter(unusual range)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 12:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753214#M268384</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-12-17T12:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping data in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753215#M268385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or with a nested if() like you already assumed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD fields,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(value&amp;lt;10000, '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &amp;lt;10k €&lt;/SPAN&gt;',&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; IF(value&amp;lt;30000, '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &amp;lt;30k €&lt;/SPAN&gt;',&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;&amp;nbsp; IF(value&amp;lt;100000, '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &amp;lt;100k €&lt;/SPAN&gt;',&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&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; ))) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ValueClassification&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;FROM YourExcelOrReportSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 12:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753215#M268385</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-12-17T12:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping data in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753216#M268386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Bastian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly find attached documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 12:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753216#M268386</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2014-12-17T12:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping data in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753217#M268387</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;see the link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/670747#670747"&gt;http://community.qlik.com/message/670747#670747&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 12:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753217#M268387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-17T12:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping data in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753218#M268388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your replies and suggested tutorials. I will take a look at all of them and try to create my subgroups. I encounter some problems within this process as not all my subgroups are based on plain numbers. I was only able to create some of them in Excel with the help of a vlookup and various if, then commands which take different data into consideration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I need to ask again for a specific example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Until then, thanks for the suggestions!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 15:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753218#M268388</guid>
      <dc:creator />
      <dc:date>2014-12-17T15:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping data in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753219#M268389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bastian I think there might be easier way to solve your problem. Here is my approach to it. I have an excel file similar to yur req. My script is below:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlik1.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/73723_qlik1.PNG" style="height: 255px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlik2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/73730_qlik2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I am planning to create a pivot table where u can group by Item amount classification or value class... I am getting an error after execution. says bad syntax. Can an expert tell me whats wrong. here is my excel file(data source). Any pointers would be precious!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlik3.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/73731_qlik3.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 20:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753219#M268389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-17T20:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping data in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753220#M268390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would recomend also, a nested if in yor load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ***************************&lt;/P&gt;&lt;P&gt;&amp;nbsp; if((value&amp;gt; 0) and (value &amp;lt;10000),'0-10k',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(((value&amp;gt; 10000) and (value &amp;lt; 30000)),'10k-30k',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(((value&amp;gt; 30000) and (value &amp;lt; 100000)),'30k-100k',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(((value&amp;gt; 100000) and (value &amp;lt; 1000000)),'100k-1M',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(((value&amp;gt; 1M),'&amp;gt; 1M',&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Other' ))))) as Value_Range&lt;/P&gt;&lt;P&gt;&amp;nbsp; *********************************&lt;/P&gt;&lt;P&gt;FROM yourTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards--- good luck&lt;/P&gt;&lt;P&gt;gustavo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 20:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753220#M268390</guid>
      <dc:creator>gartigas</dc:creator>
      <dc:date>2014-12-17T20:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping data in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753221#M268391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14188505457991752" jivemacro_uid="_14188505457991752"&gt;
&lt;P&gt;tabQuotations:&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(value&amp;lt;10000, '&amp;lt;10k €',&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(value&amp;lt;30000, '&amp;lt;30k €',&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(value&amp;lt;100000, '&amp;lt;100k €',&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(value&amp;lt;1000000, '&amp;lt;1m €',&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(value&amp;gt;=1000000, '&amp;gt;=1m €','none'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ))))) as ValueClassification,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(items&amp;lt;5, '&amp;lt;5 items',&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(items&amp;lt;20, '&amp;lt;20 items',&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(items&amp;lt;50, '&amp;lt;50 items',&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(items&amp;lt;100, '&amp;lt;100 items',&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(items&amp;gt;=100, '&amp;gt;=100 items','none'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ))))) as ItemAmountClassification;&lt;/P&gt;
&lt;P&gt;LOAD RecNo() as QuotID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Money(Round(Pow(10,Rand()*6.2),0.01)) as value,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ceil(Rand()*120) as items&lt;/P&gt;
&lt;P&gt;AutoGenerate 100;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_146088_Pic1.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/73732_QlikCommunity_Thread_146088_Pic1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_146088_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/73748_QlikCommunity_Thread_146088_Pic2.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_146088_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/73749_QlikCommunity_Thread_146088_Pic3.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To correct the order of the ValueClassification buckets, you could extend this solution using the Dual() function to something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14188509698279551" jivemacro_uid="_14188509698279551"&gt;
&lt;P&gt;tabQuotations:&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(value&amp;lt;10000, Dual('&amp;lt;10k €',1),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(value&amp;lt;30000, Dual('&amp;lt;30k €',10000),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(value&amp;lt;100000, Dual('&amp;lt;100k €',30000),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(value&amp;lt;1000000, Dual('&amp;lt;1m €',100000),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(value&amp;gt;=1000000, Dual('&amp;gt;=1m €',1000000),Dual('none',0)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ))))) as ValueClassification,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(items&amp;lt;5, Dual('&amp;lt;5 items',1),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(items&amp;lt;20, Dual('&amp;lt;20 items',5),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(items&amp;lt;50, Dual('&amp;lt;50 items',20),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(items&amp;lt;100, Dual('&amp;lt;100 items',50),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(items&amp;gt;=100, Dual('&amp;gt;=100 items',100),Dual('none',0)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ))))) as ItemAmountClassification;&lt;/P&gt;
&lt;P&gt;LOAD RecNo() as QuotID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Money(Round(Pow(10,Rand()*6.2),0.01)) as value,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ceil(Rand()*120) as items&lt;/P&gt;
&lt;P&gt;AutoGenerate 100;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you don't have to care about special sorting expressions when using the classification fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_146088_Pic4.JPG" class="jive-image image-4" src="https://community.qlik.com/legacyfs/online/73750_QlikCommunity_Thread_146088_Pic4.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_146088_Pic5.JPG" class="jive-image image-5" src="https://community.qlik.com/legacyfs/online/73751_QlikCommunity_Thread_146088_Pic5.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 21:17:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753221#M268391</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-12-17T21:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping data in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753222#M268392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marco, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is quite the profound example you are giving me here, thanks again! Unfortunately I cannot open your example file as I am not yet working with a QV business license.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you be so kind and elaborate the following code for me? I saw the CEIL command before (as far as I remember, I found a code with CEIL to create yearquarters from my months). Besides, I have not the slightest idea what these command lines do for me resp. for my data. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-c" start="1" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; list-style-position: initial; list-style-image: initial; color: #5c5c5c; margin-bottom: 1px !important; margin-left: 45px !important;"&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;LOAD RecNo() as QuotID,&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Money(Round(Pow(10,Rand()*6.2),0.01)) as value,&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ceil(Rand()*120) as items&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;AutoGenerate 100;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;And what about your suggestion concerning the sorting with the help of the DUAL function? I assume the second value in the command just makes sure, that the classes are in the correct order when creating a list box with them? Is it necessary to use the values 1, 10.000, 30.000, 100.000, 1.000.000 because these values (all but the first one) define my desired classes? Or could you also use 1, 2, 3, 4, 5? Just trying to understand the syntax and sense here...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;Bastian&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 11:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753222#M268392</guid>
      <dc:creator />
      <dc:date>2014-12-18T11:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping data in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753223#M268393</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;this code creates random test data, since I didn't have your's to test on. You would not use this part together with your live data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-c" start="1" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; list-style-position: initial; list-style-image: initial; color: #5c5c5c; margin-bottom: 1px !important; margin-left: 45px !important;"&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: black; background-color: inherit;"&gt;LOAD RecNo() as QuotID, &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: black; background-color: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Money(Round(Pow(10,Rand()*6.2),0.01)) as value, &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: black; background-color: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ceil(Rand()*120) as items &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: black; background-color: inherit;"&gt;AutoGenerate 100;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: black; background-color: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: black; background-color: inherit;"&gt;The ceil rounds a value up to the next integer number, I used it to delete the decimal places the Rand() function delivers (just to get test data that is easier to read).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: black; background-color: inherit;"&gt;The dual() function is the interesting bit here, because it generates text values with underlying numerical values, i.e. you can use them like any other numerical field for calculations or to sort numerical.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: black; background-color: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: black; background-color: inherit;"&gt;hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: black; background-color: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: black; background-color: inherit;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: black; background-color: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: inherit; color: black; background-color: inherit;"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 12:06:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753223#M268393</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-12-18T12:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping data in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753224#M268394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I import a list of Claim statuses, and would like to group certain status's, how would I do that? same as you example above?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 11:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753224#M268394</guid>
      <dc:creator />
      <dc:date>2015-02-02T11:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping data in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753225#M268395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gerald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please upload sample data in excel,so will try to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 16:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753225#M268395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-04T16:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping data in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753226#M268396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. I did come right. here is what I did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)= 'Refer for Approval','Pre-Auth',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)= 'Assessor report received','Pre-Auth',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)= 'Claim Registered','Pre-Auth',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)= 'Assessor Appointed','Pre-Auth',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)= 'Contact customer','Pre-Auth',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)= 'First Notice of Loss','Pre-Auth',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)= 'Claim Registered (Repo)','Pre-Auth',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)= 'Refer for Approval (Repo)','Pre-Auth',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)= 'Concluding Term extension','Pre-Auth',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)= 'Decline Repair (Repo)','Pre-Auth',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)= 'Repudiated','Pre-Auth',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)= 'Decline repair','Pre-Auth',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)= 'Open','Pre-Auth',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)= 'Third party notification','Pre-Auth',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)= 'Attorney Appointed','Pre-Auth',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)= 'Tracer Appointed','Pre-Auth',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)= 'Re-Opened (Mandate Required)','Pre-Auth',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)= 'Repudiated (Payment to Supplier)','Pre-Auth',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)= 'Registered In Error','Not Taken up',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)= 'NTU/Cancelled','Not Taken up',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)= 'Cancelled','Not Taken up',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)= 'Not taken up','Not Taken up','Post-Auth'))))))))))))))))))))))&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 06:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753226#M268396</guid>
      <dc:creator />
      <dc:date>2015-02-05T06:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping data in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753227#M268397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gerald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Your expression is also right,but below will be more cleaner and neat:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'Refer for Approval','Assessor report received','Claim Registered','Assessor Appointed','Contact customer','First Notice of Loss',&lt;BR /&gt; 'Claim Registered (Repo)','Refer for Approval (Repo)','Concluding Term extension','Decline Repair (Repo)','Repudiated', 'Decline repair', 'Open',&lt;BR /&gt; 'Third party notification','Attorney Appointed','Tracer Appointed','Re-Opened (Mandate Required)','Repudiated (Payment to Supplier)'),'Pre-Auth',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Claim Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= 'Registered In Error', 'NTU/Cancelled', 'Cancelled','Not taken up'),'Not Taken up','Post-Auth')) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Bucket&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 10:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753227#M268397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-05T10:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping data in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753228#M268398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Neetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;looks much better yes. appreciate the help.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 11:13:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753228#M268398</guid>
      <dc:creator />
      <dc:date>2015-02-05T11:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping data in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753229#M268399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're Welcome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 11:16:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753229#M268399</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-05T11:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping data in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753230#M268400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another grouping I want to do, involves a list of vehicle names. now there are a long list of Toyotas, some are people carries, and some are pick ups, which I want to group as "Bakkies". below is my scripting. it is not working.&lt;/P&gt;&lt;P&gt;what am I doing wrong here? Please also advise how can split the count of Toyota people carries and Toyota hilux's&lt;/P&gt;&lt;P&gt;I attached the list of all vehicles&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Motor Desc]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;like&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; '*HILUX*','Bakkie'),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Motor Desc]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;like&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; '*TOYOTA*','Toyota'),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Motor Desc]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;like&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; '*VOLGSWAGEN*','*MERCEDES-BENZ*','*IVECO*'),'Long Distance',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Motor Desc]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;like&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; '*NISSAN*','Nissan'),'Chinese/Other')))) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Grouping&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 12:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-data-in-Qlikview/m-p/753230#M268400</guid>
      <dc:creator />
      <dc:date>2015-02-06T12:20:18Z</dc:date>
    </item>
  </channel>
</rss>

