<?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: Radar chart dimension location in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615509#M1103709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can modify the sort order of the Dimension on the Sort tab of the chart properties; to accomplish what you want to do it would require an if statement on the expression input box to sort the values according to some "logic".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However the if statement can be quite a resource consuming calculation so I would order the chart on the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say that the Dimension that you are using is called: MyDimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the beginning of the script, you can create an inline table like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DimOrder:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MyDimension&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Navigation&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Motivation&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interactivity&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Content&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And at the end of the script, you can drop that table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Drop Table DimOrder;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All that is needed now is uncheck everything on the sort tab of the chart and &lt;STRONG&gt;check the Load Order&lt;/STRONG&gt; option. It will order the chart on the same order that the information was loaded (on the first axis Navigation, after that Motivation, after that Interactivity and finally Content).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easy to do, very light on resources and easy to maintain &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Mar 2014 18:32:43 GMT</pubDate>
    <dc:creator>Luis_Cortizo</dc:creator>
    <dc:date>2014-03-24T18:32:43Z</dc:date>
    <item>
      <title>Radar chart dimension location</title>
      <link>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615507#M1103707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I have a radar chart with labels. Is it possible to change orientation of labels? Please see below image.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/55690_Capture.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Navigation and Interactivity should be vertically.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 17:57:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615507#M1103707</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-24T17:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Radar chart dimension location</title>
      <link>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615508#M1103708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't your data but it should work the same way&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RESULT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-03-21 23_37_14-QlikView x64 - [C__Users_mgrossi_Desktop_Z.qvw_].png" class="jive-image" src="/legacyfs/online/55699_2014-03-21 23_37_14-QlikView x64 - [C__Users_mgrossi_Desktop_Z.qvw_].png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in sort tab define the order: change Dim1 to your dimension and B C D A to your value (Motivation ,...)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/55706_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 18:31:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615508#M1103708</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-24T18:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Radar chart dimension location</title>
      <link>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615509#M1103709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can modify the sort order of the Dimension on the Sort tab of the chart properties; to accomplish what you want to do it would require an if statement on the expression input box to sort the values according to some "logic".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However the if statement can be quite a resource consuming calculation so I would order the chart on the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say that the Dimension that you are using is called: MyDimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the beginning of the script, you can create an inline table like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DimOrder:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MyDimension&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Navigation&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Motivation&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interactivity&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Content&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And at the end of the script, you can drop that table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Drop Table DimOrder;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All that is needed now is uncheck everything on the sort tab of the chart and &lt;STRONG&gt;check the Load Order&lt;/STRONG&gt; option. It will order the chart on the same order that the information was loaded (on the first axis Navigation, after that Motivation, after that Interactivity and finally Content).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easy to do, very light on resources and easy to maintain &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 18:32:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615509#M1103709</guid>
      <dc:creator>Luis_Cortizo</dc:creator>
      <dc:date>2014-03-24T18:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Radar chart dimension location</title>
      <link>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615510#M1103710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;interesting, but i thought the OP wanted to change the orientation of the labels...i understood as display the label (Navigation, etc.) vertically but not on the veritcal axes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...i don't think you can change the orientation of the labels the way OP described it but if he meant rearrange the order of the dimensions so that two specific ones are shown on vertical axes, the other two replies here are the way to go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 18:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615510#M1103710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-24T18:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Radar chart dimension location</title>
      <link>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615511#M1103711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to change label from horizontal to vertical I think isn'tpossible in radar&lt;/P&gt;&lt;P&gt;workaround: in presentation tab add 2 text in chart and change angle (degrees) to meet your requirement &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 18:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615511#M1103711</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-24T18:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Radar chart dimension location</title>
      <link>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615512#M1103712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can make sort. I'm limited in size, I need for Navigation and Interactivity to change orientation from horizontal to vertical.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 18:39:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615512#M1103712</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-24T18:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Radar chart dimension location</title>
      <link>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615513#M1103713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i would use text boxes like Massimo described to achieve your requirement. of course, it will not work if you have any of the four dimensions selected and order is different!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 18:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615513#M1103713</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-24T18:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Radar chart dimension location</title>
      <link>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615514#M1103714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought to uncheck labels for dimension and add 4 text objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 18:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615514#M1103714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-24T18:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Radar chart dimension location</title>
      <link>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615515#M1103715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I didn't understand the question... I can't think of any way of rearranging the labels the way you want to besides the recommendation from Massimo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 18:42:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615515#M1103715</guid>
      <dc:creator>Luis_Cortizo</dc:creator>
      <dc:date>2014-03-24T18:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Radar chart dimension location</title>
      <link>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615516#M1103716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would the same thing as Massimo and you, but of course then the chart needs to be static (a simple {1} with Set Analysis). Otherwise a selection will modify it and the labels wouldn't make sense. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 18:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615516#M1103716</guid>
      <dc:creator>Luis_Cortizo</dc:creator>
      <dc:date>2014-03-24T18:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Radar chart dimension location</title>
      <link>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615517#M1103717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to make like this. (ignore color background)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/55709_Capture.JPG.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 18:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615517#M1103717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-24T18:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Radar chart dimension location</title>
      <link>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615518#M1103718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose you have to play with flag in dim tab&lt;/P&gt;&lt;P&gt;suppress when value is null (check)&lt;/P&gt;&lt;P&gt;show all values (check)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and flag in presentation tab&lt;/P&gt;&lt;P&gt;suppress zero (uncheck)&lt;/P&gt;&lt;P&gt;suppress missing (check)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so your dims doesn't change with selections&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 19:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615518#M1103718</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-24T19:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Radar chart dimension location</title>
      <link>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615519#M1103719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that is not possible directly. but can be achieved with text boxes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In dimension tab,&lt;/P&gt;&lt;P&gt;1. uncheck display labels&lt;/P&gt;&lt;P&gt;2. create four text boxes, one for each label.&lt;/P&gt;&lt;P&gt;3. place the text boxes at the correct locations.&lt;/P&gt;&lt;P&gt;4. of course, change the orientation of text in the two text boxes you need to 90 degree so text is displayed vertically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all is fine...but when a user selects one or more of the dimensions, your labels will not match the chart anymore. to avoid this, you may have to create a state and put this chart in a separate state or do something else.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 19:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615519#M1103719</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-24T19:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Radar chart dimension location</title>
      <link>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615520#M1103720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="2.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/55707_2.png" style="width: 620px; height: 384px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 19:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615520#M1103720</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-24T19:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Radar chart dimension location</title>
      <link>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615521#M1103721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that is a very clever way of achieving the requirement Massimo...there are so many creative ways things can be done in QV...it continues to amaze me! thanks for the solution. learned something!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 19:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615521#M1103721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-24T19:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Radar chart dimension location</title>
      <link>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615522#M1103722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have questions:&lt;/P&gt;&lt;P&gt;1. replicated the same chart. but when I select any of tag from Dim1, in the chart shows only my selected tag.&lt;/P&gt;&lt;P&gt;(suppress when value is null,show all Value checked)&lt;/P&gt;&lt;P&gt;2. why I can't see actual labels in your chart?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 19:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615522#M1103722</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-24T19:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Radar chart dimension location</title>
      <link>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615523#M1103723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;axis tab&amp;nbsp; --&amp;gt; font --&amp;gt; color --&amp;gt; transparent&lt;/P&gt;&lt;P&gt;dim tab --&amp;gt; show legend shuold be checked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;did you uncheck suppress zero values in presentation tab?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 19:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615523#M1103723</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-24T19:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Radar chart dimension location</title>
      <link>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615524#M1103724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. It's exactly want I needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 19:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615524#M1103724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-24T19:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Radar chart dimension location</title>
      <link>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615525#M1103725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you make &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;axis tab&amp;nbsp; --&amp;gt; font --&amp;gt; color --&amp;gt; transparent&lt;/SPAN&gt;, there is no data value .:(&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 19:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615525#M1103725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-24T19:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Radar chart dimension location</title>
      <link>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615526#M1103726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;some changes but popup is gone&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/55716_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 20:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Radar-chart-dimension-location/m-p/615526#M1103726</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-24T20:37:50Z</dc:date>
    </item>
  </channel>
</rss>

