<?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 in Data Manager ?? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Group-by-in-Data-Manager/m-p/1960481#M79176</link>
    <description>&lt;P&gt;Now I have another question,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the first table, and I want to have it organised as the second one. It is a similar problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is that I coded and it is not working out :&lt;/P&gt;
&lt;P&gt;AmountCount:&lt;BR /&gt;Load&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Sum(Amount),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "Document No_"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"Order Type Code"&lt;/P&gt;
&lt;P&gt;Resident Original Table&lt;BR /&gt;Group By "Document No_";&lt;/P&gt;
&lt;TABLE width="270px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;Nummer&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;Amount&lt;/TD&gt;
&lt;TD width="109.312px"&gt;Order Type Code&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR1&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;3&lt;/TD&gt;
&lt;TD width="109.312px"&gt;4&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR1&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;4&lt;/TD&gt;
&lt;TD width="109.312px"&gt;4&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR2&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;6&lt;/TD&gt;
&lt;TD width="109.312px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR2&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;3&lt;/TD&gt;
&lt;TD width="109.312px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR2&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;3&lt;/TD&gt;
&lt;TD width="109.312px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR3&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;6&lt;/TD&gt;
&lt;TD width="109.312px"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR3&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;6&lt;/TD&gt;
&lt;TD width="109.312px"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR3&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;5&lt;/TD&gt;
&lt;TD width="109.312px"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR3&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;3&lt;/TD&gt;
&lt;TD width="109.312px"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="271"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="80"&gt;Nummer&lt;/TD&gt;
&lt;TD width="80"&gt;Amount&lt;/TD&gt;
&lt;TD width="111"&gt;Order Type Code&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="80"&gt;VR1&lt;/TD&gt;
&lt;TD width="80"&gt;7&lt;/TD&gt;
&lt;TD width="111"&gt;4&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="80"&gt;VR2&lt;/TD&gt;
&lt;TD width="80"&gt;12&lt;/TD&gt;
&lt;TD width="111"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="80"&gt;VR3&lt;/TD&gt;
&lt;TD width="80"&gt;20&lt;/TD&gt;
&lt;TD width="111"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jul 2022 11:33:41 GMT</pubDate>
    <dc:creator>Manuel174102</dc:creator>
    <dc:date>2022-07-26T11:33:41Z</dc:date>
    <item>
      <title>Group by in Data Manager ??</title>
      <link>https://community.qlik.com/t5/App-Development/Group-by-in-Data-Manager/m-p/1959865#M79116</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the following problem in the data manager&lt;/P&gt;
&lt;P&gt;my table appears like this:&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 120pt;" border="0" width="160" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="80" height="20" class="xl63" style="height: 15.0pt; width: 60pt;"&gt;Nummer&lt;/TD&gt;
&lt;TD width="80" class="xl63" style="border-left: none; width: 60pt;"&gt;Amount&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl63" style="height: 15.0pt; border-top: none;"&gt;VR1&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl63" style="height: 15.0pt; border-top: none;"&gt;VR1&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl63" style="height: 15.0pt; border-top: none;"&gt;VR2&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl63" style="height: 15.0pt; border-top: none;"&gt;VR2&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl63" style="height: 15.0pt; border-top: none;"&gt;VR2&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl63" style="height: 15.0pt; border-top: none;"&gt;VR3&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl63" style="height: 15.0pt; border-top: none;"&gt;VR3&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl63" style="height: 15.0pt; border-top: none;"&gt;VR3&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl63" style="height: 15.0pt; border-top: none;"&gt;VR3&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and I need it like this:&amp;nbsp;&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 120pt;" border="0" width="160" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="80" height="20" class="xl65" style="height: 15.0pt; width: 60pt;"&gt;Nummer&lt;/TD&gt;
&lt;TD width="80" class="xl65" style="border-left: none; width: 60pt;"&gt;Amount&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl65" style="height: 15.0pt; border-top: none;"&gt;VR1&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl65" style="height: 15.0pt; border-top: none;"&gt;VR2&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;12&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl65" style="height: 15.0pt; border-top: none;"&gt;VR3&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;20&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried using a combination of Sum() and if() but it does not work out. it doesnt allow me to use the function sum() in the data manager.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what could i do?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;greetings&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 09:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-by-in-Data-Manager/m-p/1959865#M79116</guid>
      <dc:creator>Manuel174102</dc:creator>
      <dc:date>2022-07-25T09:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Group by in Data Manager ??</title>
      <link>https://community.qlik.com/t5/App-Development/Group-by-in-Data-Manager/m-p/1960250#M79142</link>
      <description>&lt;P&gt;One way to solve this is to use the Data Load Editor to create an aggregation table.&lt;/P&gt;&lt;P&gt;Create a new section in the script after the Auto-generated section and add this script:&lt;/P&gt;&lt;P&gt;Load Nummer,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Sum(Amount) as NumAmount&lt;BR /&gt;Resident OriginalTable;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 23:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-by-in-Data-Manager/m-p/1960250#M79142</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2022-07-25T23:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Group by in Data Manager ??</title>
      <link>https://community.qlik.com/t5/App-Development/Group-by-in-Data-Manager/m-p/1960276#M79146</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/191112"&gt;@Manuel174102&lt;/a&gt;&amp;nbsp; Please use the Data load Editor and enter the script as shown below. It should give you the desired output:&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;Temp:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;Nummer, Amount&lt;BR /&gt;VR1, 3&lt;BR /&gt;VR1, 4&lt;BR /&gt;VR2, 6&lt;BR /&gt;VR2, 3&lt;BR /&gt;VR2, 3&lt;BR /&gt;VR3, 6&lt;BR /&gt;VR3, 6&lt;BR /&gt;VR3, 5&lt;BR /&gt;VR3, 3&lt;BR /&gt;](delimiter is ',');&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;NoConcatenate&lt;BR /&gt;Temp1:&lt;BR /&gt;Load Nummer,&lt;BR /&gt;Sum(Amount) as Total_Amount&lt;BR /&gt;Resident Temp&lt;BR /&gt;Group by Nummer;&lt;/P&gt;
