<?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 And Delete in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Group-by-And-Delete/m-p/1104900#M1237445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the "test.csv" there is the data (that I convert in qvd before the groupby). &lt;BR /&gt;The result that I need is in the file "log-mahub_Sintesi2.qvd" (this file is the result of the group by aggregation without the deleting phase)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jun 2016 13:24:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-01T13:24:09Z</dc:date>
    <item>
      <title>Group by And Delete</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-And-Delete/m-p/1104894#M1237433</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;I need a script that after a load expression, group by the data in a specific way and then delete the loaded data before the group by.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-And-Delete/m-p/1104894#M1237433</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Group by And Delete</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-And-Delete/m-p/1104895#M1237435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this where you drop the table with the original data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Source;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By Date;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;DROP Table Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 10:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-And-Delete/m-p/1104895#M1237435</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-01T10:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Group by And Delete</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-And-Delete/m-p/1104896#M1237437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this situation: &lt;/P&gt;&lt;P&gt;In the log_mahub_sintesi I have all my data. If I try with your answer it wont' works anymore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[log_mahub_sintesi]:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; [VERSIONE],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [RETEACCESSO],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [ADNETWORK],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [URL_ADNETWORK],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [CLI_INDIVIDUATO],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [MSISDN_INDIVIDUATO],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [CLUSTER_INDIVIDUATO],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Year([SIMPLEDATE]) as Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Month([SIMPLEDATE]) as Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [PARTNER]&lt;/P&gt;&lt;P&gt;&amp;nbsp; count(*) as rich_totali&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&amp;nbsp; [$(Loadworkpath)log-mahub_0.qvd]&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group by&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; [VERSIONE],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [RETEACCESSO],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [ADNETWORK],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [URL_ADNETWORK],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [CLI_INDIVIDUATO],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [MSISDN_INDIVIDUATO],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [CLUSTER_INDIVIDUATO],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [SIMPLEDATE],&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; [PARTNER];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store * from log_mahub_sintesi into [$(Loadworkpath)log.qvd] (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 13:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-And-Delete/m-p/1104896#M1237437</guid>
      <dc:creator />
      <dc:date>2016-06-01T13:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Group by And Delete</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-And-Delete/m-p/1104897#M1237438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you trying to Count here? You cannot use Count(*), you will have to specify a field name here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 13:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-And-Delete/m-p/1104897#M1237438</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-01T13:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Group by And Delete</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-And-Delete/m-p/1104898#M1237441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to count every record and save it like "rich_totali"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 13:09:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-And-Delete/m-p/1104898#M1237441</guid>
      <dc:creator />
      <dc:date>2016-06-01T13:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Group by And Delete</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-And-Delete/m-p/1104899#M1237443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to provide 5-10 rows of dummy data and the output you would like to store in the qvd?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 13:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-And-Delete/m-p/1104899#M1237443</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-01T13:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Group by And Delete</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-And-Delete/m-p/1104900#M1237445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the "test.csv" there is the data (that I convert in qvd before the groupby). &lt;BR /&gt;The result that I need is in the file "log-mahub_Sintesi2.qvd" (this file is the result of the group by aggregation without the deleting phase)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 13:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-And-Delete/m-p/1104900#M1237445</guid>
      <dc:creator />
      <dc:date>2016-06-01T13:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Group by And Delete</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-And-Delete/m-p/1104901#M1237447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking to get an over total number of row in your database? Is that the goal here? I am still not sure what you want to get from this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 19:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-And-Delete/m-p/1104901#M1237447</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-01T19:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Group by And Delete</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-And-Delete/m-p/1104902#M1237449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I'm looking to have a column with the total of rows grouped in the database, because after I have to to a sum over this total of rows&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 07:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-And-Delete/m-p/1104902#M1237449</guid>
      <dc:creator />
      <dc:date>2016-06-06T07:16:36Z</dc:date>
    </item>
  </channel>
</rss>

