<?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 while running script using Group By Function creates space problem in C drive . in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/while-running-script-using-Group-By-Function-creates-space/m-p/1287175#M402914</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a problem in running the Qlikview script having a Group by function in it ,While loading the script it is consuming the space of&amp;nbsp; C:drive and taking too much time to reload . Also when I re-start my server after aborting the same application everything seems to be perfect . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my code script below .. Should i try to optimize or there is another cause of this . Help ..!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LcsCDR1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Distinct *,&lt;/P&gt;&lt;P&gt;if(match(Media_Type,'Audio/Video','conf:audio-video', 'Audio'),'Audio-Video',&lt;/P&gt;&lt;P&gt;if(match(Media_Type,'Application Sharing','conf:applicationsharing','LYNC Sharing'),'Application Sharing',&lt;/P&gt;&lt;P&gt;if(match(Media_Type,'Chat/IM','IM','conf:chat'),'Chat',&lt;/P&gt;&lt;P&gt;if(match(Media_Type,'File Transfer','File transfer'),'File Transfer',Media_Type)))) as MediaType&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Fact;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table Fact;&lt;/P&gt;&lt;P&gt;DROP Field Media_Type FROM LcsCDR1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LcsCDR:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD CId,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ConfURI,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Month_Name_Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp; SUM(DureeSession) as DureeSession,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Count(DISTINCT ADUser_Mail) as Count_ADUser_Mail,&lt;/P&gt;&lt;P&gt;&amp;nbsp; MediaType,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Pool,&lt;/P&gt;&lt;P&gt;&amp;nbsp; //ClientVersion,&lt;/P&gt;&lt;P&gt;&amp;nbsp; LCS_QOE_Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp; LCS_QOE_Key1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Call_Type_Lcs&lt;/P&gt;&lt;P&gt;Resident LcsCDR1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Group BY CId,&lt;/P&gt;&lt;P&gt;ConfURI,&lt;/P&gt;&lt;P&gt;Month_Name_Year,&lt;/P&gt;&lt;P&gt;MediaType,&lt;/P&gt;&lt;P&gt;Pool,&lt;/P&gt;&lt;P&gt;//ClientVersion,&lt;/P&gt;&lt;P&gt;LCS_QOE_Key,&lt;/P&gt;&lt;P&gt;LCS_QOE_Key1,&lt;/P&gt;&lt;P&gt;Call_Type_Lcs;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table LcsCDR1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Feb 2017 10:04:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-03T10:04:34Z</dc:date>
    <item>
      <title>while running script using Group By Function creates space problem in C drive .</title>
      <link>https://community.qlik.com/t5/QlikView/while-running-script-using-Group-By-Function-creates-space/m-p/1287175#M402914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a problem in running the Qlikview script having a Group by function in it ,While loading the script it is consuming the space of&amp;nbsp; C:drive and taking too much time to reload . Also when I re-start my server after aborting the same application everything seems to be perfect . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my code script below .. Should i try to optimize or there is another cause of this . Help ..!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LcsCDR1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Distinct *,&lt;/P&gt;&lt;P&gt;if(match(Media_Type,'Audio/Video','conf:audio-video', 'Audio'),'Audio-Video',&lt;/P&gt;&lt;P&gt;if(match(Media_Type,'Application Sharing','conf:applicationsharing','LYNC Sharing'),'Application Sharing',&lt;/P&gt;&lt;P&gt;if(match(Media_Type,'Chat/IM','IM','conf:chat'),'Chat',&lt;/P&gt;&lt;P&gt;if(match(Media_Type,'File Transfer','File transfer'),'File Transfer',Media_Type)))) as MediaType&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Fact;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table Fact;&lt;/P&gt;&lt;P&gt;DROP Field Media_Type FROM LcsCDR1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LcsCDR:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD CId,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ConfURI,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Month_Name_Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp; SUM(DureeSession) as DureeSession,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Count(DISTINCT ADUser_Mail) as Count_ADUser_Mail,&lt;/P&gt;&lt;P&gt;&amp;nbsp; MediaType,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Pool,&lt;/P&gt;&lt;P&gt;&amp;nbsp; //ClientVersion,&lt;/P&gt;&lt;P&gt;&amp;nbsp; LCS_QOE_Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp; LCS_QOE_Key1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Call_Type_Lcs&lt;/P&gt;&lt;P&gt;Resident LcsCDR1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Group BY CId,&lt;/P&gt;&lt;P&gt;ConfURI,&lt;/P&gt;&lt;P&gt;Month_Name_Year,&lt;/P&gt;&lt;P&gt;MediaType,&lt;/P&gt;&lt;P&gt;Pool,&lt;/P&gt;&lt;P&gt;//ClientVersion,&lt;/P&gt;&lt;P&gt;LCS_QOE_Key,&lt;/P&gt;&lt;P&gt;LCS_QOE_Key1,&lt;/P&gt;&lt;P&gt;Call_Type_Lcs;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table LcsCDR1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 10:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/while-running-script-using-Group-By-Function-creates-space/m-p/1287175#M402914</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-03T10:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: while running script using Group By Function creates space problem in C drive .</title>
      <link>https://community.qlik.com/t5/QlikView/while-running-script-using-Group-By-Function-creates-space/m-p/1287176#M402915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on the number of records Group By can be extremely resource intensive. How many rows of unaggregated data do you have here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 10:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/while-running-script-using-Group-By-Function-creates-space/m-p/1287176#M402915</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-03T10:27:20Z</dc:date>
    </item>
  </channel>
</rss>