&lt;P&gt;Drop table Temp;&lt;/P&gt;
&lt;P&gt;Exit Script;&lt;/P&gt;
&lt;P&gt;If this resolves your issue, please like and accept it as a solution.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 03:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-by-in-Data-Manager/m-p/1960276#M79146</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2022-07-26T03:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Group by in Data Manager ??</title>
      <link>https://community.qlik.com/t5/App-Development/Group-by-in-Data-Manager/m-p/1960472#M79171</link>
      <description>&lt;P&gt;thank u so much!! it worked!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 11:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-by-in-Data-Manager/m-p/1960472#M79171</guid>
      <dc:creator>Manuel174102</dc:creator>
      <dc:date>2022-07-26T11:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Group by in Data Manager ??</title>
      <link>https://community.qlik.com/t5/App-Development/Group-by-in-Data-Manager/m-p/1960473#M79172</link>
      <description>&lt;P&gt;both ways worked, thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 11:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-by-in-Data-Manager/m-p/1960473#M79172</guid>
      <dc:creator>Manuel174102</dc:creator>
      <dc:date>2022-07-26T11:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Group by in Data Manager ??</title>
      <link>https://community.qlik.com/t5/App-Development/Group-by-in-Data-Manager/m-p/1960480#M79175</link>
      <description>&lt;P&gt;Now I have another question,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the first table, and I want to have it organised as the second one. It is a similar problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is that I coded and it is not working out :&lt;/P&gt;
&lt;P&gt;AmountCount:&lt;BR /&gt;Load&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Sum(Amount),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "Document No_"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"Order Type Code"&lt;/P&gt;
&lt;P&gt;Resident Original Table&lt;BR /&gt;Group By "Document No_";&lt;/P&gt;
&lt;TABLE width="270px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;Nummer&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;Amount&lt;/TD&gt;
&lt;TD width="109.312px"&gt;Order Type Code&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR1&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;3&lt;/TD&gt;
&lt;TD width="109.312px"&gt;4&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR1&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;4&lt;/TD&gt;
&lt;TD width="109.312px"&gt;4&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR2&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;6&lt;/TD&gt;
&lt;TD width="109.312px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR2&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;3&lt;/TD&gt;
&lt;TD width="109.312px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR2&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;3&lt;/TD&gt;
&lt;TD width="109.312px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR3&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;6&lt;/TD&gt;
&lt;TD width="109.312px"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR3&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;6&lt;/TD&gt;
&lt;TD width="109.312px"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR3&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;5&lt;/TD&gt;
&lt;TD width="109.312px"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR3&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;3&lt;/TD&gt;
&lt;TD width="109.312px"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="271"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="80"&gt;Nummer&lt;/TD&gt;
&lt;TD width="80"&gt;Amount&lt;/TD&gt;
&lt;TD width="111"&gt;Order Type Code&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="80"&gt;VR1&lt;/TD&gt;
&lt;TD width="80"&gt;7&lt;/TD&gt;
&lt;TD width="111"&gt;4&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="80"&gt;VR2&lt;/TD&gt;
&lt;TD width="80"&gt;12&lt;/TD&gt;
&lt;TD width="111"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="80"&gt;VR3&lt;/TD&gt;
&lt;TD width="80"&gt;20&lt;/TD&gt;
&lt;TD width="111"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 11:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-by-in-Data-Manager/m-p/1960480#M79175</guid>
      <dc:creator>Manuel174102</dc:creator>
      <dc:date>2022-07-26T11:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Group by in Data Manager ??</title>
      <link>https://community.qlik.com/t5/App-Development/Group-by-in-Data-Manager/m-p/1960481#M79176</link>
      <description>&lt;P&gt;Now I have another question,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the first table, and I want to have it organised as the second one. It is a similar problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is that I coded and it is not working out :&lt;/P&gt;
