<?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: aggregation fonction in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/aggregation-fonction-in-script/m-p/914102#M317075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's not what happens. First the groups are created and then the sums are calculated in a preceding load. The data from the second LOAD is piped to the preceding LOAD directly above it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2015 14:48:34 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-08-06T14:48:34Z</dc:date>
    <item>
      <title>aggregation fonction in script</title>
      <link>https://community.qlik.com/t5/QlikView/aggregation-fonction-in-script/m-p/914097#M317070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello People,&lt;/P&gt;&lt;P&gt;I have a trouble with aggregation in script, &lt;/P&gt;&lt;P&gt;My scriot is :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95236_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field &lt;STRONG&gt; [Identifiant]&lt;/STRONG&gt; is just a ID &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;[Pose / Dépose]&lt;/STRONG&gt; can only take to string value : 'Pose' and 'Dépose' ;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ETI]&lt;/STRONG&gt; can take lot value pas what's important for me is also two values lets say 'ar' and 'st'&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Nature]&lt;/STRONG&gt; can take 21 values lets say Nature_1, Nature_2... Nature_21; but in reallity i&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Qté prévue]&lt;/STRONG&gt; is quantiy is a numeric value&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Année de construction]&lt;/STRONG&gt; containt year but its not important for me yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i want to do&amp;nbsp; is sum([Qté prévue]) but with some conditions :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First i'm not interressed by sum([Qté prévue]) for each Nature( 1, 2...21) separatly , but im interressed in :&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;sum([Qté prévue]) for a groupe of [Nature] together&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For exemple a field called [Qté Prevue (Nature-1-2-3)]&amp;nbsp; that containt sum([Qté prévue]) where [Nature]= {Nature_1, Nature_2, Nature_3}.&lt;/P&gt;&lt;P&gt;another&amp;nbsp; field called [Qté Prevue (Nature-5-6-8)]&amp;nbsp; that containt sum([Qté prévue]) where [Nature]= {Nature_5, Nature_6, Nature_8}.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i want lets say&amp;nbsp; [Qté Prevue (Nature-1-2-3) &amp;amp; Pose]&amp;nbsp; where [Pose / Dépose]= 'Pose' &lt;BR /&gt;and [Qté Prevue (Nature-1-2-3) &amp;amp; Dépose] where [Pose / Dépose]= 'Dépose' . i want that also for [Qté Prevue (Nature-5-6-8) Pose] and [Qté Prevue (Nature-5-6-8) Dépose]....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once have that i want&amp;nbsp; [Qté Prevue (Nature-1-2-3) &amp;amp; Pose &amp;amp; ar] where [ETI]= 'ar' aand [Qté Prevue (Nature-1-2-3) &amp;amp; Pose &amp;amp; st] where [ETI]= 'st'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to do in a script for performance purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and ask me if you didnt understant well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 13:41:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggregation-fonction-in-script/m-p/914097#M317070</guid>
      <dc:creator />
      <dc:date>2015-08-06T13:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: aggregation fonction in script</title>
      <link>https://community.qlik.com/t5/QlikView/aggregation-fonction-in-script/m-p/914098#M317071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't quite understand what you're trying to do but you can use aggregation functions like sum in the script. Something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum([Qté prévue]) as Sum&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Nature&lt;/P&gt;&lt;P&gt;From ....&lt;/P&gt;&lt;P&gt;Group By Nature;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any field not used in an aggregation function &lt;STRONG&gt;must&lt;/STRONG&gt; be listed in the Group By clause.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this gives you enough information to work out a solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 13:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggregation-fonction-in-script/m-p/914098#M317071</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-08-06T13:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: aggregation fonction in script</title>
      <link>https://community.qlik.com/t5/QlikView/aggregation-fonction-in-script/m-p/914099#M317072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i want is some new fields&amp;nbsp; with the sum([Qté prévue]) where Match(Nature, 'XX', 'YY'...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;again for all Nature values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You understand?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 14:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggregation-fonction-in-script/m-p/914099#M317072</guid>
      <dc:creator />
      <dc:date>2015-08-06T14:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: aggregation fonction in script</title>
      <link>https://community.qlik.com/t5/QlikView/aggregation-fonction-in-script/m-p/914100#M317073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then first create a field with the Nature groups and then create the sums using only that new field in the group by clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD sum([Qté prévue]) as Sum, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Nature_Groups&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Group By &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Nature_Groups;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(match(Nature, 'a','b','c'), 'Nature_abc',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;if(match(Nature, 'd','e','f'), 'Nature_def', &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(....etc&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ) as Nature_Groups,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;[Qté prévue]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;FROM ... ;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 14:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggregation-fonction-in-script/m-p/914100#M317073</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-08-06T14:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: aggregation fonction in script</title>
      <link>https://community.qlik.com/t5/QlikView/aggregation-fonction-in-script/m-p/914101#M317074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, i'll try and come back to you, but i have a question : its not a problem to use Nature_Groups in clause before created it like you do in your example syntax??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 14:42:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggregation-fonction-in-script/m-p/914101#M317074</guid>
      <dc:creator />
      <dc:date>2015-08-06T14:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: aggregation fonction in script</title>
      <link>https://community.qlik.com/t5/QlikView/aggregation-fonction-in-script/m-p/914102#M317075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's not what happens. First the groups are created and then the sums are calculated in a preceding load. The data from the second LOAD is piped to the preceding LOAD directly above it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 14:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggregation-fonction-in-script/m-p/914102#M317075</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-08-06T14:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: aggregation fonction in script</title>
      <link>https://community.qlik.com/t5/QlikView/aggregation-fonction-in-script/m-p/914103#M317076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert i tried your syntahx but i get an error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my script : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Identifiant, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Pose / Dépose], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ETI, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Nature], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum([Qté prévue]) as Sum,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Nature_Groups &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Group By&amp;nbsp; Nature_Groups,Identifiant_Moap;//[Pose / Dépose],&amp;nbsp; ETI_MoaPilot; &lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Match([Nature],'35','50','37,7'), 'Al_1',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Match([Nature],'59,7'), 'AL_2',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(WildMatch([Nature],'75,5','95','75,6'), 'FS_1',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(wildMatch([Nature],'148','228','150','240','147,1'), 'FS_2')))) as&amp;nbsp; Nature_Groups,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Identifiant, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Pose / Dépose], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ETI, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Nature],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Qté prévue]&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ioad everything because, i want also sum([Qté prévue]) where [Pose / Dépose] ='Pose' and where [Pose / Dépose] ='Dépose' separatly, and i want that too for all identifiant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you get it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 15:27:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggregation-fonction-in-script/m-p/914103#M317076</guid>
      <dc:creator />
      <dc:date>2015-08-06T15:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: aggregation fonction in script</title>
      <link>https://community.qlik.com/t5/QlikView/aggregation-fonction-in-script/m-p/914104#M317077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wassenaar, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is another eplication of my problem :&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: #3d3d3d;"&gt; i have i a problem with a table,&amp;nbsp; here is the table following by what i want :&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: #3d3d3d;"&gt;Current Table (iQlikview table that i export to excel) :&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: #3d3d3d;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-840637-95462/Capture.PNG" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" height="88" src="https://community.qlik.com/legacyfs/online/95465_Capture.PNG" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="623" /&gt;&lt;/A&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: #3d3d3d;"&gt;What i want :&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: #3d3d3d;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-840637-95464/Capture2.PNG" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-2" height="143" src="https://community.qlik.com/legacyfs/online/95466_Capture2.PNG" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="894" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i want two table or one big table (i slipt it for presentation purpose).&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: #3d3d3d;"&gt;My solution was to do a generic load, but in my case i have more that one attribuate field ( [Pose /Dépose], ETI and&amp;nbsp; Nature,)&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: #3d3d3d;"&gt;Someone know how to to that?&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: #3d3d3d;"&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Aug 2015 18:52:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggregation-fonction-in-script/m-p/914104#M317077</guid>
      <dc:creator />
      <dc:date>2015-08-09T18:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: aggregation fonction in script</title>
      <link>https://community.qlik.com/t5/QlikView/aggregation-fonction-in-script/m-p/914105#M317078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Any field not used in an aggregation function &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;must&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; be listed in the Group By clause. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 07:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggregation-fonction-in-script/m-p/914105#M317078</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-08-10T07:58:25Z</dc:date>
    </item>
  </channel>
</rss>

