<?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 change the Legend presentation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-change-the-Legend-presentation/m-p/1015254#M945861</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Settu's response is very good but I suggest you try a small variation of it as well as Settu's suggestion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Dual(&lt;/P&gt;&lt;P&gt;LegendField&lt;/P&gt;&lt;P&gt;&amp;amp; &lt;/P&gt;&lt;P&gt;Repeat(chr(13)&amp;amp;chr(10), rank(Count(Measure))-4)&lt;/P&gt;&lt;P&gt;,Count(Measure))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This technique is one I learnt from Stephen Redmond's useful book &lt;EM&gt;Qlikview for Developers Cookbook&lt;/EM&gt;. The repeat function adds carriage returns to your 5th and 6th label and this staggering should make them easier to read.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jan 2016 13:55:02 GMT</pubDate>
    <dc:creator>effinty2112</dc:creator>
    <dc:date>2016-01-04T13:55:02Z</dc:date>
    <item>
      <title>How to change the Legend presentation</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-Legend-presentation/m-p/1015251#M945858</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;Anybody could help how to present the legend like Qlik Sense in Qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Qlik Sense&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110453_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Qlikview&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/110454_pastedImage_3.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 05:44:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-Legend-presentation/m-p/1015251#M945858</guid>
      <dc:creator />
      <dc:date>2016-01-04T05:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the Legend presentation</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-Legend-presentation/m-p/1015252#M945859</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;you can present the legend in Qlikview like in Qliksense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add one more expression like what you want to display in legend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Check in value on data points.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110512_Capture.PNG" style="height: 488px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;You can get legend in chart like below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/110516_Capture1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 13:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-Legend-presentation/m-p/1015252#M945859</guid>
      <dc:creator>abirami_palanis</dc:creator>
      <dc:date>2016-01-04T13:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the Legend presentation</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-Legend-presentation/m-p/1015253#M945860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try something like the expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Dual(LegendField,Count(Measure))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the Attachment&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110506_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 13:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-Legend-presentation/m-p/1015253#M945860</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-01-04T13:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the Legend presentation</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-Legend-presentation/m-p/1015254#M945861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Settu's response is very good but I suggest you try a small variation of it as well as Settu's suggestion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Dual(&lt;/P&gt;&lt;P&gt;LegendField&lt;/P&gt;&lt;P&gt;&amp;amp; &lt;/P&gt;&lt;P&gt;Repeat(chr(13)&amp;amp;chr(10), rank(Count(Measure))-4)&lt;/P&gt;&lt;P&gt;,Count(Measure))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This technique is one I learnt from Stephen Redmond's useful book &lt;EM&gt;Qlikview for Developers Cookbook&lt;/EM&gt;. The repeat function adds carriage returns to your 5th and 6th label and this staggering should make them easier to read.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 13:55:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-Legend-presentation/m-p/1015254#M945861</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2016-01-04T13:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the Legend presentation</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-Legend-presentation/m-p/1015255#M945862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to Abirami Palanisamy / settu_periasamy / Andrew Walker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All your methods work. I can't see any difference between these 3 methods. To me, a rookie of qlikview, Abirami and settu's method is easier to use and understand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 01:44:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-Legend-presentation/m-p/1015255#M945862</guid>
      <dc:creator />
      <dc:date>2016-01-05T01:44:38Z</dc:date>
    </item>
  </channel>
</rss>

