<?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: conditionally hide/show line on chart based on x-value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/conditionally-hide-show-line-on-chart-based-on-x-value/m-p/1124811#M462868</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just created two separate expressions that are the exact same - one for the line, and one for the symbols and this worked!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Aug 2016 14:59:45 GMT</pubDate>
    <dc:creator>kmstephenson</dc:creator>
    <dc:date>2016-08-17T14:59:45Z</dc:date>
    <item>
      <title>conditionally hide/show line on chart based on x-value</title>
      <link>https://community.qlik.com/t5/QlikView/conditionally-hide-show-line-on-chart-based-on-x-value/m-p/1124808#M462865</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 would like to only show the line on a combo chart for x-values -12 to -1, and subsequently from 1 to 12. I do not want a line from -1 to 1. How can I do this? The chart is technically not continuous because I have no 0 values, but I am setting the x-axis to continuous to show 0 on the chart. See below - no data point at 0, and do not want the line drawn from -1 to 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently have the line style set: &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;month_num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;lt;-1,'&amp;lt;S2&amp;gt;&amp;lt;W0&amp;gt;',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;month_num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;=1,'&amp;lt;S2&amp;gt;&amp;lt;W0&amp;gt;')) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is there any style for no line?&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134768_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 14:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditionally-hide-show-line-on-chart-based-on-x-value/m-p/1124808#M462865</guid>
      <dc:creator>kmstephenson</dc:creator>
      <dc:date>2016-08-17T14:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: conditionally hide/show line on chart based on x-value</title>
      <link>https://community.qlik.com/t5/QlikView/conditionally-hide-show-line-on-chart-based-on-x-value/m-p/1124809#M462866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use the expression in the background and change it to white()&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;month_num &amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-1, White(),&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;month_num &amp;lt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1, White() ))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try this/. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 14:48:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditionally-hide-show-line-on-chart-based-on-x-value/m-p/1124809#M462866</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-17T14:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: conditionally hide/show line on chart based on x-value</title>
      <link>https://community.qlik.com/t5/QlikView/conditionally-hide-show-line-on-chart-based-on-x-value/m-p/1124810#M462867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is it looks like the line appears to be drawn with the data point prior --- so I need to set month_num=-1 to WHITE for the line to disappear, but that also makes the data point at -1 disappear....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134769_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 14:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditionally-hide-show-line-on-chart-based-on-x-value/m-p/1124810#M462867</guid>
      <dc:creator>kmstephenson</dc:creator>
      <dc:date>2016-08-17T14:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: conditionally hide/show line on chart based on x-value</title>
      <link>https://community.qlik.com/t5/QlikView/conditionally-hide-show-line-on-chart-based-on-x-value/m-p/1124811#M462868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just created two separate expressions that are the exact same - one for the line, and one for the symbols and this worked!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 14:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditionally-hide-show-line-on-chart-based-on-x-value/m-p/1124811#M462868</guid>
      <dc:creator>kmstephenson</dc:creator>
      <dc:date>2016-08-17T14:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: conditionally hide/show line on chart based on x-value</title>
      <link>https://community.qlik.com/t5/QlikView/conditionally-hide-show-line-on-chart-based-on-x-value/m-p/1124812#M462869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it worked. I just gave the expression for you to try how it looks as I do not have the sample app to tweak around. &lt;/P&gt;&lt;P&gt;Good work. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 15:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditionally-hide-show-line-on-chart-based-on-x-value/m-p/1124812#M462869</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-17T15:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: conditionally hide/show line on chart based on x-value</title>
      <link>https://community.qlik.com/t5/QlikView/conditionally-hide-show-line-on-chart-based-on-x-value/m-p/1124813#M462870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! I had been playing around with the background color and line styles but had used the same expression for both the symbol and line - your response helped me realize I needed to copy the expression and have one for the line and one for the symbol! Thanks again!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 15:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditionally-hide-show-line-on-chart-based-on-x-value/m-p/1124813#M462870</guid>
      <dc:creator>kmstephenson</dc:creator>
      <dc:date>2016-08-17T15:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: conditionally hide/show line on chart based on x-value</title>
      <link>https://community.qlik.com/t5/QlikView/conditionally-hide-show-line-on-chart-based-on-x-value/m-p/1124814#M462871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please mark the answers with helpful/correct so that other members will benefit. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 15:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditionally-hide-show-line-on-chart-based-on-x-value/m-p/1124814#M462871</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-17T15:15:26Z</dc:date>
    </item>
  </channel>
</rss>

