<?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 conditional dimension in Radar Chart? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-conditional-dimension-in-Radar-Chart/m-p/1256577#M863773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dennis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is better to filter the vars on Expressions with Set Analysis:&lt;/P&gt;&lt;P&gt;COUNT({&amp;lt;Values = {'A','B','C'}&amp;gt;} DISTINCT ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jan 2017 08:40:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-02T08:40:07Z</dc:date>
    <item>
      <title>How to conditional dimension in Radar Chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditional-dimension-in-Radar-Chart/m-p/1256575#M863771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The variable 'Values' is used as dimension, which has five values: A, B, C, D, E. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like the chart to use A, B, C as dimensions. I enable 'conditional dimension' in the dialogue box and input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;match(values, 'A', 'B', 'C')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the chart still shows all the dimension values. Any ideas on the solution? Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditional-dimension-in-Radar-Chart/m-p/1256575#M863771</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditional dimension in Radar Chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditional-dimension-in-Radar-Chart/m-p/1256576#M863772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The conditional dimension is for showing or hiding the entire dimension itself. It's not an expression to show or hide some dimension values. What you want is to use a calculated dimension. There you can use an expression like: =if(match(Values, 'A','B','C'), Values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Is the name of the field 'values' or 'Values'? Field and variable names are case sensitive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 07:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditional-dimension-in-Radar-Chart/m-p/1256576#M863772</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2017-01-02T07:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditional dimension in Radar Chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditional-dimension-in-Radar-Chart/m-p/1256577#M863773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dennis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is better to filter the vars on Expressions with Set Analysis:&lt;/P&gt;&lt;P&gt;COUNT({&amp;lt;Values = {'A','B','C'}&amp;gt;} DISTINCT ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 08:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditional-dimension-in-Radar-Chart/m-p/1256577#M863773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-02T08:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditional dimension in Radar Chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditional-dimension-in-Radar-Chart/m-p/1256578#M863774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply. The calculated dimension gives an additional dimension beyond A B C. I am not sure why this happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manuel's solution works perfect! All I need is to replace count as sum. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Values = {'A','B','C'}&amp;gt;} Score)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 20:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditional-dimension-in-Radar-Chart/m-p/1256578#M863774</guid>
      <dc:creator />
      <dc:date>2017-01-02T20:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditional dimension in Radar Chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditional-dimension-in-Radar-Chart/m-p/1256579#M863775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Manuel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works out perfect. All I need is to replace count as sum. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Values = {'A','B','C'}&amp;gt;} Score)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 20:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditional-dimension-in-Radar-Chart/m-p/1256579#M863775</guid>
      <dc:creator />
      <dc:date>2017-01-02T20:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditional dimension in Radar Chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditional-dimension-in-Radar-Chart/m-p/1256580#M863776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dennis, I am glad that the solution is what you need.&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 06:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditional-dimension-in-Radar-Chart/m-p/1256580#M863776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-03T06:58:11Z</dc:date>
    </item>
  </channel>
</rss>

