<?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: How to add a column with yearly total value, ignoring the month dimension in the table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-add-a-column-with-yearly-total-value-ignoring-the-month/m-p/2019657#M84195</link>
    <description>&lt;P&gt;Hey Thanks a lot!&lt;/P&gt;</description>
    <pubDate>Fri, 23 Dec 2022 12:25:10 GMT</pubDate>
    <dc:creator>LanBiteam</dc:creator>
    <dc:date>2022-12-23T12:25:10Z</dc:date>
    <item>
      <title>How to add a column with yearly total value, ignoring the month dimension in the table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-a-column-with-yearly-total-value-ignoring-the-month/m-p/2019076#M84169</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I need to create a table like below:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="20%"&gt;Year&lt;/TD&gt;
&lt;TD width="20%"&gt;Month&lt;/TD&gt;
&lt;TD width="20%"&gt;Customer&lt;/TD&gt;
&lt;TD width="20%"&gt;Sales in the Month&lt;/TD&gt;
&lt;TD width="20%"&gt;Sales in the Year&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="20%"&gt;2022&lt;/TD&gt;
&lt;TD width="20%"&gt;Jan.&lt;/TD&gt;
&lt;TD width="20%"&gt;A&lt;/TD&gt;
&lt;TD width="20%"&gt;100&lt;/TD&gt;
&lt;TD width="20%"&gt;300&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;2022&lt;/TD&gt;
&lt;TD&gt;Feb.&lt;/TD&gt;
&lt;TD&gt;A&lt;/TD&gt;
&lt;TD&gt;100&lt;/TD&gt;
&lt;TD&gt;300&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;2022&lt;/TD&gt;
&lt;TD&gt;Mar.&lt;/TD&gt;
&lt;TD&gt;A&lt;/TD&gt;
&lt;TD&gt;100&lt;/TD&gt;
&lt;TD&gt;300&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;2022&lt;/TD&gt;
&lt;TD&gt;Jan.&lt;/TD&gt;
&lt;TD&gt;B&lt;/TD&gt;
&lt;TD&gt;200&lt;/TD&gt;
&lt;TD&gt;350&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="20%"&gt;2022&lt;/TD&gt;
&lt;TD width="20%"&gt;Feb.&lt;/TD&gt;
&lt;TD width="20%"&gt;B&lt;/TD&gt;
&lt;TD width="20%"&gt;150&lt;/TD&gt;
&lt;TD width="20%"&gt;350&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I don't know how to create the measure "Sales in the Year" in this table. Because of the column "Month" in front.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this possible? Please advise.&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Lan&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 16:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-a-column-with-yearly-total-value-ignoring-the-month/m-p/2019076#M84169</guid>
      <dc:creator>LanBiteam</dc:creator>
      <dc:date>2022-12-21T16:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a column with yearly total value, ignoring the month dimension in the table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-a-column-with-yearly-total-value-ignoring-the-month/m-p/2019419#M84185</link>
      <description>&lt;P&gt;Aggr(NODISTINCT Sum({&amp;lt;Month&amp;gt;}[Sales in the Month]), Customer)&lt;/P&gt;
&lt;P&gt;Setting Month in set analysis cancels Month from the selection. the aggr calculates per customer. The nodistinct shows it on each row.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 15:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-a-column-with-yearly-total-value-ignoring-the-month/m-p/2019419#M84185</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2022-12-22T15:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a column with yearly total value, ignoring the month dimension in the table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-a-column-with-yearly-total-value-ignoring-the-month/m-p/2019657#M84195</link>
      <description>&lt;P&gt;Hey Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2022 12:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-a-column-with-yearly-total-value-ignoring-the-month/m-p/2019657#M84195</guid>
      <dc:creator>LanBiteam</dc:creator>
      <dc:date>2022-12-23T12:25:10Z</dc:date>
    </item>
  </channel>
</rss>

