<?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: RE: sum of years in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/RE-sum-of-years/m-p/1098620#M364772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As i know double quotes is not the problem , Can you please share your Sample App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Aug 2016 06:38:19 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2016-08-01T06:38:19Z</dc:date>
    <item>
      <title>RE: sum of years</title>
      <link>https://community.qlik.com/t5/QlikView/RE-sum-of-years/m-p/1098616#M364768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one year filed&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;2014-2015&lt;/P&gt;&lt;P&gt;2016-2017&amp;nbsp;&amp;nbsp; lik dat&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hve below exprsin used in gauge chart &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year={$(=Max(Year))},TR_Date={"&amp;gt;=$(vStartDate)&amp;lt;=$(vMonthEndDate)"},Quarter=,HalfYearFin=,Month=,Day=&amp;gt;}Cc_COUNT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its working fine wen i select&amp;nbsp; one year means[2014-2015]&amp;nbsp;&amp;nbsp;&amp;nbsp; but wen i select two years both [2014-2015 and 2016-2017]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the result is not cmg&amp;nbsp; with sum .&amp;nbsp;&amp;nbsp; only it is shwng max year values .&amp;nbsp;&amp;nbsp; what is the issue ?&amp;nbsp; anyone trace out this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 05:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-sum-of-years/m-p/1098616#M364768</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-08-01T05:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: RE: sum of years</title>
      <link>https://community.qlik.com/t5/QlikView/RE-sum-of-years/m-p/1098617#M364769</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;This is because you have written it in set analysis to get max year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the script part "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Year={$(=Max(Year))}"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what ever year selection you will do, it will pick up the max out of it and show the result for that year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want sum for both years, then remove that section from set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 06:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-sum-of-years/m-p/1098617#M364769</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-08-01T06:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: RE: sum of years</title>
      <link>https://community.qlik.com/t5/QlikView/RE-sum-of-years/m-p/1098618#M364770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/people/sureshqv"&gt;sureshqv&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kaushik is correct you need to remove max(year) condition in set expression and try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 06:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-sum-of-years/m-p/1098618#M364770</guid>
      <dc:creator />
      <dc:date>2016-08-01T06:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: RE: sum of years</title>
      <link>https://community.qlik.com/t5/QlikView/RE-sum-of-years/m-p/1098619#M364771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnks kaushik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried below still doesnt work anymore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;1)&amp;nbsp; Sum({&amp;lt;TR_Date={"&amp;gt;=$(vStartDate)&amp;lt;=$(vMonthEndDate)"},Quarter=,HalfYearFin=,Month=,Day=&amp;gt;}Cc_COUNT)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;2) &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({&amp;lt;Year=,TR_Date={"&amp;gt;=$(vStartDate)&amp;lt;=$(vMonthEndDate)"},Quarter=,HalfYearFin=,Month=,Day=&amp;gt;}Cc_COUNT)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 06:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-sum-of-years/m-p/1098619#M364771</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-08-01T06:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: RE: sum of years</title>
      <link>https://community.qlik.com/t5/QlikView/RE-sum-of-years/m-p/1098620#M364772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As i know double quotes is not the problem , Can you please share your Sample App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 06:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-sum-of-years/m-p/1098620#M364772</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-08-01T06:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: RE: sum of years</title>
      <link>https://community.qlik.com/t5/QlikView/RE-sum-of-years/m-p/1098621#M364773</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;Please share a sample data along with the selection which you are doing and expected output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 06:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-sum-of-years/m-p/1098621#M364773</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-08-01T06:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: RE: sum of years</title>
      <link>https://community.qlik.com/t5/QlikView/RE-sum-of-years/m-p/1098622#M364774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its nt psble. as its on server &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 06:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-sum-of-years/m-p/1098622#M364774</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-08-01T06:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: RE: sum of years</title>
      <link>https://community.qlik.com/t5/QlikView/RE-sum-of-years/m-p/1098623#M364775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably you can just give us the sample data which can replicate your problem.&lt;/P&gt;&lt;P&gt;Data can be anything, which shows the problem you are facing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 06:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-sum-of-years/m-p/1098623#M364775</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-08-01T06:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: RE: sum of years</title>
      <link>https://community.qlik.com/t5/QlikView/RE-sum-of-years/m-p/1098624#M364776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({&amp;lt;Year=, Month=, Quarter=, Day=, TR_Date={"&amp;gt;=$(=Num(MonthStart(&lt;SPAN style="color: #0000ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;TR_Date&lt;/STRONG&gt;&lt;/SPAN&gt;)))&amp;lt;=$(=Max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;vMonthEndDate&lt;/STRONG&gt;&lt;/SPAN&gt;))"}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 06:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-sum-of-years/m-p/1098624#M364776</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-08-01T06:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: RE: sum of years</title>
      <link>https://community.qlik.com/t5/QlikView/RE-sum-of-years/m-p/1098625#M364777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let me try&amp;nbsp; .Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 06:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-sum-of-years/m-p/1098625#M364777</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-08-01T06:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: RE: sum of years</title>
      <link>https://community.qlik.com/t5/QlikView/RE-sum-of-years/m-p/1098626#M364778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not wrking&amp;nbsp; anil.&lt;/P&gt;&lt;P&gt;below are the variables v r usng &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt;"&gt;vStartDate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=If (GetSelectedCount(Month)=0 And GetSelectedCount(Quarter)=0,MonthStart(Date(Max(Date))),Date(Min(Date)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt;"&gt;vMonthEndDate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt;"&gt;=MonthEnd(max(Date))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 08:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-sum-of-years/m-p/1098626#M364778</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-08-01T08:49:53Z</dc:date>
    </item>
  </channel>
</rss>

