<?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: Legends values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Legends-values/m-p/1443630#M432883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select the chart, hold down CTRL+SHIFT, and drag the legend where you want it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Nov 2017 11:25:45 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2017-11-09T11:25:45Z</dc:date>
    <item>
      <title>Legends values</title>
      <link>https://community.qlik.com/t5/QlikView/Legends-values/m-p/1443629#M432882</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 am trying to get legend values in the correct place. I don't have any dimension they are all expressions. &lt;/P&gt;&lt;P&gt;Is this possible though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.G&lt;BR /&gt;I currently have the below&lt;BR /&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/182690_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;My result is below&lt;BR /&gt;&lt;IMG alt="Untitled.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/182691_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 11:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Legends-values/m-p/1443629#M432882</guid>
      <dc:creator>sibusiso90</dc:creator>
      <dc:date>2017-11-09T11:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Legends values</title>
      <link>https://community.qlik.com/t5/QlikView/Legends-values/m-p/1443630#M432883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select the chart, hold down CTRL+SHIFT, and drag the legend where you want it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 11:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Legends-values/m-p/1443630#M432883</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2017-11-09T11:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Legends values</title>
      <link>https://community.qlik.com/t5/QlikView/Legends-values/m-p/1443631#M432884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't want to move the legends I want them to appear as they would if I had a dimension &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 11:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Legends-values/m-p/1443631#M432884</guid>
      <dc:creator>sibusiso90</dc:creator>
      <dc:date>2017-11-09T11:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Legends values</title>
      <link>https://community.qlik.com/t5/QlikView/Legends-values/m-p/1443632#M432885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sibusiso,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the following,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as for the dimension, use the following code:&lt;/P&gt;&lt;P&gt;=Valuelist('Sale','AVG','MAX')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for expression do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=pick&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; match&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Valuelist('Sale','AVG','MAX'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Sale','AVG','MAX'&lt;/P&gt;&lt;P&gt;),&lt;/P&gt;&lt;P&gt;//Expression for sale&lt;/P&gt;&lt;P&gt;sum(Sales),&lt;/P&gt;&lt;P&gt;//Expression for AVG&lt;/P&gt;&lt;P&gt;avg(Sales),&lt;/P&gt;&lt;P&gt;// Expression for max&lt;/P&gt;&lt;P&gt;max(Sales)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an example, i've loaded this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Sales&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;7&lt;/P&gt;&lt;P&gt;8&lt;/P&gt;&lt;P&gt;9&lt;/P&gt;&lt;P&gt;10&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;And got the following with the &lt;SPAN style="font-size: 13.3333px;"&gt;mentioned &lt;/SPAN&gt;expression and dimension:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="182692" alt="Sample.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/182692_Sample.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached the file I used&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 11:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Legends-values/m-p/1443632#M432885</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-11-09T11:37:50Z</dc:date>
    </item>
  </channel>
</rss>

