<?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 Chart based on Today() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305401#M1192644</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 want to create the chart which counts the ID based on the following date values Today()-14,Today-30,Today()-90 and YTD. I thought of doing it by passing these days values in the cyclic group. Is it the right way of doing it. I am little confused how to do this. Does any one have sample application which does the same thing? If you can attach it will be helpful for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attitude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jul 2011 17:05:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-07-25T17:05:38Z</dc:date>
    <item>
      <title>Chart based on Today()</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305401#M1192644</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 want to create the chart which counts the ID based on the following date values Today()-14,Today-30,Today()-90 and YTD. I thought of doing it by passing these days values in the cyclic group. Is it the right way of doing it. I am little confused how to do this. Does any one have sample application which does the same thing? If you can attach it will be helpful for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attitude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 17:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305401#M1192644</guid>
      <dc:creator />
      <dc:date>2011-07-25T17:05:38Z</dc:date>
    </item>
    <item>
      <title>Chart based on Today()</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305402#M1192645</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;If I understood correctly you might use set analysis for that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YTD:&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Date={"&amp;gt;=$(=yearstart(today()))"}&amp;gt; ID}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today-14 till today:&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Date={"&amp;gt;=$(=today()-14)"}&amp;gt; ID}&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this as expression in a chart (just for comparison of these values, you don't need a dimension).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this something you intended?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 17:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305402#M1192645</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-07-25T17:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Chart based on Today()</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305403#M1192646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response! Still I haven't decided which will be the best way to develop this chart. I want to create the chart which is effective enough for the end user to analysis their data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you find free time you can give some suggestion on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am welcoming all your suggestion. Please help me out!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attitude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 04:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305403#M1192646</guid>
      <dc:creator />
      <dc:date>2011-07-26T04:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Chart based on Today()</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305404#M1192647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just for your information. There is one small mistake in the expression which you have recommended for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;YTD:&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Date={"&amp;gt;=$(=yearstart(today()))"}&amp;gt;} ID)&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;Today-14 till today:&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Date={"&amp;gt;=$(=today()-14)"}&amp;gt;} ID)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attitude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 05:20:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305404#M1192647</guid>
      <dc:creator />
      <dc:date>2011-07-26T05:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Chart based on Today()</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305405#M1192648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, needs to get my eyes checked!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote the expressions on my way home without checking, sorry for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may also misunderstood your original question, I now think you were asking about the way to present your data, not to calculate them..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could probably use a cyclic group or container to switch between the different values, but I am not sure if this the best way if you are not really out of real estate.&lt;/P&gt;&lt;P&gt;Maybe I would just show them side by side in a table or bar chart, but the periods for which the values are calculated differ, so you can't really compare them one to another, so I would make it pretty clear, what the difference (i.e. period) is. If these values are known KPIs, showing them all side by side (or in distinct objects, side by side) would be ok, I think.&lt;/P&gt;&lt;P&gt; It could also be valuable if you would compare the distinct values to e.g. last years values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want to share a sample application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 09:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305405#M1192648</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-07-26T09:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Chart based on Today()</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305406#M1192649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think instead of using &amp;lt;= we need to use &amp;gt;=, as we are count based on Today() to Today()-14. What do you say? I am little confused with this expression plese clear my doubt. Hope needs are clear are for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;YTD:&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Date={"&amp;lt;=$(=yearstart(today()))"}&amp;gt;} ID)&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;Today-14 till today:&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Date={"&amp;lt;=$(=today()-14)"}&amp;gt;} ID)&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attitude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 09:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305406#M1192649</guid>
      <dc:creator />
      <dc:date>2011-07-26T09:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Chart based on Today()</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305407#M1192650</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;&amp;nbsp;&amp;nbsp; You should use the&amp;nbsp; &amp;gt;= sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Let me explain how it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;CODE class="jive-code"&gt;=count({&amp;lt;Date={"&amp;gt;=$(=yearstart(today()))"}&amp;gt;} ID)&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Here you are saying give me count of ID where the date is greater than the current yearstart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Same way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;CODE class="jive-code"&gt;=count({&amp;lt;Date={"&amp;gt;=$(=today()-14)"}&amp;gt;} ID)&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Here you are saying give me count of ID where the date is greater than the today() -14.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; So here if today is 15-05-2011 it will give you 01-04-2011&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope this will help you.&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>Tue, 26 Jul 2011 10:02:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305407#M1192650</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-07-26T10:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Chart based on Today()</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305408#M1192651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think so, or have not understand your requirement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;above expression would translate using yearstart(today()) ---&amp;gt; 2011-01-01 &lt;/P&gt;&lt;P&gt; to "count all IDs with Date &amp;lt;= 2011-01-01"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similar, second expression would translate to "count all IDs with Date &amp;lt;= 2011-07-12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 10:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305408#M1192651</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-07-26T10:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Chart based on Today()</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305409#M1192652</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;&amp;nbsp;&amp;nbsp; Let me explain you again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;CODE class="jive-code" style="font-size: 1.2em;"&gt;=count({&amp;lt;Date={"&amp;gt;=$(=today()-14)"}&amp;gt;} ID)&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; As i said consider if today is 15-04-2011 then the function today() -14 will give you 01-04-2011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; So accodring to the above expression you will get the count of ID's where the date is Greater than the 01-04-2011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; So the Id's whos date is lower then 01-04-2011. i.e for example 02-02-2011 will be ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Now its up to you, that you want to cound the ID's which are greater then ot lesser then the date specified in expression i.e today()- 14.&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>Tue, 26 Jul 2011 10:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305409#M1192652</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-07-26T10:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Chart based on Today()</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305410#M1192653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my post was also related to at titudes question, not to yours, I have seen yours just after posting.&lt;/P&gt;&lt;P&gt;I think our both posts essentially agree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 10:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305410#M1192653</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-07-26T10:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Chart based on Today()</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305411#M1192654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefen and Kaushik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to count all the ID's from Today()-14 and so as YTD(i,e Today's date to starting date of the year). I don't want only for the 14th day from today's date. I want to count for in between days also. Hope it is clear now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attitude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 16:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305411#M1192654</guid>
      <dc:creator />
      <dc:date>2011-07-26T16:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Chart based on Today()</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305412#M1192655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi At titude,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is clear, use &amp;gt;= .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 16:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305412#M1192655</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-07-26T16:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Chart based on Today()</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305413#M1192656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Stefen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain hows does it work if you can. It will be helpful for me for better understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As given I cannot calculate for YTD as our Year starts from 15-dec-YYYY. So may I know what changes are required for YTD expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 17:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305413#M1192656</guid>
      <dc:creator />
      <dc:date>2011-07-26T17:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Chart based on Today()</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305414#M1192657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I think I can't explain better than Kaushik and me already tried.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look in to chapter Set Analysis in the Help, or have a look here&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://iqlik.wordpress.com/2010/11/27/the-magic-of-set-analysis-point-in-time-reporting/"&gt;http://iqlik.wordpress.com/2010/11/27/the-magic-of-set-analysis-point-in-time-reporting/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding your second question, that's kind of tricky but possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, &lt;/P&gt;&lt;P&gt;a) the usual QV functions that take an offset will only take a full month offset, not allowing start mid of month.&lt;/P&gt;&lt;P&gt;b) I have not more time to spend on this &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe like this:&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;=count({&amp;lt;Date={"&amp;gt;=$(&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;=if( today()&amp;lt;makedate(year(today(),12,15), makedate(year(today())-1,12,15,),&lt;/CODE&gt;&lt;CODE class="jive-code"&gt;makedate(year(today(),12,15))&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;)"}&amp;gt;} ID)&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 17:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305414#M1192657</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-07-26T17:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Chart based on Today()</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305415#M1192658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the solution which you have given it is not working out. When you find time please do help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attitude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 04:54:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305415#M1192658</guid>
      <dc:creator />
      <dc:date>2011-07-27T04:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Chart based on Today()</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305416#M1192659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Imagine if I use something like below one. May I know what would be the changes in the below code if I would like to calculate the minimum date of the year. For example, for the current year minimum date is 01/01/2011, I want to calculate minimum date of current year to Today(). So what will be the change in the below code. When you find time kindly look into it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Sum(If([Date] &amp;gt;= &lt;STRONG&gt;Today()-14&lt;/STRONG&gt;,1,0)) &lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attitude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 05:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305416#M1192659</guid>
      <dc:creator />
      <dc:date>2011-07-27T05:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Chart based on Today()</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305417#M1192663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check my prev post. It seems I messed around with brackets at the makedate funktions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could reuse makedate(year(today()),1,1) as start of this year or yearstart(today()) in your &lt;/P&gt;&lt;P&gt;if Statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 05:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305417#M1192663</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-07-27T05:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Chart based on Today()</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305418#M1192667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I said you that our year starts from 15-dec-2010 not 01-jan-2011. So I don't think I can use YearStart directly. How you have understood what I need. Please help me out when you find time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attitude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 06:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305418#M1192667</guid>
      <dc:creator />
      <dc:date>2011-07-27T06:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Chart based on Today()</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305419#M1192670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your prev post you explicitely Named 2011-01-01 as year start .&lt;/P&gt;&lt;P&gt;For year start mid of dec recheck my yesterdays post anderen correct brackets.&lt;/P&gt;&lt;P&gt;I am travelling &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 06:31:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305419#M1192670</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-07-27T06:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Chart based on Today()</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305420#M1192672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry if that confused you. I just said that for example. Also what you have provided is the set analysis. Try to give something which works with out set analysis as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also for your information. 15-dec-2010 is not always the year start. For the year 2012 year start may be 16-dec-2011 and so on. Hope it is understandable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you are travelling I dont want to disturb you. You can reply me only when you find time. I am sorry to disturb you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attitude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 06:41:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-based-on-Today/m-p/305420#M1192672</guid>
      <dc:creator />
      <dc:date>2011-07-27T06:41:14Z</dc:date>
    </item>
  </channel>
</rss>

