<?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 Recording Rate of Change in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Recording-Rate-of-Change/m-p/759934#M536115</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 have a question I was hoping you may be able to help me with. I am trying to record a percentage change in the number of values between the points on the line chart. I'm still unsure about the particular visualisation method, my I need qlikview to compute a % increase/decrease in a number of observations between each to dates on my chart (I use dates as a dimension). Right now my expression looks like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #ff0000; font-size: 8pt;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FLAG_P11&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) - &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Trade Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(=Date([Trade_Date]-1))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FLAG_P11&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Trade Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(=Date([Trade_Date]-1))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FLAG_P11&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))*100 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The sum(...) expressions sum up my observations for each date, and I think my set analysis expression {&lt;/SPAN&gt;$(=Date([Trade_Date]-1))} which was intended to return the previous date is the source of the problem. I am quite new to qlikview and don't really know how to write a correct set analysis command to return flags at the date less than a day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it makes sense and someone is able to help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Nov 2014 11:27:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-17T11:27:42Z</dc:date>
    <item>
      <title>Recording Rate of Change</title>
      <link>https://community.qlik.com/t5/QlikView/Recording-Rate-of-Change/m-p/759934#M536115</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 have a question I was hoping you may be able to help me with. I am trying to record a percentage change in the number of values between the points on the line chart. I'm still unsure about the particular visualisation method, my I need qlikview to compute a % increase/decrease in a number of observations between each to dates on my chart (I use dates as a dimension). Right now my expression looks like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #ff0000; font-size: 8pt;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FLAG_P11&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) - &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Trade Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(=Date([Trade_Date]-1))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FLAG_P11&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Trade Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(=Date([Trade_Date]-1))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FLAG_P11&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))*100 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The sum(...) expressions sum up my observations for each date, and I think my set analysis expression {&lt;/SPAN&gt;$(=Date([Trade_Date]-1))} which was intended to return the previous date is the source of the problem. I am quite new to qlikview and don't really know how to write a correct set analysis command to return flags at the date less than a day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it makes sense and someone is able to help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 11:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recording-Rate-of-Change/m-p/759934#M536115</guid>
      <dc:creator />
      <dc:date>2014-11-17T11:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Recording Rate of Change</title>
      <link>https://community.qlik.com/t5/QlikView/Recording-Rate-of-Change/m-p/759935#M536116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set analysis with date field is always a bit tricky, date formats (of field itself and the returned date by expression) have to be similar. If you could share a sample qvw, could be looked into. Check this for sharing qvw: &lt;A href="http://community.qlikview.com/docs/DOC-1290" title="http://community.qlikview.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and D... | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 11:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recording-Rate-of-Change/m-p/759935#M536116</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-11-17T11:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Recording Rate of Change</title>
      <link>https://community.qlik.com/t5/QlikView/Recording-Rate-of-Change/m-p/759936#M536117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your offer, but I can't really share the file even in a reduced form - work requirements. Sorry to be ungrateful/uncooperative!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 12:20:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recording-Rate-of-Change/m-p/759936#M536117</guid>
      <dc:creator />
      <dc:date>2014-11-17T12:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Recording Rate of Change</title>
      <link>https://community.qlik.com/t5/QlikView/Recording-Rate-of-Change/m-p/759937#M536118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am interested in a similar example.&amp;nbsp; Could you post a sample file with bogus data?&amp;nbsp; It doesn't even have to be relevant to your work example.&amp;nbsp; Rate of change is applied the same way, no matter the propriety of the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 14:46:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recording-Rate-of-Change/m-p/759937#M536118</guid>
      <dc:creator>gshockxcc</dc:creator>
      <dc:date>2015-05-14T14:46:22Z</dc:date>
    </item>
  </channel>
</rss>

