<?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: How to show legend/data label directly in chart area? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-legend-data-label-directly-in-chart-area/m-p/1127134#M522446</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;maybe helpful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_205663_Pic2.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/125466_QlikCommunity_Thread_205663_Pic2.JPG" style="height: 487px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/979176"&gt;Re: Trellis chart: How to generate variable y-axes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Marco&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 May 2016 19:45:39 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2016-05-23T19:45:39Z</dc:date>
    <item>
      <title>How to show legend/data label directly in chart area?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-legend-data-label-directly-in-chart-area/m-p/1127129#M522441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I want to show Data Label in the chart like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Gold at 1970 prices.gif" class="jive-image image-1" src="/legacyfs/online/125444_Gold at 1970 prices.gif" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tried the trick with second expression as value data point but didn't work correctly. If that second expression is enabled, the chart won't show correctly in categories.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/125445_Untitled.png" style="height: 658px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 15:44:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-legend-data-label-directly-in-chart-area/m-p/1127129#M522441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-23T15:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to show legend/data label directly in chart area?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-legend-data-label-directly-in-chart-area/m-p/1127130#M522442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can either add the Text to the chart using the Presentation Tab or use DUAL if you have very dynamic information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 15:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-legend-data-label-directly-in-chart-area/m-p/1127130#M522442</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2016-05-23T15:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to show legend/data label directly in chart area?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-legend-data-label-directly-in-chart-area/m-p/1127131#M522443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;Hi&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;try this&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;Add a new line chart. Add two dimensions, &lt;STRONG style="font-size: 9.5pt; font-family: 'Courier New';"&gt;Date&lt;/STRONG&gt; and &lt;STRONG style="font-size: 9.5pt; font-family: 'Courier New';"&gt;Country&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Add the following expression:&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: .85pt; margin-left: 36.5pt;"&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;Dual(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: .85pt; margin-left: 36.5pt;"&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp; If(Date=Max(total Date), Country, ''),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: .85pt; margin-left: 36.5pt;"&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp; Sum(Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: 52.0pt; margin-left: 36.5pt;"&gt;}&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;On the &lt;SPAN style="font-family: 'Franklin Gothic','serif';"&gt;Expressions&lt;/SPAN&gt; tab, ensure that the &lt;SPAN style="font-family: 'Franklin Gothic','serif';"&gt;Values on Data Points&lt;/SPAN&gt; option is checked.&lt;/LI&gt;&lt;LI&gt;Click on &lt;SPAN style="font-family: 'Franklin Gothic','serif';"&gt;Next&lt;/SPAN&gt; until you get to the &lt;SPAN style="font-family: 'Franklin Gothic','serif';"&gt;Presentation&lt;/SPAN&gt; tab. Deselect the &lt;SPAN style="font-family: 'Franklin Gothic','serif';"&gt;Show&amp;nbsp; Legend&lt;/SPAN&gt; option&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 15:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-legend-data-label-directly-in-chart-area/m-p/1127131#M522443</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-23T15:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to show legend/data label directly in chart area?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-legend-data-label-directly-in-chart-area/m-p/1127132#M522444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dual seems promising. Looked around in the forum but I need help to explain the logic of the Dual statement.&lt;/P&gt;&lt;P&gt;Can you provide example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've checked this: &lt;A href="https://community.qlik.com/message/992392"&gt;Dual Function in a line graph&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 16:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-legend-data-label-directly-in-chart-area/m-p/1127132#M522444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-23T16:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to show legend/data label directly in chart area?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-legend-data-label-directly-in-chart-area/m-p/1127133#M522445</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;In my example:&lt;/P&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: .85pt; margin-left: 36.5pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New';"&gt;Dual(&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff6600;"&gt;If(Date=Max(total Date)&lt;/SPAN&gt;, Country, '')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New';"&gt;,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New';"&gt;Sum(Sales)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New';"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.5pt; font-family: 'Courier New';"&gt;Dual&lt;/SPAN&gt;&lt;/STRONG&gt; function will only return a text value when the date matches the maximum date. Otherwise, it is blank. So, when we enable the &lt;SPAN lang="EN-US" style="font-family: 'Franklin Gothic','serif';"&gt;Values on Data Points&lt;/SPAN&gt; option, it only displays&amp;nbsp; a value for the last data point.&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax_heading" data-mc-autonum="Syntax: " style="font-size: 14px; margin: 10px 0; font-weight: bold; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;SPAN class="autonumber"&gt;Syntax: &lt;/SPAN&gt; &lt;/P&gt;&lt;P class="syntax" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; margin: 10px 0; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f; background-color: #f4f4f4;"&gt;&lt;SPAN class="statement" style="font-weight: bold;"&gt;Dual(&lt;/SPAN&gt;text, number&lt;SPAN class="statement" style="font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14.44px;"&gt;The dual() function allows us to specify the individual text and number parts to be combined into a single dual value:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14.44px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14.44px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14.44px;"&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/FormattingFunctions/Dual.htm" title="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/FormattingFunctions/Dual.htm"&gt;https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/FormattingFunctions/Dual.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14.44px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14.44px;"&gt;&lt;A href="http://www.qliktips.com/2009/08/using-dual.html" title="http://www.qliktips.com/2009/08/using-dual.html"&gt;Qlik Tips: Using Dual&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14.44px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14.44px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14.44px;"&gt;&lt;A href="https://community.qlikview.com/thread/128821" title="https://community.qlikview.com/thread/128821"&gt;dual function() | Qlik Community&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 18:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-legend-data-label-directly-in-chart-area/m-p/1127133#M522445</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-23T18:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to show legend/data label directly in chart area?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-legend-data-label-directly-in-chart-area/m-p/1127134#M522446</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;maybe helpful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_205663_Pic2.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/125466_QlikCommunity_Thread_205663_Pic2.JPG" style="height: 487px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/979176"&gt;Re: Trellis chart: How to generate variable y-axes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Marco&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 19:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-legend-data-label-directly-in-chart-area/m-p/1127134#M522446</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-05-23T19:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to show legend/data label directly in chart area?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-legend-data-label-directly-in-chart-area/m-p/1127135#M522447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your explanation really helps. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately it only works on something that has maximum value, the original content of period is something like Q1, Q2, etc so I had to work around slightly to get what I want. May be I can enhance the script a bit later, it's not very urgent now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lastly the overlying text, I recall reading somewhere in the community that we can't do anything about it, can we?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/125889_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 10:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-legend-data-label-directly-in-chart-area/m-p/1127135#M522447</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-26T10:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to show legend/data label directly in chart area?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-legend-data-label-directly-in-chart-area/m-p/1127136#M522448</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;&lt;/P&gt;&lt;P&gt;If you expand(drag) your graph , this overlaying of text will be minimized .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems you need&amp;nbsp;&amp;nbsp; 'country name' on maximum sales ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would you please post your examplet data or qvw file .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so that , I can help you ..&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;Allu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 11:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-legend-data-label-directly-in-chart-area/m-p/1127136#M522448</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-26T11:56:17Z</dc:date>
    </item>
  </channel>
</rss>

