<?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: Chart Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227579#M391596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Column(1) &amp;gt; 0, Null(), O&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;nly({1}$(=vPredictiveM)*timeOUT)+$(=vPredictiveB)&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you be able to share a sample if this still doesn't work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Mar 2017 15:40:38 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-03-03T15:40:38Z</dc:date>
    <item>
      <title>Chart Help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227574#M391591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a chart (posted below) that measures timeOUT as the Dimension and =CurrentTotal as the expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="chart.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/155188_chart.PNG" style="height: 387px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to be able to do is only show the red line (which is predictive) when the blue line (which is actual sales) ends, or after the max timeOUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me how this would be able to be done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 15:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227574#M391591</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-03T15:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227575#M391592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the red line built using an expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 15:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227575#M391592</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-03T15:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227576#M391593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the expression is using two variables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vPredictiveM =LINEST_M(CurrentTotal, timeOUT)&lt;/P&gt;&lt;P&gt;vPredictiveB =Max(CurrentTotal)-(Linest_M(CurrentTotal, timeOUT)*Max(timeOUT))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the line expression is: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only({1}$(=vPredictiveM)*timeOUT)+$(=vPredictiveB)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 15:27:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227576#M391593</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-03T15:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227577#M391594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you need to do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Column(1) = 0, O&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;nly({1}$(=vPredictiveM)*timeOUT)+$(=vPredictiveB)&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I am assuming that Blue line is your 1st expression and Red line is your second expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 15:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227577#M391594</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-03T15:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227578#M391595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the blue line is my first line and the red line isnt 2nd, however when I do the above recommendation the red line disappears.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 15:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227578#M391595</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-03T15:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227579#M391596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Column(1) &amp;gt; 0, Null(), O&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;nly({1}$(=vPredictiveM)*timeOUT)+$(=vPredictiveB)&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you be able to share a sample if this still doesn't work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 15:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227579#M391596</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-03T15:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227580#M391597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately i can't share a sample, however is there just a way to do this in the line shading? Like the background color or line style?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 15:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227580#M391597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-03T15:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227581#M391598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess it will run into similar issues... but I would try something like this in background color for the red line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Column(1) = 0, White(), LightRed())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now this will again run into the same issues where it is unable to detect Column(1) value. Can you convert your chart into a straight table and share a screenshot?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 15:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227581#M391598</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-03T15:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227582#M391599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="chart.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/155191_chart.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 15:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227582#M391599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-03T15:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227583#M391600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim([Current Game])) = 0, &lt;/STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;O&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;nly&lt;/STRONG&gt;({1}$(=vPredictiveM)*timeOUT)+$(=vPredictiveB)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or for background color expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;If(Len(Trim([Current Game])) = 0, &lt;/STRONG&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LightRed(), White()&lt;/STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 16:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227583#M391600</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-03T16:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227584#M391601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The background works, except there are blanks in the current game (shown above) so it shows a dashed line in the middle of the chart.&amp;nbsp; Is there a way to use Max(timeOUt) so that it only shows when above the max?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 16:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227584#M391601</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-03T16:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227585#M391602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will be rather difficult to suggest without looking at this... See if this links help you share a sample&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16454"&gt;Uploading a Sample&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 16:10:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/1227585#M391602</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-03T16:10:28Z</dc:date>
    </item>
  </channel>
</rss>

