<?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: Agregation Bar chart by period in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Agregation-Bar-chart-by-period/m-p/2104017#M90171</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16737"&gt;@BrunPierre&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;unfortunally doenst work as should be when grouped by period, only work fine with "DATE" with a format ("dd/mmm/yyyy") but the users decide / Select what format in X axle want to work.&lt;/P&gt;
&lt;P&gt;- If the user want to see the X axle by month, the dimension is:&amp;nbsp; Date#(Date(DATE,'MMM/YYYY'),'MMM/YYYY')&lt;/P&gt;
&lt;P&gt;- If the user want to see the X axle by week, the dimension is:&amp;nbsp; WeekName(DATE)&lt;/P&gt;
&lt;P&gt;- If the user want to see the X axle by Year, the dimension is: Date#(Date(DAT_DATE,'YYYY'),'YYYY')&lt;/P&gt;
&lt;P&gt;in this case the chart doesn't work, the chart only see the Max date&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EJeronimo_0-1691584676459.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/113961iACBB063C88E61E59/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EJeronimo_0-1691584676459.png" alt="EJeronimo_0-1691584676459.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Aug 2023 12:44:10 GMT</pubDate>
    <dc:creator>EJeronimo</dc:creator>
    <dc:date>2023-08-09T12:44:10Z</dc:date>
    <item>
      <title>Agregation Bar chart by period</title>
      <link>https://community.qlik.com/t5/App-Development/Agregation-Bar-chart-by-period/m-p/2103656#M90146</link>
      <description>&lt;P&gt;I'd like to create a bar chart by period as a example below using the agregation function, but is not working as i need.&lt;/P&gt;
&lt;P&gt;I need to count the "ITEM", "DATE" and the "MaxString(STATUS)" OR "ITEM", "Max(DATE)" and "STATUS"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in this example below the correct information for March should be 02 Status "STEP 5":&lt;/P&gt;
&lt;P&gt;CPPRAA163762 -&amp;nbsp; 08/Mar/2023 - STEP 5&lt;/P&gt;
&lt;P&gt;CPPRAA164308 - 31/Mar/2023 - STEP5&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EJeronimo_0-1691516464581.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/113857i6ADEC8CAF1C96B17/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EJeronimo_0-1691516464581.png" alt="EJeronimo_0-1691516464581.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 17:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Agregation-Bar-chart-by-period/m-p/2103656#M90146</guid>
      <dc:creator>EJeronimo</dc:creator>
      <dc:date>2023-08-08T17:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Agregation Bar chart by period</title>
      <link>https://community.qlik.com/t5/App-Development/Agregation-Bar-chart-by-period/m-p/2103675#M90148</link>
      <description>&lt;P&gt;Like this I presume.&lt;/P&gt;
&lt;P&gt;=Count(DISTINCT Aggr(If(MaxString(TOTAL &amp;lt;ITEM&amp;gt; DATE) = DATE, ITEM), ITEM, DATE, STATUS))&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 19:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Agregation-Bar-chart-by-period/m-p/2103675#M90148</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-08-08T19:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Agregation Bar chart by period</title>
      <link>https://community.qlik.com/t5/App-Development/Agregation-Bar-chart-by-period/m-p/2103716#M90150</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16737"&gt;@BrunPierre&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;It's working fine in March period but disapear the Feb bar period.&lt;/P&gt;
&lt;P&gt;The qty should be:&lt;/P&gt;
&lt;P&gt;Feb/2023: 2 (STEP 1 - 4)&lt;/P&gt;
&lt;P&gt;Mar/2023: 2 (STEP 5) - correct your sugestion&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 20:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Agregation-Bar-chart-by-period/m-p/2103716#M90150</guid>
      <dc:creator>EJeronimo</dc:creator>
      <dc:date>2023-08-08T20:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Agregation Bar chart by period</title>
      <link>https://community.qlik.com/t5/App-Development/Agregation-Bar-chart-by-period/m-p/2103723#M90152</link>
      <description>&lt;P&gt;=Count(DISTINCT Aggr(If(MaxString(TOTAL &amp;lt;ITEM,&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt; [Month/Year]&lt;/STRONG&gt;&lt;/FONT&gt;&amp;gt; DATE) = DATE, ITEM), ITEM, DATE, STATUS, &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;[Month/Year]&lt;/STRONG&gt;&lt;/FONT&gt;))&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 20:50:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Agregation-Bar-chart-by-period/m-p/2103723#M90152</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-08-08T20:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Agregation Bar chart by period</title>
      <link>https://community.qlik.com/t5/App-Development/Agregation-Bar-chart-by-period/m-p/2104017#M90171</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16737"&gt;@BrunPierre&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;unfortunally doenst work as should be when grouped by period, only work fine with "DATE" with a format ("dd/mmm/yyyy") but the users decide / Select what format in X axle want to work.&lt;/P&gt;
&lt;P&gt;- If the user want to see the X axle by month, the dimension is:&amp;nbsp; Date#(Date(DATE,'MMM/YYYY'),'MMM/YYYY')&lt;/P&gt;
&lt;P&gt;- If the user want to see the X axle by week, the dimension is:&amp;nbsp; WeekName(DATE)&lt;/P&gt;
&lt;P&gt;- If the user want to see the X axle by Year, the dimension is: Date#(Date(DAT_DATE,'YYYY'),'YYYY')&lt;/P&gt;
&lt;P&gt;in this case the chart doesn't work, the chart only see the Max date&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EJeronimo_0-1691584676459.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/113961iACBB063C88E61E59/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EJeronimo_0-1691584676459.png" alt="EJeronimo_0-1691584676459.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 12:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Agregation-Bar-chart-by-period/m-p/2104017#M90171</guid>
      <dc:creator>EJeronimo</dc:creator>
      <dc:date>2023-08-09T12:44:10Z</dc:date>
    </item>
  </channel>
</rss>

