<?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: Re: Spider Chart - Custom Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Spider-Chart-Custom-Values/m-p/563577#M210322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, this was the right expression to solve my problem.&lt;/P&gt;&lt;P&gt;Now I have another question - it is possible to represent those calculated KPIs values in the chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've added a sample file below - the black line represents the KPI values and the red line&lt;/P&gt;&lt;P&gt;represents the benchmark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Feb 2014 06:30:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-11T06:30:53Z</dc:date>
    <item>
      <title>Spider Chart - Custom Values</title>
      <link>https://community.qlik.com/t5/QlikView/Spider-Chart-Custom-Values/m-p/563574#M210319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one question with the spider (radar) chart. I want to use the spider chart to represent 6 different values.&lt;/P&gt;&lt;P&gt;Those values will represent KPIs and are definied in "Dimensions" tab with the following statement:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ValueList&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('KPI','KPI2','KPI3','KPI4','KPI5','KPI6') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to add custom values in the "Expression" tab. How can I do this?&lt;/P&gt;&lt;P&gt;It should be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ValueList&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(formula KPI1 e.g. sum(Revenues)/Amount of Orders,'KPI2','KPI3','KPI4','KPI5','KPI6') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Any Ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 13:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spider-Chart-Custom-Values/m-p/563574#M210319</guid>
      <dc:creator />
      <dc:date>2014-02-10T13:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Spider Chart - Custom Values</title>
      <link>https://community.qlik.com/t5/QlikView/Spider-Chart-Custom-Values/m-p/563575#M210320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you would need the match function to match the valuelist to an actual field value in the dimensions expression. if you do that, expressions should work without anything special needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 13:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spider-Chart-Custom-Values/m-p/563575#M210320</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-02-10T13:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Spider Chart - Custom Values</title>
      <link>https://community.qlik.com/t5/QlikView/Spider-Chart-Custom-Values/m-p/563576#M210321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand your question, your expression should be&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;&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: #0000ff;"&gt;if(ValueList&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;('KPI','KPI2','KPI3','KPI4','KPI5','KPI6') = 'KP1',&amp;nbsp; sum(Amount),&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;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;if(ValueList&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;('KPI','KPI2','KPI3','KPI4','KPI5','KPI6') = 'KP2',&amp;nbsp; sum(....),&lt;/SPAN&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: #0000ff;"&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: #0000ff;"&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: #0000ff;"&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: #0000ff;"&gt;if(ValueList&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;('KPI','KPI2','KPI3','KPI4','KPI5','KPI6') = 'KP6',&amp;nbsp; sum(....)&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 14:24:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spider-Chart-Custom-Values/m-p/563576#M210321</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-02-10T14:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Spider Chart - Custom Values</title>
      <link>https://community.qlik.com/t5/QlikView/Spider-Chart-Custom-Values/m-p/563577#M210322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, this was the right expression to solve my problem.&lt;/P&gt;&lt;P&gt;Now I have another question - it is possible to represent those calculated KPIs values in the chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've added a sample file below - the black line represents the KPI values and the red line&lt;/P&gt;&lt;P&gt;represents the benchmark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 06:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spider-Chart-Custom-Values/m-p/563577#M210322</guid>
      <dc:creator />
      <dc:date>2014-02-11T06:30:53Z</dc:date>
    </item>
  </channel>
</rss>

