<?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: Can I add label to lines inside chart? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-I-add-label-to-lines-inside-chart/m-p/424429#M1155261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Mar 2013 09:18:20 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-03-09T09:18:20Z</dc:date>
    <item>
      <title>Can I add label to lines inside chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-add-label-to-lines-inside-chart/m-p/424428#M1155260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I would like to add labels to three lines in my chart. I wanted the label to be in the same distance above corresponding line. for examplem UCL is above the first red line on the left.&amp;nbsp; Is that possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I hope I can&amp;nbsp; add sample size to the label of x axis to make the label like 201102(33), 201103(78). I cannot think any idea to make this happen. Can it be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Longmatch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 19:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-add-label-to-lines-inside-chart/m-p/424428#M1155260</guid>
      <dc:creator />
      <dc:date>2013-03-08T19:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can I add label to lines inside chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-add-label-to-lines-inside-chart/m-p/424429#M1155261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Mar 2013 09:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-add-label-to-lines-inside-chart/m-p/424429#M1155261</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-09T09:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can I add label to lines inside chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-add-label-to-lines-inside-chart/m-p/424430#M1155262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought it is not possible and acutally it is. Thanks. Could you give me more explanations about how you got this impossible thing done. It looks like that it need a new expression and dual function. What is the logic? Sorry about the ignorance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Mar 2013 19:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-add-label-to-lines-inside-chart/m-p/424430#M1155262</guid>
      <dc:creator />
      <dc:date>2013-03-09T19:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can I add label to lines inside chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-add-label-to-lines-inside-chart/m-p/424431#M1155263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We want a label to be displayed on the left of the chart. We make sure of this with &lt;EM&gt;if(Month='Jan', ...) &lt;/EM&gt;so that only for the first value on the x-axis dimension a value is displayed. And we want the label displayed above (or below) the relevant line. So we calculate a value using the expression of the line + a number: &lt;EM&gt;10000+sum({&amp;lt;Year={2008}&amp;gt;}Sales). &lt;/EM&gt;Using the column name of the line works too:&lt;EM&gt; &lt;EM&gt;10000+[2008]. &lt;/EM&gt;&lt;/EM&gt;We enable the option &lt;EM&gt;Values on Data Points&lt;/EM&gt; for the label expression. But this will display the value of &lt;EM&gt;10000+[2008]&lt;/EM&gt; instead of a label. That's where the dual function comes in. It creates a dual value with a text representation and a number representation. The result is that instead of the numeric value the text 'Label2008' is displayed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Mar 2013 09:40:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-add-label-to-lines-inside-chart/m-p/424431#M1155263</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-10T09:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can I add label to lines inside chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-add-label-to-lines-inside-chart/m-p/424432#M1155264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way to remove or hide the symbol under the text added? There is a colorful shape under the text which I really do not want it to show. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 15:18:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-add-label-to-lines-inside-chart/m-p/424432#M1155264</guid>
      <dc:creator />
      <dc:date>2013-03-13T15:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can I add label to lines inside chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-add-label-to-lines-inside-chart/m-p/424433#M1155265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, forgot to mention that. Click on the + in front of the expression, select Background Color and type red(0) in the Definition text box. The 0 means use an alpha value of 0, which makes it 100% transparant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 17:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-add-label-to-lines-inside-chart/m-p/424433#M1155265</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-13T17:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can I add label to lines inside chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-add-label-to-lines-inside-chart/m-p/424434#M1155266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works perfectly. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 17:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-add-label-to-lines-inside-chart/m-p/424434#M1155266</guid>
      <dc:creator />
      <dc:date>2013-03-13T17:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can I add label to lines inside chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-add-label-to-lines-inside-chart/m-p/424435#M1155267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and is it possible to display bundle image instead of text Lable 2008. Generally is it possible to display image in line chart like some kind of trigger notation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Milan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 13:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-add-label-to-lines-inside-chart/m-p/424435#M1155267</guid>
      <dc:creator />
      <dc:date>2013-04-09T13:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can I add label to lines inside chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-add-label-to-lines-inside-chart/m-p/424436#M1155268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi G Wassenaar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to circle the points with lowest count in a line graph...I used this expression ...&lt;/P&gt;&lt;P&gt;=if(TOTAL_COUNT=min({$}TOTAL_COUNT),dual('LOW',TOTAL_COUNT)) ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting a continous red line ...Please see the image&lt;IMG alt="LOW.bmp" class="jive-image" src="https://community.qlik.com/legacyfs/online/46378_LOW.bmp" style="width: 620px; height: 206px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 11:26:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-add-label-to-lines-inside-chart/m-p/424436#M1155268</guid>
      <dc:creator />
      <dc:date>2013-09-10T11:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can I add label to lines inside chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-add-label-to-lines-inside-chart/m-p/424437#M1155269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't see the Dual function in the script? Am I missing something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 21:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-add-label-to-lines-inside-chart/m-p/424437#M1155269</guid>
      <dc:creator>chaudharic3333</dc:creator>
      <dc:date>2017-10-26T21:13:44Z</dc:date>
    </item>
  </channel>
</rss>

