<?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: Expression Difference of Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Difference-of-Value/m-p/1153603#M909735</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny. It worked for me. Excellent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jun 2016 07:27:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-09T07:27:07Z</dc:date>
    <item>
      <title>Expression Difference of Value</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-of-Value/m-p/1153599#M909731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear QVExperts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the straight table below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression1,&amp;nbsp; as Claim Count [ There are total 5 claim counts]&lt;/P&gt;&lt;P&gt;Expression2, which shows the value whether claim there or not.&lt;/P&gt;&lt;P&gt;Expression3 as Column(1)/Column(2)&lt;/P&gt;&lt;P&gt;Now i need to display as 5 / 313.33 as 1.6 in the cumulative total.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;But i am getting as 22.162&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Test1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/127306_Test1.jpg" style="height: 496px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-of-Value/m-p/1153599#M909731</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Difference of Value</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-of-Value/m-p/1153600#M909732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using a total mode here? I think setting the total mode to expression total should do it. Can you try doing that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 19:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-of-Value/m-p/1153600#M909732</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-08T19:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Difference of Value</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-of-Value/m-p/1153601#M909733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you are doing great.&lt;/P&gt;&lt;P&gt;Expression Total, the Expression2 itself not displaying correctly.&lt;/P&gt;&lt;P&gt;{here i am taking the day differences between the retrieval divided by total number of days for a year]&lt;/P&gt;&lt;P&gt;((IF([EXT_WRNTY_STR_DT]&amp;gt;$(vFiscalEndDt),0,&lt;/P&gt;&lt;P&gt;IF([EXT_WRNTY_END_DT]&amp;lt;$(vFiscalStartDt),0,&lt;/P&gt;&lt;P&gt;IF([EXT_WRNTY_END_DT]&amp;lt;$(vFiscalStartDt),$(vFiscalStartDt),&lt;/P&gt;&lt;P&gt;IF([EXT_WRNTY_END_DT]&amp;gt;$(vFiscalEndDt),$(vFiscalEndDt),[EXT_WRNTY_END_DT]))))&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;IF([EXT_WRNTY_STR_DT]&amp;lt;$(vFiscalStartDt),$(vFiscalStartDt),&lt;/P&gt;&lt;P&gt;IF([EXT_WRNTY_STR_DT]&amp;gt;$(vFiscalEndDt),$(vFiscalEndDt),[EXT_WRNTY_STR_DT]))+1)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;DayCount )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's why Expression3 going for Sum of Rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 19:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-of-Value/m-p/1153601#M909733</guid>
      <dc:creator />
      <dc:date>2016-06-08T19:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Difference of Value</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-of-Value/m-p/1153602#M909734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try like this then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(Expression1, Dimensions))/Sum(Aggr(Expression2, Dimensions))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace Expression1, Expression2 and Dimensions with their respective content&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 19:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-of-Value/m-p/1153602#M909734</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-08T19:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Difference of Value</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-of-Value/m-p/1153603#M909735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny. It worked for me. Excellent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 07:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-of-Value/m-p/1153603#M909735</guid>
      <dc:creator />
      <dc:date>2016-06-09T07:27:07Z</dc:date>
    </item>
  </channel>
</rss>

