<?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: Group the data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Group-the-data/m-p/247705#M94345</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hm,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you said LKey is data from 1 to 1000 and you want to group it in 'boxes' of 100 each&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Group &lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt;&amp;nbsp; 1 to 100&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt;&amp;nbsp; 101 to 200 &lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt;&amp;nbsp; 201 to 300 &lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;10&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; 901 to 1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's what the code does, but since your LensKey values are much larger, your Group values also get larger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A LensKey like 1879590441, what Group value should it be assigned to, then?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2012 13:08:46 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2012-02-02T13:08:46Z</dc:date>
    <item>
      <title>Group the data</title>
      <link>https://community.qlik.com/t5/QlikView/Group-the-data/m-p/247701#M94341</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;&lt;STRONG&gt; &lt;/STRONG&gt;I've a field i.e LKey it's data is from 1 to 1000 and another field DType i.e Edgechip,hole . Now i want to generate the table while loading in the below format. Is it possible? Can anyone help me or give idea&lt;/P&gt;&lt;P&gt;Group is main important here. i.e &lt;/P&gt;&lt;P&gt;Group &lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt;&amp;nbsp; 1 to 100&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt;&amp;nbsp; 101 to 200 &lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt;&amp;nbsp; 201 to 300 &lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;10&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; 901 to 1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 256px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Group&lt;/TD&gt;&lt;TD width="64"&gt;DType&lt;/TD&gt;&lt;TD width="64"&gt;count(DType) of lens&lt;/TD&gt;&lt;TD width="64"&gt;Total lens&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="21"&gt;1&lt;/TD&gt;&lt;TD class="xl66"&gt;Edgechip&lt;/TD&gt;&lt;TD class="xl65"&gt;10&lt;/TD&gt;&lt;TD class="xl65"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="21"&gt;1&lt;/TD&gt;&lt;TD class="xl66"&gt;hole&lt;/TD&gt;&lt;TD class="xl65"&gt;5&lt;/TD&gt;&lt;TD class="xl65"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Edgechip&lt;/TD&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;hole&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 11:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-the-data/m-p/247701#M94341</guid>
      <dc:creator />
      <dc:date>2012-02-02T11:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Group the data</title>
      <link>https://community.qlik.com/t5/QlikView/Group-the-data/m-p/247702#M94342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First create Group as new field using e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LENSINPUT:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; LKey,&lt;/P&gt;&lt;P&gt; DType,&lt;/P&gt;&lt;P&gt;ceil(LKey / 100) as Group&lt;/P&gt;&lt;P&gt;from Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can group by and do the counts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RESULT:&lt;/P&gt;&lt;P&gt;LOAD Group, DType, count(DType), count(LKey) resident LENSINPUT group by Group,DType;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table LENSINPUT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit:&lt;/P&gt;&lt;P&gt;Not quite sure how your second count should work, maybe you could also look into&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RESULT:&lt;/P&gt;&lt;P&gt;LOAD Group, DType, count(DType) resident LENSINPUT group by Group,DType;&lt;/P&gt;&lt;P&gt;Left Join LOAD Group, count (LKey) resident LENSINPUT group by Group;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table LENSINPUT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 12:02:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-the-data/m-p/247702#M94342</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-02-02T12:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Group the data</title>
      <link>https://community.qlik.com/t5/QlikView/Group-the-data/m-p/247703#M94343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But it is not giving exact Group value...&lt;/P&gt;&lt;P&gt;Here i'm attaching my qvd file can you please try...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LENSINPUT:&lt;/P&gt;&lt;P&gt;LOAD LensKey,&lt;/P&gt;&lt;P&gt;DefectName,&lt;/P&gt;&lt;P&gt;ceil(LensKey / 100) as Group&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;LENSINPUT.qvd&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;; &lt;/P&gt;&lt;P&gt;RESULT:&lt;/P&gt;&lt;P&gt;LOAD Group, DefectName, count(DefectName) as CountDefectName resident LENSINPUT group by Group,DefectName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//DROP Table LENSINPUT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table box it shows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 348px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="text-align: center;" width="66"&gt;LensKey&lt;/TD&gt;&lt;TD class="xl65" style="border-left-style: none; border-left-width: initial; border-left-color: initial; text-align: center;" width="114"&gt;Group&lt;/TD&gt;&lt;TD class="xl68" style="border-left-style: none; border-left-width: initial; border-left-color: initial; text-align: center;" width="168"&gt;DefectName&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top-style: none; border-top-width: initial; border-top-color: initial;"&gt;1879590441&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;18795905&lt;/TD&gt;&lt;TD class="xl69" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lens.Missing&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top-style: none; border-top-width: initial; border-top-color: initial;"&gt;1879590442&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;18795905&lt;/TD&gt;&lt;TD class="xl69" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lens.Missing&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top-style: none; border-top-width: initial; border-top-color: initial;"&gt;1879590443&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;18795905&lt;/TD&gt;&lt;TD class="xl69" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Defect.Bubble.Single&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top-style: none; border-top-width: initial; border-top-color: initial;"&gt;1879590444&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;18795905&lt;/TD&gt;&lt;TD class="xl69" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Defect.None.Identified&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top-style: none; border-top-width: initial; border-top-color: initial;"&gt;1879590445&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;18795905&lt;/TD&gt;&lt;TD class="xl69" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Defect.Bubble.Single&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top-style: none; border-top-width: initial; border-top-color: initial;"&gt;1879590446&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;18795905&lt;/TD&gt;&lt;TD class="xl69" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Defect.Bubble.Single&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top-style: none; border-top-width: initial; border-top-color: initial;"&gt;1879590447&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;18795905&lt;/TD&gt;&lt;TD class="xl69" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Defect.Bubble.Single&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top-style: none; border-top-width: initial; border-top-color: initial;"&gt;1879590448&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;18795905&lt;/TD&gt;&lt;TD class="xl69" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Defect.Bubble.Single&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top-style: none; border-top-width: initial; border-top-color: initial;"&gt;1879590491&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;18795905&lt;/TD&gt;&lt;TD class="xl69" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Defect.None.Identified&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top-style: none; border-top-width: initial; border-top-color: initial;"&gt;1879590492&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;18795905&lt;/TD&gt;&lt;TD class="xl69" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;&amp;nbsp;&amp;nbsp; Defect.Bubble.Single&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top-style: none; border-top-width: initial; border-top-color: initial;"&gt;1879590493&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;18795905&lt;/TD&gt;&lt;TD class="xl69" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Defect.Bubble.Single&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I kept Lenskey ins Asc order.&lt;/P&gt;&lt;P&gt;- Group value shows the different values instead of 1,2,3...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 12:58:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-the-data/m-p/247703#M94343</guid>
      <dc:creator />
      <dc:date>2012-02-02T12:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Group the data</title>
      <link>https://community.qlik.com/t5/QlikView/Group-the-data/m-p/247704#M94344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry....Instead of Lenskey if i take RowNo() i'm getting what i want. But now what i want is instead of getting like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 to 100 -&amp;gt; 1&lt;/P&gt;&lt;P&gt;101 to 200 -&amp;gt;2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 to 100 -&amp;gt;100&lt;/P&gt;&lt;P&gt;101 to 200 -&amp;gt; 200&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 13:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-the-data/m-p/247704#M94344</guid>
      <dc:creator />
      <dc:date>2012-02-02T13:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Group the data</title>
      <link>https://community.qlik.com/t5/QlikView/Group-the-data/m-p/247705#M94345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hm,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you said LKey is data from 1 to 1000 and you want to group it in 'boxes' of 100 each&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Group &lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt;&amp;nbsp; 1 to 100&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt;&amp;nbsp; 101 to 200 &lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt;&amp;nbsp; 201 to 300 &lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;10&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; 901 to 1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's what the code does, but since your LensKey values are much larger, your Group values also get larger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A LensKey like 1879590441, what Group value should it be assigned to, then?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 13:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-the-data/m-p/247705#M94345</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-02-02T13:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Group the data</title>
      <link>https://community.qlik.com/t5/QlikView/Group-the-data/m-p/247706#M94346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;ceil(Recno(),100) as Group,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 13:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-the-data/m-p/247706#M94346</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-02-02T13:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Group the data</title>
      <link>https://community.qlik.com/t5/QlikView/Group-the-data/m-p/247707#M94347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks swuehl..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ceil(RowNo() / 100)*100 as Group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is also working..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 14:38:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-the-data/m-p/247707#M94347</guid>
      <dc:creator />
      <dc:date>2012-02-02T14:38:42Z</dc:date>
    </item>
  </channel>
</rss>

