<?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? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/821767#M1018259</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;May be try this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Create a variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vRange = '&amp;gt;=' &amp;amp; Date(YearStart(Today()), 'yourDateFormat') &amp;amp; '&amp;lt;=' &amp;amp; Date(Today(), 'yourDateFormat') &lt;/STRONG&gt;(try saving the variable without the = sign, if it doesn't work then try it with the = sign)&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;&lt;STRONG&gt;=Sum({&amp;lt;date={'$(vRange)'}&amp;gt;}[budget amount])&lt;/STRONG&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;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;Let me know if that solved your problem&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2015 14:58:13 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-03-30T14:58:13Z</dc:date>
    <item>
      <title>set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/821764#M1018256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=sum({&amp;lt;date={'&amp;gt;=$(=YearStart(today()))&amp;lt;=$(=today())'}&amp;gt;}[budget amount])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the wrong in expression ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp; always result here ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/821764#M1018256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-30T14:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/821765#M1018257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you attached your qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/821765#M1018257</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-03-30T14:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/821766#M1018258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It could be that your YearStart() and Today() return strings, so that you need to enclose then in single quotes. Further, you need to enclose the search string in double quotes. Hence, try&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =sum({&amp;lt;date={"&amp;gt;='$(=YearStart(today()))'&amp;lt;='$(=today())'"}&amp;gt;}[budget amount])&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;HIC&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:55:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/821766#M1018258</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-03-30T14:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/821767#M1018259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;May be try this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Create a variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vRange = '&amp;gt;=' &amp;amp; Date(YearStart(Today()), 'yourDateFormat') &amp;amp; '&amp;lt;=' &amp;amp; Date(Today(), 'yourDateFormat') &lt;/STRONG&gt;(try saving the variable without the = sign, if it doesn't work then try it with the = sign)&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;&lt;STRONG&gt;=Sum({&amp;lt;date={'$(vRange)'}&amp;gt;}[budget amount])&lt;/STRONG&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;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;Let me know if that solved your problem&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/821767#M1018259</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-03-30T14:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/821768#M1018260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLS CORRECT ME &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 15:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/821768#M1018260</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-30T15:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/821769#M1018261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Budget amount for 2015 is 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/82376_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 15:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/821769#M1018261</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-03-30T15:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/821770#M1018262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u don't have proper data to show results according to ur expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 15:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/821770#M1018262</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-03-30T15:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/821771#M1018263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to format year and month (they are number and string) to date format using makedate(year,month)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 15:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/821771#M1018263</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-30T15:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/821772#M1018264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 15:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/821772#M1018264</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-30T15:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/821773#M1018265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks? Did that solve your problem? I thought that was your sample data and you will update the sample data to test the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If missing data was the issue, then I guess we know why your expression wasn't working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 15:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/821773#M1018265</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-03-30T15:27:39Z</dc:date>
    </item>
  </channel>
</rss>

