<?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: Variables in QlikView chart expresssion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818703#M1046193</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;that looks prettty correct. The set_expression should work like this actually.&lt;/P&gt;&lt;P&gt;Have you checked the format of [delivery_date]? You might have to turn both dates into numeric values?&lt;/P&gt;&lt;P&gt;(with dates, there is often some issue, usually about the format.)&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Nov 2014 14:59:58 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2014-11-25T14:59:58Z</dc:date>
    <item>
      <title>Variables in QlikView chart expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818701#M1046191</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;I am currently revising a QlikView file where the previous developer used the following expression to show the number of sales orders with a delivery date earlier than and including November 31st:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Sum({&amp;lt;Year=, Quarter=, Month=, [Delivery date]={'&amp;lt;=2014-11-31'}&amp;gt;} SalesOrders)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works fine, but I need to automate the process so it doesn't need to be changed every month. I have then created, in the load script, a variable named ThisMonthEnd. I have tried showing it in a TextBox by using the &lt;EM&gt;=$(ThisMonthEnd)&lt;/EM&gt; syntax, and it works fine and displays '2014-11-31'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But - I can't it to work in an chart expression. I tried this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Sum({&amp;lt;Year=, Quarter=, Month=, [Delivery date]={'&amp;lt;= $(ThisMonthEnd)'}&amp;gt;} SalesOrders)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Sum({&amp;lt;Year=, Quarter=, Month=, [Delivery date]={'&amp;lt;=' &amp;amp; $(ThisMonthEnd)}&amp;gt;} SalesOrders)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it seems the variable doesn't get translated into the date-value. Can anyone help me a bit on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Jan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818701#M1046191</guid>
      <dc:creator />
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in QlikView chart expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818702#M1046192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Sum({&amp;lt;Year=, Quarter=, Month=, [Delivery date]={'&amp;lt;=$(ThisMonthEnd)'}&amp;gt;} SalesOrders)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 14:57:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818702#M1046192</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2014-11-25T14:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in QlikView chart expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818703#M1046193</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;that looks prettty correct. The set_expression should work like this actually.&lt;/P&gt;&lt;P&gt;Have you checked the format of [delivery_date]? You might have to turn both dates into numeric values?&lt;/P&gt;&lt;P&gt;(with dates, there is often some issue, usually about the format.)&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 14:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818703#M1046193</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-11-25T14:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in QlikView chart expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818704#M1046194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sasi - and thanks for your quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it, but it still doesn't work. I get the "curly line" indicating an error at the }&amp;gt;} characters after the '$(ThisMonthEnd)'. However, the "Edit Expression" box still says "Expression OK". It just gives me '-' in the column in the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 15:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818704#M1046194</guid>
      <dc:creator />
      <dc:date>2014-11-25T15:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in QlikView chart expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818705#M1046195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the Delivery Date part try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Delivery date]={"&amp;lt;=$(=ThisMonthEnd)"}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 15:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818705#M1046195</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2014-11-25T15:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in QlikView chart expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818706#M1046196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just for clarification what was the value ur pasiing for other fields like year,quarter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Sum({&amp;lt;Year=, Quarter=, Month=, [Delivery date]={'&amp;lt;=$(ThisMonthEnd)'}&amp;gt;} SalesOrders)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 15:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818706#M1046196</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2014-11-25T15:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in QlikView chart expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818707#M1046197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are blank (not selected).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 15:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818707#M1046197</guid>
      <dc:creator />
      <dc:date>2014-11-25T15:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in QlikView chart expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818708#M1046198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;whatever fields condition were not required, just remove those fields because its a AND condition as there is no proper data for fields year,quarter &amp;amp; month the result is blank(-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Sum({&amp;lt;[Delivery date]={'&amp;lt;=$(ThisMonthEnd)'}&amp;gt;} SalesOrders)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Then it will take sum of sales order where delivery date = variable value&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 15:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818708#M1046198</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2014-11-25T15:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in QlikView chart expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818709#M1046199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It also doesn't work. Actually, I thought &amp;lt;Year=,Quarter=,Month= was a way of being sure that nothing was selected in year, quarter and month. As I stated in my question, it worked fine in the original version:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 12px;"&gt;Sum({&amp;lt;Year=, Quarter=, Month=, [Delivery date]={'&amp;lt;=2014-11-31'}&amp;gt;} SalesOrders)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 07:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818709#M1046199</guid>
      <dc:creator />
      <dc:date>2014-11-26T07:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in QlikView chart expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818710#M1046200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the result of the variable '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ThisMonthEnd&lt;/SPAN&gt;' is in date format or not? If not in date format convert it to date and try.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ex:&lt;/STRONG&gt; Month($(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ThisMonthEnd)), it should give some either month number or month name.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please share the application with some sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 07:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818710#M1046200</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-11-26T07:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in QlikView chart expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818711#M1046201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;=Month($(ThisMonthEnd)) said 'dec', which is a bit weird as I was expecting it to say 'nov' (2014-11-31). I cannot share the application, but I will try to make a small demo QlikView file. I will try to see if I can get it done by later today.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 08:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818711#M1046201</guid>
      <dc:creator />
      <dc:date>2014-11-26T08:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in QlikView chart expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818712#M1046202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jan, have you tested variable value in a textbox?&lt;/P&gt;&lt;P&gt;If ThisMonthEnd is defined like "=MonthEnd(Today())", you can create a textbox with "=ThisMonthEnd".&lt;/P&gt;&lt;P&gt;In my case it shows &lt;SPAN style="text-decoration: line-through;"&gt;31/11/2014&lt;/SPAN&gt; 30/11/2014 and "=Month(ThisMonthEnd)" returns 'nov'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is defined &lt;SPAN style="font-family: 'courier new', courier;"&gt;ThisMonthEnd variable?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Edit:As Aaron said november has only 30 days, i wrote it wrong&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 08:15:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818712#M1046202</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-11-26T08:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in QlikView chart expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818713#M1046203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;Yes, I have tested it in a Textbox. Funny thing is that it says 'dec' where it should return 'nov' for the date 2014-11-31. The format, in the load script, is set to SET DateFormat='YYYY-MM-DD'; so I would expect it to acknowledge that the month values is 11 (November). If I simply put in =$(ThisMonthEnd) in a Textbox by itself, it says 2014-11-31.&lt;/P&gt;&lt;P&gt;But as I wrote above: I will make a small demo file later today.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 08:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818713#M1046203</guid>
      <dc:creator />
      <dc:date>2014-11-26T08:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in QlikView chart expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818714#M1046204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not to ask a stupid question but, November only has 30 days - so 2014-11-31 isn't a legitimate date - how are you creating that date? Maybe that's the source of the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 08:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818714#M1046204</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2014-11-26T08:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in QlikView chart expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818715#M1046205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Jan Kristensen wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Yes, I have tested it in a Textbox. Funny thing is that it says 'dec' where it should return 'nov' for the date 2014-11-31. &lt;/SPAN&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats because $(ThisMonthEnd) expands to 2014-11-31, which Qlikview sees as an arithmetic expression which evalates to 1972. It then applies the month function to the date value 1972.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define ThisMonthEnd like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Date(MonthEnd(Today()), 'YYYY-MM-DD')&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(the = must be part of the variable definition)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use it like this:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year=, Quarter=, Month=, [Delivery date]={'&amp;lt;= $(=ThisMonthEnd)'}&amp;gt;} SalesOrders)&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(notice the extra = sign)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 09:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818715#M1046205</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-11-26T09:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in QlikView chart expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818716#M1046206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the condition given there was &lt;SPAN style="font-family: 'courier new', courier;"&gt;Sum({&amp;lt;Year=, Quarter=, Month=, [Delivery date]={'&amp;lt;=2014-11-31'}&amp;gt;} SalesOrders)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;= and so no issue what ever it may be&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 10:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818716#M1046206</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2014-11-26T10:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in QlikView chart expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818717#M1046207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was stating that as it wasn't generating a true date, it can't have been interpreting it that way - I think Jonathan states it better (with an actual explanation) above!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 10:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818717#M1046207</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2014-11-26T10:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in QlikView chart expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818718#M1046208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The end date of 2014-11-31 was of course wrong. I have now managed to get it going by using your MonthEnd suggestion and dropping it directly into the expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year=, Quarter=, Month=, [Delivery date]={"&amp;lt;=$(=MonthEnd(Today()))"}&amp;gt;} SalesOrders)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will then do the same to the others, and introduce the MonthStart as well - apparantly you can use an extra parameter to slide forwards/backwards (ie. -1 for the previous month's start).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thank you to all of you who helped me troubleshoot this - greatly appreciated! &lt;/STRONG&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 14:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-QlikView-chart-expresssion/m-p/818718#M1046208</guid>
      <dc:creator />
      <dc:date>2014-11-26T14:41:49Z</dc:date>
    </item>
  </channel>
</rss>

