<?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: Finding difference in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Finding-difference/m-p/1178410#M21684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I'm actually looking for the difference between SalePrice of two different months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jul 2016 07:28:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-19T07:28:20Z</dc:date>
    <item>
      <title>Finding difference</title>
      <link>https://community.qlik.com/t5/App-Development/Finding-difference/m-p/1178408#M21682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me a way to calculate the difference between two different months that are selected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know the way to find and aggregation between two different months but it's hard for me to find a difference.&lt;/P&gt;&lt;P&gt;fx --&amp;gt; GetFieldSelections([ORDER_DT.autoCalendar.Month], ',', 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 00:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Finding-difference/m-p/1178408#M21682</guid>
      <dc:creator />
      <dc:date>2016-07-19T00:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Finding difference</title>
      <link>https://community.qlik.com/t5/App-Development/Finding-difference/m-p/1178409#M21683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi June, maybe looking for the difference between max and min:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Max(DateField)-Min(DateField) --&amp;gt; Would return the difference in days&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Or: Month(Max(DateField)) - Month(Min(DateField)) &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Or: Max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[ORDER_DT.autoCalendar.Month]) - Min(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[ORDER_DT.autoCalendar.Month])&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 07:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Finding-difference/m-p/1178409#M21683</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-07-19T07:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Finding difference</title>
      <link>https://community.qlik.com/t5/App-Development/Finding-difference/m-p/1178410#M21684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I'm actually looking for the difference between SalePrice of two different months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 07:28:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Finding-difference/m-p/1178410#M21684</guid>
      <dc:creator />
      <dc:date>2016-07-19T07:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Finding difference</title>
      <link>https://community.qlik.com/t5/App-Development/Finding-difference/m-p/1178411#M21685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, then you can use set analisys to filter, in example, using a numeric YearMonth field:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;YearMonth={'$(=Max(YearMonthField))'}&amp;gt;} Sales)-&lt;SPAN style="font-size: 13.3333px;"&gt;Sum({&amp;lt;YearMonth={'$(=Min(YearMonthField))'}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 08:34:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Finding-difference/m-p/1178411#M21685</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-07-19T08:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Finding difference</title>
      <link>https://community.qlik.com/t5/App-Development/Finding-difference/m-p/1178412#M21686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstSortedValue(Aggr(Sum(Sales), &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[ORDER_DT.autoCalendar.Month]), -Aggr(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[ORDER_DT.autoCalendar.Month], &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[ORDER_DT.autoCalendar.Month])) - &lt;SPAN style="font-size: 13.3333px;"&gt;FirstSortedValue(Aggr(Sum(Sales), &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[ORDER_DT.autoCalendar.Month]), Aggr(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[ORDER_DT.autoCalendar.Month], &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[ORDER_DT.autoCalendar.Month]))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 10:26:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Finding-difference/m-p/1178412#M21686</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-19T10:26:26Z</dc:date>
    </item>
  </channel>
</rss>

