<?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 by function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236524#M850215</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it bro.. But it is adding only the values which are unique of a single date... I want this to add all the same and unique values for a single date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Mar 2017 14:50:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-03-06T14:50:56Z</dc:date>
    <item>
      <title>Group by function</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236517#M850208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Friends,&lt;/P&gt;&lt;P&gt;How to group by month wise data in qlikview script... I have grouped the data by month wise but I didn't get it exactly. In my data I have multiple records for a single date, but I want all these dates to be included instead of making it as a single data. so, please anyone give an idea to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236517#M850208</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Group by function</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236518#M850209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could share the sample data ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 14:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236518#M850209</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-06T14:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Group by function</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236519#M850210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Screenshot_13.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/155339_Screenshot_13.png" style="height: 317px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 14:20:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236519#M850210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-06T14:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Group by function</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236520#M850211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this e.g. below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;value,&lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;Monthname(Date) as Month_Year&lt;/P&gt;&lt;P&gt;from &lt;/P&gt;&lt;P&gt;source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;sum(&lt;SPAN style="font-size: 13.3333px;"&gt;value&lt;/SPAN&gt;) as Sum_Value,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Month_Year&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;resident&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Source&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;group by&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;SPAN style="font-size: 13.3333px;"&gt;Month_Year&lt;/SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 14:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236520#M850211</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-06T14:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Group by function</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236521#M850212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not working bro....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 14:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236521#M850212</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-06T14:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Group by function</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236522#M850213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Plz say if any other way is there...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 14:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236522#M850213</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-06T14:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Group by function</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236523#M850214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it should work ...try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Monthname(floor(sheet_date))&lt;/STRONG&gt; as Month_Year&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;sum(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;value&lt;/SPAN&gt;) as Sum_Value,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Month_Year&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;resident&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Source&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;group by&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Month_Year&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: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;If its not working could share the error details or the sample output your looking for ??&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 14:35:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236523#M850214</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-06T14:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Group by function</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236524#M850215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it bro.. But it is adding only the values which are unique of a single date... I want this to add all the same and unique values for a single date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 14:50:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236524#M850215</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-06T14:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Group by function</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236525#M850216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;share the sample excel file ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 14:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236525#M850216</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-06T14:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Group by function</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236526#M850217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Screenshot_13.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/155341_Screenshot_13.png" style="height: 317px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 14:57:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236526#M850217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-06T14:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Group by function</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236527#M850218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Plz find the attachment from my original post bro...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 14:59:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236527#M850218</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-06T14:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Group by function</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236528#M850219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this doc, follow the similar approach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 05:43:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1236528#M850219</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-07T05:43:20Z</dc:date>
    </item>
  </channel>
</rss>

