<?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: Set Analysis Table Previuos Month in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Table-Previuos-Month/m-p/1803527#M65237</link>
    <description>&lt;P&gt;Not sure what datatype your month year field is. but it looks from what your showing like the -1 is outside the AddMonths function. Should be: AddMonths(MonthYear, -1)&lt;/P&gt;</description>
    <pubDate>Wed, 28 Apr 2021 13:27:19 GMT</pubDate>
    <dc:creator>Dalton_Ruer</dc:creator>
    <dc:date>2021-04-28T13:27:19Z</dc:date>
    <item>
      <title>Set Analysis Table Previuos Month</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Table-Previuos-Month/m-p/1802729#M65125</link>
      <description>&lt;P&gt;I believe it´s easy but I don´t get it.&lt;/P&gt;&lt;P&gt;In an accounting balance sheet I need to show in a table the total of an accounting balance sheet in a month and the previuos month total&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Acount&lt;/TD&gt;&lt;TD&gt;MonthYear&lt;/TD&gt;&lt;TD&gt;Total&lt;/TD&gt;&lt;TD&gt;Previuos Month&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Asset&lt;/TD&gt;&lt;TD&gt;feb 2021&lt;/TD&gt;&lt;TD&gt;12345.67&lt;/TD&gt;&lt;TD&gt;10030.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Cash&lt;/TD&gt;&lt;TD&gt;feb 2021&lt;/TD&gt;&lt;TD&gt;23456.78&lt;/TD&gt;&lt;TD&gt;20999.99&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where "Previuos Month" refers to to Total of jan/2021&lt;/P&gt;&lt;P&gt;I´ve tried&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SUM( { $&amp;lt; [MonthYear] = { $(=addmonths(MonthYear),-1) }&lt;/P&gt;&lt;P&gt;&amp;gt;} Total )&lt;/P&gt;&lt;P&gt;MonthYear It´s a Date.&lt;/P&gt;&lt;P&gt;But it´s returning 0s.&lt;/P&gt;&lt;P&gt;What is wrong ?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 21:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Table-Previuos-Month/m-p/1802729#M65125</guid>
      <dc:creator>Pdmotta</dc:creator>
      <dc:date>2021-12-21T21:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Table Previuos Month</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Table-Previuos-Month/m-p/1803266#M65187</link>
      <description>&lt;P&gt;The expression editor will show you at the bottom of the screen what the expression evaluates to so that you can see what happens with your formulas like that. What does it show you?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 18:41:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Table-Previuos-Month/m-p/1803266#M65187</guid>
      <dc:creator>Dalton_Ruer</dc:creator>
      <dc:date>2021-04-27T18:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Table Previuos Month</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Table-Previuos-Month/m-p/1803270#M65188</link>
      <description>&lt;P&gt;Thanks Dalton :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like&lt;BR /&gt;SUM( { $&amp;lt; [MonthYear] = {} &amp;gt;} Total )&lt;BR /&gt;it´s seaming that does not evaluate&lt;BR /&gt;date calculation...&lt;/P&gt;&lt;P&gt;I´m trying the Modifier /Difference&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/April2020/Subsystems/Hub/Content/Sense_Hub/Measures/modifiers.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense/April2020/Subsystems/Hub/Content/Sense_Hub/Measures/modifiers.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 18:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Table-Previuos-Month/m-p/1803270#M65188</guid>
      <dc:creator>Pdmotta</dc:creator>
      <dc:date>2021-04-27T18:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Table Previuos Month</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Table-Previuos-Month/m-p/1803527#M65237</link>
      <description>&lt;P&gt;Not sure what datatype your month year field is. but it looks from what your showing like the -1 is outside the AddMonths function. Should be: AddMonths(MonthYear, -1)&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 13:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Table-Previuos-Month/m-p/1803527#M65237</guid>
      <dc:creator>Dalton_Ruer</dc:creator>
      <dc:date>2021-04-28T13:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Table Previuos Month</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Table-Previuos-Month/m-p/1803657#M65254</link>
      <description>&lt;P&gt;Change to&lt;/P&gt;&lt;P&gt;SUM( { $&amp;lt; [MonthYear] = { $(=addmonths(MonthYear,-1)) }&lt;/P&gt;&lt;P&gt;&amp;gt;} Total )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;returns zero and the resume show don´t evaluate de addmonths too&lt;/P&gt;&lt;P&gt;I believe it´s quite simple but I can´t get it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 21:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Table-Previuos-Month/m-p/1803657#M65254</guid>
      <dc:creator>Pdmotta</dc:creator>
      <dc:date>2021-04-28T21:12:49Z</dc:date>
    </item>
  </channel>
</rss>

