<?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 Excluding field from Aggregation but keeping other fields value as is for aggregation result in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Excluding-field-from-Aggregation-but-keeping-other-fields-value/m-p/2058059#M86897</link>
    <description>&lt;P&gt;Dear Qlik Developers,&lt;/P&gt;
&lt;P&gt;I was wondering if is it possible and how, to exclude fields from aggregation in the backend, but to keep their value based on the aggregation result without creating an additional key? The example:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;ID,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;min(Creation_date) as Creation_date,&lt;/P&gt;
&lt;P&gt;Actual_Date, //I want to keep this value for a minimal Creation date&lt;/P&gt;
&lt;P&gt;User&amp;nbsp;// I want to keep this value for a minimal Creation date&lt;/P&gt;
&lt;P&gt;FROM abc.qvd&lt;/P&gt;
&lt;P&gt;Group by ID;&lt;/P&gt;
&lt;TABLE width="422px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="74.7812px"&gt;ID&lt;/TD&gt;
&lt;TD width="135.672px"&gt;Creation date&lt;/TD&gt;
&lt;TD width="135.672px"&gt;Actual Date&lt;/TD&gt;
&lt;TD width="74.875px"&gt;User&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="74.7812px"&gt;123&lt;/TD&gt;
&lt;TD width="135.672px"&gt;05/04/2023 10:00&lt;/TD&gt;
&lt;TD width="135.672px"&gt;04/04/2023 10:00&lt;/TD&gt;
&lt;TD width="74.875px"&gt;RPA&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="74.7812px"&gt;123&lt;/TD&gt;
&lt;TD width="135.672px"&gt;06/04/2023 10:00&lt;/TD&gt;
&lt;TD width="135.672px"&gt;11/04/2023 10:00&lt;/TD&gt;
&lt;TD width="74.875px"&gt;JOHN&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The result should be:&lt;/P&gt;
&lt;TABLE width="424"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;ID&lt;/TD&gt;
&lt;TD width="64"&gt;Event&lt;/TD&gt;
&lt;TD width="116"&gt;Creation date&lt;/TD&gt;
&lt;TD width="116"&gt;Actual Date&lt;/TD&gt;
&lt;TD width="64"&gt;User&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;123&lt;/TD&gt;
&lt;TD&gt;13&lt;/TD&gt;
&lt;TD&gt;05/04/2023 10:00&lt;/TD&gt;
&lt;TD&gt;04/04/2023 10:00&lt;/TD&gt;
&lt;TD&gt;RPA&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I group by all other fields/dimensions I will get the same table as starting one, of course.&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Thu, 06 Apr 2023 15:30:32 GMT</pubDate>
    <dc:creator>Lazar1</dc:creator>
    <dc:date>2023-04-06T15:30:32Z</dc:date>
    <item>
      <title>Excluding field from Aggregation but keeping other fields value as is for aggregation result</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-field-from-Aggregation-but-keeping-other-fields-value/m-p/2058059#M86897</link>
      <description>&lt;P&gt;Dear Qlik Developers,&lt;/P&gt;
&lt;P&gt;I was wondering if is it possible and how, to exclude fields from aggregation in the backend, but to keep their value based on the aggregation result without creating an additional key? The example:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;ID,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;min(Creation_date) as Creation_date,&lt;/P&gt;
&lt;P&gt;Actual_Date, //I want to keep this value for a minimal Creation date&lt;/P&gt;
&lt;P&gt;User&amp;nbsp;// I want to keep this value for a minimal Creation date&lt;/P&gt;
&lt;P&gt;FROM abc.qvd&lt;/P&gt;
&lt;P&gt;Group by ID;&lt;/P&gt;
&lt;TABLE width="422px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="74.7812px"&gt;ID&lt;/TD&gt;
&lt;TD width="135.672px"&gt;Creation date&lt;/TD&gt;
&lt;TD width="135.672px"&gt;Actual Date&lt;/TD&gt;
&lt;TD width="74.875px"&gt;User&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="74.7812px"&gt;123&lt;/TD&gt;
&lt;TD width="135.672px"&gt;05/04/2023 10:00&lt;/TD&gt;
&lt;TD width="135.672px"&gt;04/04/2023 10:00&lt;/TD&gt;
&lt;TD width="74.875px"&gt;RPA&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="74.7812px"&gt;123&lt;/TD&gt;
&lt;TD width="135.672px"&gt;06/04/2023 10:00&lt;/TD&gt;
&lt;TD width="135.672px"&gt;11/04/2023 10:00&lt;/TD&gt;
&lt;TD width="74.875px"&gt;JOHN&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The result should be:&lt;/P&gt;
&lt;TABLE width="424"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;ID&lt;/TD&gt;
&lt;TD width="64"&gt;Event&lt;/TD&gt;
&lt;TD width="116"&gt;Creation date&lt;/TD&gt;
&lt;TD width="116"&gt;Actual Date&lt;/TD&gt;
&lt;TD width="64"&gt;User&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;123&lt;/TD&gt;
&lt;TD&gt;13&lt;/TD&gt;
&lt;TD&gt;05/04/2023 10:00&lt;/TD&gt;
&lt;TD&gt;04/04/2023 10:00&lt;/TD&gt;
&lt;TD&gt;RPA&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I group by all other fields/dimensions I will get the same table as starting one, of course.&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 15:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-field-from-Aggregation-but-keeping-other-fields-value/m-p/2058059#M86897</guid>
      <dc:creator>Lazar1</dc:creator>
      <dc:date>2023-04-06T15:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding field from Aggregation but keeping other fields value as is for aggregation result</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-field-from-Aggregation-but-keeping-other-fields-value/m-p/2058077#M86898</link>
      <description>&lt;P&gt;Data:&lt;BR /&gt;LOAD ID, &lt;BR /&gt;Timestamp(Timestamp#([Creation date],'DD/MM/YYYY hh:mm'),'DD/MM/YYYY hh:mm') as [Creation date], &lt;BR /&gt;[Actual Date], &lt;BR /&gt;User&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;[&lt;A href="https://community.qlik.com/t5/App-Development/Excluding-field-from-Aggregation-but-keeping-other-fields-value/td-p/2058059" target="_blank"&gt;https://community.qlik.com/t5/App-Development/Excluding-field-from-Aggregation-but-keeping-other-fields-value/td-p/2058059&lt;/A&gt;]&lt;BR /&gt;(html, utf8, UserAgent is 'Mozilla/5.0', embedded labels, table is @1);&lt;/P&gt;
&lt;P&gt;Inner Join&lt;BR /&gt;LOAD ID,&lt;BR /&gt;Min([Creation date]) as [Creation date]&lt;BR /&gt;&lt;BR /&gt;Resident Data&lt;/P&gt;
&lt;P&gt;Group By ID;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 16:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-field-from-Aggregation-but-keeping-other-fields-value/m-p/2058077#M86898</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-04-06T16:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding field from Aggregation but keeping other fields value as is for aggregation result</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-field-from-Aggregation-but-keeping-other-fields-value/m-p/2058346#M86916</link>
      <description>&lt;P&gt;Thanks BrunPierre, works perfectly!&lt;/P&gt;
&lt;P&gt;So logical and gentle solution.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2023 12:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-field-from-Aggregation-but-keeping-other-fields-value/m-p/2058346#M86916</guid>
      <dc:creator>Lazar1</dc:creator>
      <dc:date>2023-04-07T12:38:24Z</dc:date>
    </item>
  </channel>
</rss>

