<?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: Strange behavior in line chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Strange-behavior-in-line-chart/m-p/1189544#M384494</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Frank, your answer gave me a fantastic clue. It's enough to add an expression with this content: Null()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like this is telling QlikView that it has an actual value for each month, even if it's a null value sometimes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, I just added a Null() expression, set it to invisible, and that's all there is to it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all for your quick and valuable responses!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Sep 2016 14:33:56 GMT</pubDate>
    <dc:creator>ramonarcusa36</dc:creator>
    <dc:date>2016-09-21T14:33:56Z</dc:date>
    <item>
      <title>Strange behavior in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-behavior-in-line-chart/m-p/1189539#M384489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, take a look at the very simple example I'm attaching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a line chart representing the sales by month and product. For this example, I just have one product, which has been sold at only three months: 1, 4 and 9. However, I want QlikView to show every month of the year. I easily get that, but what strikes me the most is that the line never goes to zero in the remaining months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since my sales for this example are 100 for January, 60 for April and 80 for September, it seems as if I had sold around 90 in February and 70 in March, and this can lead to misunderstandings. I need the line to go down to zero in the months we haven't sold that product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to get this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 11:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-behavior-in-line-chart/m-p/1189539#M384489</guid>
      <dc:creator>ramonarcusa36</dc:creator>
      <dc:date>2016-09-21T11:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-behavior-in-line-chart/m-p/1189540#M384490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try adding this to your script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right join(Sales)&lt;/P&gt;&lt;P&gt;LOAD 'P1' as Product, Month Resident Calendar;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 11:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-behavior-in-line-chart/m-p/1189540#M384490</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-09-21T11:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-behavior-in-line-chart/m-p/1189541#M384491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you also could add a fixing line.&lt;/P&gt;&lt;P&gt;just add this expression:&lt;/P&gt;&lt;P&gt;=avg({1}Sales/Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 11:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-behavior-in-line-chart/m-p/1189541#M384491</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-09-21T11:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-behavior-in-line-chart/m-p/1189542#M384492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Easiest way will be to add the months for product P and put them on '0'.&lt;/P&gt;&lt;P&gt;Or switch to using a bar-chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 13:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-behavior-in-line-chart/m-p/1189542#M384492</guid>
      <dc:creator>puttemans</dc:creator>
      <dc:date>2016-09-21T13:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-behavior-in-line-chart/m-p/1189543#M384493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found it,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under chart properties, select Dimensions&lt;/P&gt;&lt;P&gt;Then select Product, and mark 'Suppress when value is Null&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;Johan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 13:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-behavior-in-line-chart/m-p/1189543#M384493</guid>
      <dc:creator>puttemans</dc:creator>
      <dc:date>2016-09-21T13:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Strange behavior in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-behavior-in-line-chart/m-p/1189544#M384494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Frank, your answer gave me a fantastic clue. It's enough to add an expression with this content: Null()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like this is telling QlikView that it has an actual value for each month, even if it's a null value sometimes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, I just added a Null() expression, set it to invisible, and that's all there is to it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all for your quick and valuable responses!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 14:33:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-behavior-in-line-chart/m-p/1189544#M384494</guid>
      <dc:creator>ramonarcusa36</dc:creator>
      <dc:date>2016-09-21T14:33:56Z</dc:date>
    </item>
  </channel>
</rss>