&lt;P&gt;AmountCount:&lt;BR /&gt;Load&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Sum(Amount),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "Document No_"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"Order Type Code"&lt;/P&gt;
&lt;P&gt;Resident Original Table&lt;BR /&gt;Group By "Document No_";&lt;/P&gt;
&lt;TABLE width="270px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;Nummer&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;Amount&lt;/TD&gt;
&lt;TD width="109.312px"&gt;Order Type Code&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR1&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;3&lt;/TD&gt;
&lt;TD width="109.312px"&gt;4&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR1&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;4&lt;/TD&gt;
&lt;TD width="109.312px"&gt;4&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR2&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;6&lt;/TD&gt;
&lt;TD width="109.312px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR2&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;3&lt;/TD&gt;
&lt;TD width="109.312px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR2&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;3&lt;/TD&gt;
&lt;TD width="109.312px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR3&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;6&lt;/TD&gt;
&lt;TD width="109.312px"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR3&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;6&lt;/TD&gt;
&lt;TD width="109.312px"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR3&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;5&lt;/TD&gt;
&lt;TD width="109.312px"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="79.875px"&gt;VR3&lt;/TD&gt;
&lt;TD width="79.8125px"&gt;3&lt;/TD&gt;
&lt;TD width="109.312px"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="271"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="80"&gt;Nummer&lt;/TD&gt;
&lt;TD width="80"&gt;Amount&lt;/TD&gt;
&lt;TD width="111"&gt;Order Type Code&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="80"&gt;VR1&lt;/TD&gt;
&lt;TD width="80"&gt;7&lt;/TD&gt;
&lt;TD width="111"&gt;4&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="80"&gt;VR2&lt;/TD&gt;
&lt;TD width="80"&gt;12&lt;/TD&gt;
&lt;TD width="111"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="80"&gt;VR3&lt;/TD&gt;
&lt;TD width="80"&gt;20&lt;/TD&gt;
&lt;TD width="111"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 11:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-by-in-Data-Manager/m-p/1960481#M79176</guid>
      <dc:creator>Manuel174102</dc:creator>
      <dc:date>2022-07-26T11:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Group by in Data Manager ??</title>
      <link>https://community.qlik.com/t5/App-Development/Group-by-in-Data-Manager/m-p/1960821#M79205</link>
      <description>&lt;P&gt;I'm not sure why you would want to do this ?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 00:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-by-in-Data-Manager/m-p/1960821#M79205</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2022-07-27T00:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Group by in Data Manager ??</title>
      <link>https://community.qlik.com/t5/App-Development/Group-by-in-Data-Manager/m-p/1960831#M79207</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/191112"&gt;@Manuel174102&lt;/a&gt;&amp;nbsp; Code will remain the same, please see below. But sorting of the columns can be&amp;nbsp; done in straight table in the front end as per your wish. Let me know if you need any help on that.&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;Temp:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;Nummer, Amount, Ordertypecode&lt;BR /&gt;VR1, 3,4&lt;BR /&gt;VR1, 4,4&lt;BR /&gt;VR2, 6,1&lt;BR /&gt;VR2, 3,1&lt;BR /&gt;VR2, 3,1&lt;BR /&gt;VR3, 6,2&lt;BR /&gt;VR3, 6,2&lt;BR /&gt;VR3, 5,2&lt;BR /&gt;VR3, 3,2&lt;BR /&gt;](delimiter is ',');&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;NoConcatenate&lt;BR /&gt;Temp1:&lt;BR /&gt;Load Nummer,&lt;BR /&gt;Sum(Amount) as Total_Amount,&lt;BR /&gt;Ordertypecode&lt;BR /&gt;Resident Temp&lt;BR /&gt;Group by Nummer,Ordertypecode;&lt;/P&gt;
&lt;P&gt;Drop table Temp;&lt;/P&gt;
&lt;P&gt;Exit Script;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 01:46:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-by-in-Data-Manager/m-p/1960831#M79207</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2022-07-27T01:46:22Z</dc:date>
    </item>
  </channel>
</rss>

