<?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 showing variances of Receivables value between two report dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321419#M118414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To default the variables in the load script you simply need a couple of lines of code like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;let DATE1 = date(today(), 'DD/MM/YYYY');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;let DATE2 = date(addmonths(today(), -1), 'DD/MM/YYYY');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would add to having the input boxes (or perhaps replace the input boxes with text boxes) is buttons to change the dates.&amp;nbsp; I would go for text boxes with legends like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the single chevrons moving forward or back a day, and the double ones moving a month at a time.&amp;nbsp; You would just need to create four text boxes and add Actions of type &lt;STRONG&gt;External&lt;/STRONG&gt; \ &lt;STRONG&gt;Set Variable&lt;/STRONG&gt; and set &lt;STRONG&gt;DATE1 &lt;/STRONG&gt;to each of the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=date(addmonths(date#(DATE1, 'DD/MM/YYYY'), -1), 'DD/MM/YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;=date(date#(DATE1, 'DD/MM/YYYY') - 1, 'DD/MM/YYYY')&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;=date(date#(DATE1, 'DD/MM/YYYY') + 1, 'DD/MM/YYYY')&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;=date(addmonths(date#(DATE1, 'DD/MM/YYYY'), 1), 'DD/MM/YYYY')&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference between &lt;STRONG&gt;Date&lt;/STRONG&gt; and &lt;STRONG&gt;Date#&lt;/STRONG&gt; is critical, look up in the help what both of these do if you you are not sure.&amp;nbsp; You will need to use the right date format string to match the format of the &lt;STRONG&gt;DATE&lt;/STRONG&gt; field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how you get on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jul 2011 21:54:56 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2011-07-05T21:54:56Z</dc:date>
    <item>
      <title>Chart showing variances of Receivables value between two report dates</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321415#M118410</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 would appreciate your help in the following issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a database showing open receivables for quite a number of dimensions, report date is one of them. I would like to create a variance chart showing me the open receivables balances for two chosen report dates and the variance for a created group of dimensions between those balances. Something like attached excel (I put there variance only for customers dimension, but the idea is there - I change Date1 or Date2, my chart shows the variance between the Dates selected).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHAT I KNOW:&lt;/P&gt;&lt;P&gt;To have such a chart I need to have 3 dimensions in Chart Properties/Expressions: The one defining DATE1, the one defining VARIANCE and the one defining DATE2. In the VARIANCE dimension I need to define "Bar Offset" property so that I could get correct bars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHAT I DO NOT KNOW:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="color: #333333;"&gt;Majour unknown is a proper definition of DATE1, DATE2 dimensions&lt;/SPAN&gt; &lt;/SPAN&gt;- as I mentioned one of my DB dimensions is "Report date". I would like the DATE1, DATE2 were defined in the following way: If user chooses range of dates from "Report date", then the minimum date of such range is DATE1 &lt;EM&gt;(so DATE 1 shows receivables balance for minimum date chosen by user in its range), &lt;/EM&gt;the maximum is DATE2. If user changes only one value from "Report date" then 31 Dec of the previous year to the one chosen is DATE 1, the selection is DATE2. If used does not make any solection in "Report date", then chart is not displayed (could be some message instead, but this is more a cosmetics)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VARIANCE - how to correctly define this dimension to show variances for created by me cyclical group call it REC_VAR that I want to place as dimension of this chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate any help regarding this issue. I have not done such advanced things for some time, so my know-how in such matters is based on imitating the similar examples to the problems I do face. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count on you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jun 2011 13:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321415#M118410</guid>
      <dc:creator />
      <dc:date>2011-06-25T13:42:47Z</dc:date>
    </item>
    <item>
      <title>Chart showing variances of Receivables value between two report dates</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321416#M118411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not need the two dates as dimensions, in fact you only need the one field as dimension (a cycle group for this purpose can be a good thing).&amp;nbsp; It is in the expressions that the matching on the date is done, and a set of syntax called Set Analysis needs to be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need a way of selecting the two dates, ideally putting them into variables.&amp;nbsp; Two sliders could be used, or a couple of tables as data islands with 'always one selected value' picked.&amp;nbsp; I tend to default variables in the load script and then put buttons in with actions to change the dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expressions will then read a bit like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({&amp;lt;Date={'$(vFirstDate)'},Year=,Month=&amp;gt;}Receivables)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;sum({&amp;lt;Date={'$(vLastDate)'},Year=,Month=&amp;gt;}Receivables)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;sum({&amp;lt;Date={'$(vFirstDate)'},Year=,Month=&amp;gt;}Receivables) /&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;sum({&amp;lt;Date={'$(vLastDate)'},Year=,Month=&amp;gt;}Receivables)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax in the squiggly brackets basically says match date to the variable, but ignore any selections on Year and Month (you will probably have other date based fields to ignore?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing that always causes a bit of a headache with this syntax is that the format for the date variable must be exactly the same as the format of the Date field.&amp;nbsp; Suggest using the &lt;STRONG&gt;Date &lt;/STRONG&gt;function in the load script and on setting the variable to ensure this.&amp;nbsp; I can post you an example document if required - but you should be able to find all you need to acheive this in other QlikCommunity posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2011 13:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321416#M118411</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2011-07-04T13:57:51Z</dc:date>
    </item>
    <item>
      <title>Chart showing variances of Receivables value between two report dates</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321417#M118412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Steve, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your answere. I managed in kind of simplified way, meaning I created 2 input boxes - DATE1 and DATE2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the variance chart I have the following formulas:&lt;/P&gt;&lt;P&gt;For 1st column: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=if(RowNo() = 1, &lt;SPAN style="font-size: 8pt;"&gt;sum({$&amp;lt; DATE = {"$(DATE1)"}&amp;gt;} total RECEIVABLES&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;) ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the variance (cyclical group): &lt;/P&gt;&lt;P&gt;(sum({$&amp;lt; DATE = {"$(DATE2)"}&amp;gt;} RECEIVABLES )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-sum({$&amp;lt; DATE = {"$(DATE1)"}&amp;gt;} RECEIVABLES ) ) &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;For the last column:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=if(RowNo() = NoOfRows(), &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt; DATE = {"$(DATE2)"}&amp;gt;} total RECEIVABLES ) &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿This works fine, however choosing the dates in input boxes could be done in different way.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;Could you attach any example of defining the date variables in the load script? This sounded interesting&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;Thanks a lot once more&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;Robert&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 17:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321417#M118412</guid>
      <dc:creator />
      <dc:date>2011-07-05T17:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing variances of Receivables value between two report dates</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321418#M118413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am out of the office until 07/07/2011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Retorno na 5a feira a noite.&lt;/P&gt;&lt;P&gt;Se for urgente, por favor me contacte no celular.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: This is an automated response to your message  "[QlikView Developers&lt;/P&gt;&lt;P&gt;Group] - Re: Chart showing variances of Receivables value between two&lt;/P&gt;&lt;P&gt;report dates" sent on 5/7/11 2:38:51 PM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the only notification you will receive while this person is away.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 19:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321418#M118413</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2011-07-05T19:05:45Z</dc:date>
    </item>
    <item>
      <title>Chart showing variances of Receivables value between two report dates</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321419#M118414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To default the variables in the load script you simply need a couple of lines of code like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;let DATE1 = date(today(), 'DD/MM/YYYY');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;let DATE2 = date(addmonths(today(), -1), 'DD/MM/YYYY');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would add to having the input boxes (or perhaps replace the input boxes with text boxes) is buttons to change the dates.&amp;nbsp; I would go for text boxes with legends like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the single chevrons moving forward or back a day, and the double ones moving a month at a time.&amp;nbsp; You would just need to create four text boxes and add Actions of type &lt;STRONG&gt;External&lt;/STRONG&gt; \ &lt;STRONG&gt;Set Variable&lt;/STRONG&gt; and set &lt;STRONG&gt;DATE1 &lt;/STRONG&gt;to each of the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=date(addmonths(date#(DATE1, 'DD/MM/YYYY'), -1), 'DD/MM/YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;=date(date#(DATE1, 'DD/MM/YYYY') - 1, 'DD/MM/YYYY')&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;=date(date#(DATE1, 'DD/MM/YYYY') + 1, 'DD/MM/YYYY')&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;=date(addmonths(date#(DATE1, 'DD/MM/YYYY'), 1), 'DD/MM/YYYY')&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference between &lt;STRONG&gt;Date&lt;/STRONG&gt; and &lt;STRONG&gt;Date#&lt;/STRONG&gt; is critical, look up in the help what both of these do if you you are not sure.&amp;nbsp; You will need to use the right date format string to match the format of the &lt;STRONG&gt;DATE&lt;/STRONG&gt; field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how you get on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 21:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321419#M118414</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2011-07-05T21:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing variances of Receivables value between two report dates</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321420#M118415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am out of the office until 07/07/2011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Retorno na 5a feira a noite.&lt;/P&gt;&lt;P&gt;Se for urgente, por favor me contacte no celular.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: This is an automated response to your message  "[QlikView Developers&lt;/P&gt;&lt;P&gt;Group] - Re: Chart showing variances of Receivables value between two&lt;/P&gt;&lt;P&gt;report dates" sent on 5/7/11 6:55:08 PM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the only notification you will receive while this person is away.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 01:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321420#M118415</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2011-07-06T01:05:39Z</dc:date>
    </item>
    <item>
      <title>Chart showing variances of Receivables value between two report dates</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321421#M118416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Steve, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think Your example of text boxes with legends was not attachedto your coments&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 05:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321421#M118416</guid>
      <dc:creator />
      <dc:date>2011-07-06T05:41:09Z</dc:date>
    </item>
    <item>
      <title>Chart showing variances of Receivables value between two report dates</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321422#M118417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert - no attachment, I was just trying to show how you could create simple buttons using text boxes with greater than and less than symbols, eg.:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DateChangeButtons.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/5665_DateChangeButtons.png" /&gt;&lt;/P&gt;&lt;P&gt;If you are unable to get the actions behind the text box functioning correctly then I can put together an example and upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 06:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321422#M118417</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2011-07-06T06:43:31Z</dc:date>
    </item>
    <item>
      <title>Chart showing variances of Receivables value between two report dates</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321423#M118418</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 would be grateful for such example or indication where I can find one. To be honest being a controller, and not BI tools developer it is much more simple for me to adjust example to my case, than to follow general indication and apply it to my report ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 06:57:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321423#M118418</guid>
      <dc:creator />
      <dc:date>2011-07-06T06:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing variances of Receivables value between two report dates</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321424#M118419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am out of the office until 07/07/2011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Retorno na 5a feira a noite.&lt;/P&gt;&lt;P&gt;Se for urgente, por favor me contacte no celular.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: This is an automated response to your message  "[QlikView Developers&lt;/P&gt;&lt;P&gt;Group] - Re: Chart showing variances of Receivables value between two&lt;/P&gt;&lt;P&gt;report dates" sent on 6/7/11 2:41:26 AM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the only notification you will receive while this person is away.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 07:03:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321424#M118419</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2011-07-06T07:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing variances of Receivables value between two report dates</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321425#M118420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am out of the office until 07/07/2011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Retorno na 5a feira a noite.&lt;/P&gt;&lt;P&gt;Se for urgente, por favor me contacte no celular.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: This is an automated response to your message  "[QlikView Developers&lt;/P&gt;&lt;P&gt;Group] - Re: Chart showing variances of Receivables value between two&lt;/P&gt;&lt;P&gt;report dates" sent on 6/7/11 3:57:31 AM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the only notification you will receive while this person is away.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 07:03:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321425#M118420</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2011-07-06T07:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing variances of Receivables value between two report dates</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321426#M118421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am out of the office until 07/07/2011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Retorno na 5a feira a noite.&lt;/P&gt;&lt;P&gt;Se for urgente, por favor me contacte no celular.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: This is an automated response to your message  "[QlikView Developers&lt;/P&gt;&lt;P&gt;Group] - Re: Chart showing variances of Receivables value between two&lt;/P&gt;&lt;P&gt;report dates" sent on 6/7/11 3:43:58 AM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the only notification you will receive while this person is away.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 07:03:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321426#M118421</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2011-07-06T07:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing variances of Receivables value between two report dates</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321427#M118422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a working example of using actions on text boxes to modify dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 20:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321427#M118422</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2011-07-06T20:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing variances of Receivables value between two report dates</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321428#M118423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am out of the office until 07/07/2011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Retorno na 5a feira a noite.&lt;/P&gt;&lt;P&gt;Se for urgente, por favor me contacte no celular.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: This is an automated response to your message  "[QlikView Developers&lt;/P&gt;&lt;P&gt;Group] - Re: Chart showing variances of Receivables value between two&lt;/P&gt;&lt;P&gt;report dates" sent on 6/7/11 5:53:30 PM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the only notification you will receive while this person is away.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 01:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321428#M118423</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2011-07-07T01:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing variances of Receivables value between two report dates</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321429#M118424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Steve, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for this example... I will go through it after work. Visually it does look better than the one I have now...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 06:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321429#M118424</guid>
      <dc:creator />
      <dc:date>2011-07-07T06:36:38Z</dc:date>
    </item>
    <item>
      <title>Chart showing variances of Receivables value between two report dates</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321430#M118425</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;Thanks a lot. Looks good. I will check this out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 14:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321430#M118425</guid>
      <dc:creator />
      <dc:date>2011-07-07T14:24:18Z</dc:date>
    </item>
    <item>
      <title>Chart showing variances of Receivables value between two report dates</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321431#M118426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Steve, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very helpful file for me, thanks. I did not explore the "Set Variable" external action type in the text box...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more question. The logic you showed will work perfectly if the DATE variable you want to impact does have the complete range of dates. &lt;/P&gt;&lt;P&gt;In my case, we do not load receivables every day, but 2, 3 times a week, so I miss some dates in my DATE variable(which shows the date of receivables information, equaling the date of transfering the data from transactional system to DB linked with QV). So what I need the "day button" to do, is to move me from currently selected date to the previous one present in DATE variable (tody is July 14, if last receivables were loaded on 10 July, then "day button" will show 10 July after one click). The month button would then move me to the date from last month closest to the one currently chosen when it comes to the day information (today is 14 July, reports last month around this date were loded at 10 Jun and 12 June and 18 June, so 12 June is chosen after clicking month button once)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea how this could be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 12:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321431#M118426</guid>
      <dc:creator />
      <dc:date>2011-07-14T12:25:16Z</dc:date>
    </item>
    <item>
      <title>Chart showing variances of Receivables value between two report dates</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321432#M118427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to use a bit of Set Analysis to work out the next day in the direction you are headed on which there is a value. Assuming you have a field called &lt;STRONG&gt;DateField&lt;/STRONG&gt; and your variables are as per your document for the previous day it will be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=date(max({1&amp;lt;DateField={'&amp;lt;=$(=date(DATE1 -1, '&lt;STRONG&gt;$(vDateFormat)&lt;/STRONG&gt;'))'}&amp;gt;}DateField), '$(vDateFormat)')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the prior month will be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=date(max({1&amp;lt;DateField={'&amp;lt;=$(=date(addmonths(DATE1, -1), '&lt;STRONG&gt;$(vDateFormat)&lt;/STRONG&gt;'))'}&amp;gt;}DateField), '$(vDateFormat)')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next day and next month should be relatively straight forward to work out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen an issue where QlikView doesn't like having the same variable twice in a single expression - but that seems to have gone in QV10 SR3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 20:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321432#M118427</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2011-07-14T20:58:21Z</dc:date>
    </item>
    <item>
      <title>Chart showing variances of Receivables value between two report dates</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321433#M118428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Steve, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I edited your formulas a little bit and now they work exactly as I wanted them to work. Thanks for sharing the formulas with set analysis. I attach mine, in case someone finds them helpful:&lt;/P&gt;&lt;P&gt;DATE - dimension loaded from transactional DB, containing set of dates from the past with quite some missing&lt;/P&gt;&lt;P&gt;DATE_1 - my own variable changed by &amp;lt;&amp;lt; , &amp;lt;, &amp;gt; , &amp;gt;&amp;gt; buttons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt; button formula&lt;/P&gt;&lt;P&gt;&lt;IMG alt="one month back button formula.jpg" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/6058_one+month+back+button+formula.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&amp;lt; button formula&lt;/P&gt;&lt;P&gt;&lt;IMG alt="one day back button formula.jpg" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/6059_one+day+back+button+formula.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; button formula&lt;/P&gt;&lt;P&gt;&lt;IMG alt="one month forward button formula.jpg" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/6060_one+month+forward+button+formula.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; button formula&lt;/P&gt;&lt;P&gt;&lt;IMG alt="one day forward button formula.jpg" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/6061_one+day+forward+button+formula.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 09:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321433#M118428</guid>
      <dc:creator />
      <dc:date>2011-07-22T09:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing variances of Receivables value between two report dates</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321434#M118429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ich werde ab  15.07.2011 nicht im Büro sein. Ich kehre zurück am&lt;/P&gt;&lt;P&gt;08.08.2011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mit freundlichen Grüßen&lt;/P&gt;&lt;P&gt;Gerhard Schrepfer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 14:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-showing-variances-of-Receivables-value-between-two-report/m-p/321434#M118429</guid>
      <dc:creator>gschrepfer</dc:creator>
      <dc:date>2011-07-22T14:01:54Z</dc:date>
    </item>
  </channel>
</rss>

