<?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: Limit data in graph to last date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Limit-data-in-graph-to-last-date/m-p/1288542#M517619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which other graph? The bar chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Dec 2016 09:28:56 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-12-20T09:28:56Z</dc:date>
    <item>
      <title>Limit data in graph to last date</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-data-in-graph-to-last-date/m-p/1288541#M517618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;In the enclosed report I have data for around the previous 30 days.&lt;/P&gt;&lt;P&gt;I have on line graph that should show data for every date.&lt;/P&gt;&lt;P&gt;The other graph should only show data for the previous day.&lt;/P&gt;&lt;P&gt;How to do this?&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, 20 Dec 2016 09:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-data-in-graph-to-last-date/m-p/1288541#M517618</guid>
      <dc:creator>stekol61</dc:creator>
      <dc:date>2016-12-20T09:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Limit data in graph to last date</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-data-in-graph-to-last-date/m-p/1288542#M517619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which other graph? The bar chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 09:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-data-in-graph-to-last-date/m-p/1288542#M517619</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-12-20T09:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Limit data in graph to last date</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-data-in-graph-to-last-date/m-p/1288543#M517620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Yes, the bar chart on Sheet1&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, 20 Dec 2016 09:40:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-data-in-graph-to-last-date/m-p/1288543#M517620</guid>
      <dc:creator>stekol61</dc:creator>
      <dc:date>2016-12-20T09:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Limit data in graph to last date</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-data-in-graph-to-last-date/m-p/1288544#M517621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add the following Set to all your expressions&lt;/P&gt;&lt;P&gt;Sum ( &lt;SPAN style="text-decoration: underline;"&gt;{&amp;lt;Date = {"$(=DATE(Max(Date)-1,'YYYY-MM-DD'))"}&amp;gt;}&lt;/SPAN&gt;lat_dis_0_10_ms)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 10:04:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-data-in-graph-to-last-date/m-p/1288544#M517621</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-20T10:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Limit data in graph to last date</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-data-in-graph-to-last-date/m-p/1288545#M517622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or use the following calculated Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;= if(num(Date) = Max( TOTAL Date)-1 ,Date,null())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and check Supress when value is null for this dimension&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 10:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-data-in-graph-to-last-date/m-p/1288545#M517622</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-20T10:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Limit data in graph to last date</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-data-in-graph-to-last-date/m-p/1288546#M517623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;This solved the problem.&lt;/P&gt;&lt;P&gt;Thank You&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, 20 Dec 2016 11:19:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-data-in-graph-to-last-date/m-p/1288546#M517623</guid>
      <dc:creator>stekol61</dc:creator>
      <dc:date>2016-12-20T11:19:36Z</dc:date>
    </item>
  </channel>
</rss>

