<?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 Numerator, Denominator and Difference correct but % not working in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Numerator-Denominator-and-Difference-correct-but/m-p/1531395#M38249</link>
    <description>&lt;P&gt;It looks like the previous year term is zero. You may need to override some date selections if you are making date selections in a field other than&amp;nbsp;[Transaction Date].&lt;/P&gt;&lt;P&gt;You should also confirm that the variable&amp;nbsp;vMaxTDatePY is what you expect and has a valid date.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jan 2019 08:32:05 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2019-01-17T08:32:05Z</dc:date>
    <item>
      <title>Set Analysis Numerator, Denominator and Difference correct but % not working</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Numerator-Denominator-and-Difference-correct-but/m-p/1531358#M38247</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;I want to display the difference amount as a % of the old/PY value.&lt;/P&gt;&lt;P&gt;I haven't had this issue before and think it may have to do with this measure that I inherited from the old QV model.&lt;/P&gt;&lt;P&gt;As you can see below I have commented out the divided by old as that is where it stops working? Am I interpreting something wrong. I did this on another model with a simple measure and basic set analysis and it worked fine?&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="1.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3910i63DFD2F84057F63B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.PNG" alt="1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;(Sum({&amp;lt;[Transaction Date] = {"&amp;lt;=$(=vMaxTDate)"}&amp;gt;} If(Effect = 'Debit', [Transaction Amount], -[Transaction Amount])) //New

-

Sum({&amp;lt;[Transaction Date] = {"&amp;lt;=$(=vMaxTDatePY)"}&amp;gt;} If(Effect = 'Debit', [Transaction Amount], -[Transaction Amount]))) //Old. Previous year.

//    /Sum({&amp;lt;[Transaction Date] = {"&amp;lt;=$(=vMaxTDatePY)"}&amp;gt;} If(Effect = 'Debit', [Transaction Amount], -[Transaction Amount]))) //Old. Previous year.&lt;/PRE&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:50:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Numerator-Denominator-and-Difference-correct-but/m-p/1531358#M38247</guid>
      <dc:creator>Ja123__</dc:creator>
      <dc:date>2024-11-16T06:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Numerator, Denominator and Difference correct but % not working</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Numerator-Denominator-and-Difference-correct-but/m-p/1531393#M38248</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Seems like you have an extra closing parentheses in the end of the expression.&lt;/P&gt;&lt;P&gt;- Pasi&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 08:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Numerator-Denominator-and-Difference-correct-but/m-p/1531393#M38248</guid>
      <dc:creator>pasi_lehtinen</dc:creator>
      <dc:date>2019-01-17T08:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Numerator, Denominator and Difference correct but % not working</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Numerator-Denominator-and-Difference-correct-but/m-p/1531395#M38249</link>
      <description>&lt;P&gt;It looks like the previous year term is zero. You may need to override some date selections if you are making date selections in a field other than&amp;nbsp;[Transaction Date].&lt;/P&gt;&lt;P&gt;You should also confirm that the variable&amp;nbsp;vMaxTDatePY is what you expect and has a valid date.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 08:32:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Numerator-Denominator-and-Difference-correct-but/m-p/1531395#M38249</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-01-17T08:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Numerator, Denominator and Difference correct but % not working</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Numerator-Denominator-and-Difference-correct-but/m-p/1531396#M38250</link>
      <description>&lt;P&gt;Thanks for your response Jonty&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 08:36:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Numerator-Denominator-and-Difference-correct-but/m-p/1531396#M38250</guid>
      <dc:creator>Ja123__</dc:creator>
      <dc:date>2019-01-17T08:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Numerator, Denominator and Difference correct but % not working</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Numerator-Denominator-and-Difference-correct-but/m-p/1531397#M38251</link>
      <description>&lt;P&gt;Thank you!!!!! Cannot believe it was that.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 08:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Numerator-Denominator-and-Difference-correct-but/m-p/1531397#M38251</guid>
      <dc:creator>Ja123__</dc:creator>
      <dc:date>2019-01-17T08:37:08Z</dc:date>
    </item>
  </channel>
</rss>

