<?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 Compass in radar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Compass-in-radar-chart/m-p/305707#M588339</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;one way of doing it could be as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;building a Master Wind Direction table to which you connect your wind variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create it in your script by doing something like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;masterWindDirectiontmp:&lt;/P&gt;&lt;P&gt;load distinct WindDirection&amp;nbsp; // thislinks to your table with production and wind dircetion&lt;/P&gt;&lt;P&gt;resident PreviouslyLoadedProductionData;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;masterWindDirection:&lt;/P&gt;&lt;P&gt;load WindDirection,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; put your class function here&amp;nbsp; as WindDirectionGroup // this creates your 12 groups you want on the radar chart&lt;/P&gt;&lt;P&gt;resident masterWindDirectiontmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table &lt;/P&gt;masterWindDirectiontmp;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you attach to the previos table a 12 row table which gives you the sorting you are looking for&lt;/P&gt;&lt;P&gt;This table would have its 12 rows as you achieved with using your class function, make sure the WindDirectionGroup has the sames names and they will link up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;masterWindDirectionSortOrder:&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;WindDirectionGroup, WindDirectionGroupSortOrder&lt;/P&gt;&lt;P&gt;330 t 360, 1&lt;/P&gt;&lt;P&gt;0 to 30, 2&lt;/P&gt;&lt;P&gt;etc &lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in your radar chart use the WindDirectionGroup field as dimension, sum the production from your initial table, on the sort tab select "Expression" and then select the&amp;nbsp; WindDirectionGroupSortOrder in th expression box, on the presentation tab make sure "Supress ZERo-values" and " suppress missing" are not ticked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 May 2011 13:38:35 GMT</pubDate>
    <dc:creator>pat_agen</dc:creator>
    <dc:date>2011-05-17T13:38:35Z</dc:date>
    <item>
      <title>Compass in radar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Compass-in-radar-chart/m-p/305706#M588338</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 would like to make a radar chart in which I would to display the electricity production of wind turbine per wind direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe the radar chart is the best option for that: I'll apply the class function to my wind direction variable, and plot my production against this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two issues though (see images below:&lt;/P&gt;&lt;P&gt;- Image 1: the data point for 0-30 degree range is on top, whereas I would like it to where the 30-60 degree point is now.&lt;/P&gt;&lt;P&gt;- Image 2: if I filter on one given day in the year, the wind does not do a full 360 tour during that day, so I see only those point where the wind has actually come from that day. Apparently, setting the dimension axis scale does not solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts on how to resolve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Image 1&lt;/P&gt;&lt;P&gt;&lt;IMG alt="compass1.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/4406_compass1.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Image 2&lt;/P&gt;&lt;P&gt;&lt;IMG alt="compass2.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/4407_compass2.JPG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 13:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compass-in-radar-chart/m-p/305706#M588338</guid>
      <dc:creator />
      <dc:date>2011-05-17T13:11:21Z</dc:date>
    </item>
    <item>
      <title>Compass in radar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Compass-in-radar-chart/m-p/305707#M588339</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;one way of doing it could be as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;building a Master Wind Direction table to which you connect your wind variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create it in your script by doing something like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;masterWindDirectiontmp:&lt;/P&gt;&lt;P&gt;load distinct WindDirection&amp;nbsp; // thislinks to your table with production and wind dircetion&lt;/P&gt;&lt;P&gt;resident PreviouslyLoadedProductionData;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;masterWindDirection:&lt;/P&gt;&lt;P&gt;load WindDirection,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; put your class function here&amp;nbsp; as WindDirectionGroup // this creates your 12 groups you want on the radar chart&lt;/P&gt;&lt;P&gt;resident masterWindDirectiontmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table &lt;/P&gt;masterWindDirectiontmp;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you attach to the previos table a 12 row table which gives you the sorting you are looking for&lt;/P&gt;&lt;P&gt;This table would have its 12 rows as you achieved with using your class function, make sure the WindDirectionGroup has the sames names and they will link up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;masterWindDirectionSortOrder:&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;WindDirectionGroup, WindDirectionGroupSortOrder&lt;/P&gt;&lt;P&gt;330 t 360, 1&lt;/P&gt;&lt;P&gt;0 to 30, 2&lt;/P&gt;&lt;P&gt;etc &lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in your radar chart use the WindDirectionGroup field as dimension, sum the production from your initial table, on the sort tab select "Expression" and then select the&amp;nbsp; WindDirectionGroupSortOrder in th expression box, on the presentation tab make sure "Supress ZERo-values" and " suppress missing" are not ticked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 13:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compass-in-radar-chart/m-p/305707#M588339</guid>
      <dc:creator>pat_agen</dc:creator>
      <dc:date>2011-05-17T13:38:35Z</dc:date>
    </item>
    <item>
      <title>Compass in radar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Compass-in-radar-chart/m-p/305708#M588340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know your requirement is to produce a radar chart but I think the intention behind the chart is to compare production at the different points on the compas. I agree that it is logical to display it as a radar but I can't help but feel that a bar chart would be better to compare the quantity at each direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Realizing what effect you are trying to achieve I have to wonder what would happen to your radar chart if the user were to filter out directions greater than 180, the radar chart would still display a circle but you'd have only half a circle worth of compass points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just some things to think about from a vizualization perspective.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 13:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compass-in-radar-chart/m-p/305708#M588340</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2011-05-17T13:56:57Z</dc:date>
    </item>
  </channel>
</rss>

