<?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 with postivie and negative Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Radar-Chart-with-postivie-and-negative-Values/m-p/95699#M510590</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd say normalize your data,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example data I've made here (with negative values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15332083676661206 jive_text_macro" jivemacro_uid="_15332083676661206" modifiedtitle="true"&gt;
&lt;P&gt;data:&lt;/P&gt;
&lt;P&gt;load * Inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;a,b&lt;/P&gt;
&lt;P&gt;1,1&lt;/P&gt;
&lt;P&gt;2,5&lt;/P&gt;
&lt;P&gt;3,3&lt;/P&gt;
&lt;P&gt;4,-1&lt;/P&gt;
&lt;P&gt;5,-4&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15332086746839870 jive_text_macro" jivemacro_uid="_15332086746839870" modifiedtitle="true"&gt;
&lt;P&gt;NoConcatenate&lt;/P&gt;
&lt;P&gt;y:&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;a,&lt;/P&gt;
&lt;P&gt;b,&lt;/P&gt;
&lt;P&gt;NewValueMax,&lt;/P&gt;
&lt;P&gt;Normalized;&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;a,&lt;/P&gt;
&lt;P&gt;b,&lt;/P&gt;
&lt;P&gt;NewValueMax,&lt;/P&gt;
&lt;P&gt;b+NewValueMin as Normalized&lt;/P&gt;
&lt;P&gt;Resident data;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;drop table data;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;left join (y)&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;max(Normalized) as MaxNewValue&lt;/P&gt;
&lt;P&gt;Resident y;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;z:&lt;/P&gt;
&lt;P&gt;Load *,&lt;/P&gt;
&lt;P&gt;Normalized/MaxNewValue as [Range 0-1]&lt;/P&gt;
&lt;P&gt;Resident y;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt;drop table y;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will get the values for your data into the 0-1 range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik Radar:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="x_2.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/209679_x_2.jpg" style="height: 337px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excel:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="y.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/209680_y.jpg" style="height: 416px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Won't be the same result though, since you tampered with the data a bit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Aug 2018 11:21:03 GMT</pubDate>
    <dc:creator>felipedl</dc:creator>
    <dc:date>2018-08-02T11:21:03Z</dc:date>
    <item>
      <title>Radar Chart with postivie and negative Values</title>
      <link>https://community.qlik.com/t5/QlikView/Radar-Chart-with-postivie-and-negative-Values/m-p/95698#M510589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to create a radar chart in Qlikview with positve and negative values (difference in % for some measures).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The chart will not render, due to having positive and negative values in it. The documentation also states that this is not possible. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I cannot think of a reason why it is not possible in Qlik. Obviously it used to work in older versions, and it is even possible in Excel &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So nevertheless i wanted to ask if anybody can think of a "workaround" to display both values in the chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any suggestions&lt;/P&gt;&lt;P&gt;Fabian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 16:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Radar-Chart-with-postivie-and-negative-Values/m-p/95698#M510589</guid>
      <dc:creator>fheidenstecker</dc:creator>
      <dc:date>2018-08-01T16:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Radar Chart with postivie and negative Values</title>
      <link>https://community.qlik.com/t5/QlikView/Radar-Chart-with-postivie-and-negative-Values/m-p/95699#M510590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd say normalize your data,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example data I've made here (with negative values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15332083676661206 jive_text_macro" jivemacro_uid="_15332083676661206" modifiedtitle="true"&gt;
&lt;P&gt;data:&lt;/P&gt;
&lt;P&gt;load * Inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;a,b&lt;/P&gt;
&lt;P&gt;1,1&lt;/P&gt;
&lt;P&gt;2,5&lt;/P&gt;
&lt;P&gt;3,3&lt;/P&gt;
&lt;P&gt;4,-1&lt;/P&gt;
&lt;P&gt;5,-4&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15332086746839870 jive_text_macro" jivemacro_uid="_15332086746839870" modifiedtitle="true"&gt;
&lt;P&gt;NoConcatenate&lt;/P&gt;
&lt;P&gt;y:&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;a,&lt;/P&gt;
&lt;P&gt;b,&lt;/P&gt;
&lt;P&gt;NewValueMax,&lt;/P&gt;
&lt;P&gt;Normalized;&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;a,&lt;/P&gt;
&lt;P&gt;b,&lt;/P&gt;
&lt;P&gt;NewValueMax,&lt;/P&gt;
&lt;P&gt;b+NewValueMin as Normalized&lt;/P&gt;
&lt;P&gt;Resident data;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;drop table data;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;left join (y)&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;max(Normalized) as MaxNewValue&lt;/P&gt;
&lt;P&gt;Resident y;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;z:&lt;/P&gt;
&lt;P&gt;Load *,&lt;/P&gt;
&lt;P&gt;Normalized/MaxNewValue as [Range 0-1]&lt;/P&gt;
&lt;P&gt;Resident y;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt;drop table y;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will get the values for your data into the 0-1 range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik Radar:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="x_2.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/209679_x_2.jpg" style="height: 337px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excel:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="y.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/209680_y.jpg" style="height: 416px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Won't be the same result though, since you tampered with the data a bit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2018 11:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Radar-Chart-with-postivie-and-negative-Values/m-p/95699#M510590</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2018-08-02T11:21:03Z</dc:date>
    </item>
  </channel>
</rss>

