<?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 with the variable today() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis-with-the-variable-today/m-p/986453#M972477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post sample qvw for better solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Sep 2015 09:47:28 GMT</pubDate>
    <dc:creator>senpradip007</dc:creator>
    <dc:date>2015-09-07T09:47:28Z</dc:date>
    <item>
      <title>set analysis with the variable today()</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-with-the-variable-today/m-p/986451#M972475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need some help with a set analysis.&lt;/P&gt;&lt;P&gt;I include the variable year(today()) in my set analysis. but my problem is that mastercalender. for example my fiscal year starts at 1.10. and not at 01.01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vtoday = year(today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Year={"$(vToday))"&amp;gt;}XXX)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's not perfect working because of my fiscal Year. So what can I Do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;today need to depend on my mastercalender..! I hope some of you have a solution. THANKS:))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2015 09:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-with-the-variable-today/m-p/986451#M972475</guid>
      <dc:creator />
      <dc:date>2015-09-07T09:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis with the variable today()</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-with-the-variable-today/m-p/986452#M972476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;vtoday = =IF(Month(today()) &amp;lt; 10, year(today())-1, Year(Today()))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2015 09:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-with-the-variable-today/m-p/986452#M972476</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-09-07T09:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis with the variable today()</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-with-the-variable-today/m-p/986453#M972477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post sample qvw for better solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2015 09:47:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-with-the-variable-today/m-p/986453#M972477</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2015-09-07T09:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis with the variable today()</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-with-the-variable-today/m-p/986454#M972478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; now I have an solution but maybe u can help me with an another problem:D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So. I like to have an set analysis with Quarters-value but i would filter only the year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now, i have a quarter ID but if i take the year i have 4 value for example&lt;/P&gt;&lt;P&gt;2014 Q4 = 47&lt;/P&gt;&lt;P&gt;2015 Q1 = 48&lt;/P&gt;&lt;P&gt;2015 Q2 = 49&lt;/P&gt;&lt;P&gt;2015 Q3 = 50&lt;/P&gt;&lt;P&gt;2015 Q4 = 51&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vQuarter = QuarterID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's not working only if i filter to a Quarter but i don't wanna filter quarter only year...&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;QuarterID = {"$(vQuarter)"}&amp;gt;)XXX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS for the answer&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2015 11:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-with-the-variable-today/m-p/986454#M972478</guid>
      <dc:creator />
      <dc:date>2015-09-07T11:15:14Z</dc:date>
    </item>
  </channel>
</rss>

