<?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: Parallel Coordinates/Slope/Ranking Graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Parallel-Coordinates-Slope-Ranking-Graph/m-p/816546#M287984</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;take a look at the script in the qvw i attached for an example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Mar 2015 14:28:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-03T14:28:07Z</dc:date>
    <item>
      <title>Parallel Coordinates/Slope/Ranking Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Parallel-Coordinates-Slope-Ranking-Graph/m-p/816539#M287977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help building a chart.&amp;nbsp; I have data that scores Markets by different measures, e.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="141" style="width: 348px; height: 141px;" width="348"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;&lt;STRONG&gt;Market&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="69"&gt;&lt;STRONG&gt;Size Score&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="90"&gt;&lt;STRONG&gt;Growth Score&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="64"&gt;&lt;STRONG&gt;Attractiveness&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;3.0&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;4.0&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;7.0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;2.0&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;6.0&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;4.0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;C&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;5.0&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;1.0&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;&lt;P&gt;3.0&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a line chart where each market is a line and Size, Growth, and Attractiveness appears on the X axis. The values would appear in the Y axis as they do in the above table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The chart would look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="79628" alt="" class="image-1 jive-image" height="318" src="https://community.qlik.com/legacyfs/online/79628_pastedImage_5.png" style="max-width: 1200px; max-height: 900px; width: 583px; height: 317.776px;" width="583" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only solution I know of to build this chart is to use the calculated dimension/expressions in the Parallel Coordinates chart provided in the QlikTech demo:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="79629" alt="" class="jive-image image-2" height="345" src="https://community.qlik.com/legacyfs/online/79629_pastedImage_6.png" style="max-width: 1200px; max-height: 900px; width: 529px; height: 345.033px;" width="529" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, this chart is more complicated than my concept is. I do not need to calculate frequency, ranking, %s, or anything - I just want to show the data that I have. I tried to use a simpler solution, but it relies on using one time dimension - Year. I want to compare several dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="79630" alt="" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/79630_pastedImage_8.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know a potential solution? i thought the best would be to manipulate the calculated dimension/expression of the parallel coordinates chart - could anyone help me do this? The two main formulas are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;=$(='if('&amp;amp;concat('NOT IsNull(['&amp;amp;CustomerMix&amp;amp;'])',' AND ')&amp;amp;', hash128('&amp;amp; concat('['&amp;amp;CustomerMix&amp;amp;']',',')&amp;amp;'))' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;dual(&lt;/P&gt;&lt;P&gt;$(=concat('if(CustomerMix='&amp;amp;chr(39)&amp;amp;CustomerMix&amp;amp;chr(39)&amp;amp;',concat(distinct ['&amp;amp;CustomerMix&amp;amp;']))','&amp;amp;'))&amp;amp;'&lt;/P&gt;&lt;P&gt;'&amp;amp;num( 100*node_percent, '#,##0.#', '.' , ',' )&amp;amp;'%'&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;$(=concat('if(textcount(total ['&amp;amp;CustomerMix&amp;amp;'])=0,if(CustomerMix='&amp;amp;chr(39)&amp;amp;CustomerMix&amp;amp;chr(39)&amp;amp;',0.1+((min(['&amp;amp;CustomerMix&amp;amp;'])-min(total ['&amp;amp;CustomerMix&amp;amp;']))/(max(total ['&amp;amp;CustomerMix&amp;amp;'])-min(total ['&amp;amp;CustomerMix&amp;amp;']))),0),if(CustomerMix='&amp;amp;chr(39)&amp;amp;CustomerMix&amp;amp;chr(39)&amp;amp;',0.1+((aggr(nodistinct rank(['&amp;amp;CustomerMix&amp;amp;'],4),['&amp;amp;CustomerMix&amp;amp;'])-1)/rangemax( (count(distinct total ['&amp;amp;CustomerMix&amp;amp;'])-1) ,1 )),0))','+'))&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;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 15:56:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Parallel-Coordinates-Slope-Ranking-Graph/m-p/816539#M287977</guid>
      <dc:creator />
      <dc:date>2015-03-02T15:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Coordinates/Slope/Ranking Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Parallel-Coordinates-Slope-Ranking-Graph/m-p/816540#M287978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i may be missing something or may be you are overthinking this...please see attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 16:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Parallel-Coordinates-Slope-Ranking-Graph/m-p/816540#M287978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-02T16:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Coordinates/Slope/Ranking Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Parallel-Coordinates-Slope-Ranking-Graph/m-p/816541#M287979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ohhh. You just have to gather the different score types into one dimension!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is extra work, but I'm so happy I can build the chart now. Thank you jsaradhi!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 16:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Parallel-Coordinates-Slope-Ranking-Graph/m-p/816541#M287979</guid>
      <dc:creator />
      <dc:date>2015-03-02T16:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Coordinates/Slope/Ranking Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Parallel-Coordinates-Slope-Ranking-Graph/m-p/816542#M287980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are welcome...if you are getting this data from a database, try and move the crosstable part into the database using relevant transpose functions. i do this as crosstable function takes up too much memory and sometimes is not clean!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 16:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Parallel-Coordinates-Slope-Ranking-Graph/m-p/816542#M287980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-02T16:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Coordinates/Slope/Ranking Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Parallel-Coordinates-Slope-Ranking-Graph/m-p/816543#M287981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case, the data comes from a more simple Excel file. However, I cannot change it. Is there a way to transpose those dimensions into one column with a calculated chart dimension? Otherwise, I was planning to construct a new table in a second Excel tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 16:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Parallel-Coordinates-Slope-Ranking-Graph/m-p/816543#M287981</guid>
      <dc:creator />
      <dc:date>2015-03-02T16:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Coordinates/Slope/Ranking Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Parallel-Coordinates-Slope-Ranking-Graph/m-p/816544#M287982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the data size is not too big, you may be ok with doing it in Qlikview. my above post is more of a fyi to keep in mind. i would cross table it once instead of calculating the dimensions in UI qvw each time a user makes a selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 17:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Parallel-Coordinates-Slope-Ranking-Graph/m-p/816544#M287982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-02T17:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Coordinates/Slope/Ranking Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Parallel-Coordinates-Slope-Ranking-Graph/m-p/816545#M287983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the warning, but if I wanted to do it in the QVW, how would I do it? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 20:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Parallel-Coordinates-Slope-Ranking-Graph/m-p/816545#M287983</guid>
      <dc:creator />
      <dc:date>2015-03-02T20:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Coordinates/Slope/Ranking Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Parallel-Coordinates-Slope-Ranking-Graph/m-p/816546#M287984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;take a look at the script in the qvw i attached for an example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 14:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Parallel-Coordinates-Slope-Ranking-Graph/m-p/816546#M287984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-03T14:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Coordinates/Slope/Ranking Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Parallel-Coordinates-Slope-Ranking-Graph/m-p/816547#M287985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, I understand now. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 14:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Parallel-Coordinates-Slope-Ranking-Graph/m-p/816547#M287985</guid>
      <dc:creator />
      <dc:date>2015-03-03T14:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Coordinates/Slope/Ranking Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Parallel-Coordinates-Slope-Ranking-Graph/m-p/816548#M287986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;np&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 14:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Parallel-Coordinates-Slope-Ranking-Graph/m-p/816548#M287986</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-04T14:54:43Z</dc:date>
    </item>
  </channel>
</rss>

