<?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 Group by date not working in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Group-by-date-not-working/m-p/2010850#M83587</link>
    <description>&lt;P&gt;Ok, so I have a table of meter readings that I want to see summed by date. But the individual readings are made up of the 48 readings that comprise a day. For some reason, even though the field DateId is formatted as 'DD/MM/YYYY', the table won't show the readings sum per day&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;if(RptTime='00:00',Date(ReadingDateTime-1,'DD/MM/YYYY'),date(ReadingDateTime,'DD/MM/YYYY')) as DateId&lt;/LI-CODE&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BenjaminCoe1440_1-1669805752105.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94960i3B689BB6F7338B84/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BenjaminCoe1440_1-1669805752105.png" alt="BenjaminCoe1440_1-1669805752105.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2751"&gt;@vinieme12&lt;/a&gt; &lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Wed, 30 Nov 2022 10:56:01 GMT</pubDate>
    <dc:creator>BenjaminCoe1440</dc:creator>
    <dc:date>2022-11-30T10:56:01Z</dc:date>
    <item>
      <title>Group by date not working</title>
      <link>https://community.qlik.com/t5/App-Development/Group-by-date-not-working/m-p/2010850#M83587</link>
      <description>&lt;P&gt;Ok, so I have a table of meter readings that I want to see summed by date. But the individual readings are made up of the 48 readings that comprise a day. For some reason, even though the field DateId is formatted as 'DD/MM/YYYY', the table won't show the readings sum per day&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;if(RptTime='00:00',Date(ReadingDateTime-1,'DD/MM/YYYY'),date(ReadingDateTime,'DD/MM/YYYY')) as DateId&lt;/LI-CODE&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BenjaminCoe1440_1-1669805752105.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94960i3B689BB6F7338B84/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BenjaminCoe1440_1-1669805752105.png" alt="BenjaminCoe1440_1-1669805752105.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2751"&gt;@vinieme12&lt;/a&gt; &lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 10:56:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-by-date-not-working/m-p/2010850#M83587</guid>
      <dc:creator>BenjaminCoe1440</dc:creator>
      <dc:date>2022-11-30T10:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Group by date not working</title>
      <link>https://community.qlik.com/t5/App-Development/Group-by-date-not-working/m-p/2010856#M83588</link>
      <description />
      <pubDate>Wed, 30 Nov 2022 10:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-by-date-not-working/m-p/2010856#M83588</guid>
      <dc:creator>BenjaminCoe1440</dc:creator>
      <dc:date>2022-11-30T10:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Group by date not working</title>
      <link>https://community.qlik.com/t5/App-Development/Group-by-date-not-working/m-p/2010860#M83589</link>
      <description>&lt;P&gt;Date() does not change the underlying value, which will maintain its original time aspect. Use either DayName(Field) or Date(Floor(Field)) to remove the time aspect.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 11:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-by-date-not-working/m-p/2010860#M83589</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-11-30T11:02:10Z</dc:date>
    </item>
  </channel>
</rss>

