<?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: Understanding the parallel coordinates chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347848#M128753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is nothing simple here, but you can better undersatnd the meaning of this calculated dimension if you create a text box, and copy this expression there, except the =$() part:&lt;/P&gt;&lt;P&gt;='if('&amp;amp;concat('NOT IsNull(['&amp;amp;$Field&amp;amp;'])',' AND ')&amp;amp;', hash128('&amp;amp; concat('['&amp;amp;$Field&amp;amp;']',',')&amp;amp;'))'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a better explanation, ask the author of the chart...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Oct 2013 15:31:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-10-18T15:31:37Z</dc:date>
    <item>
      <title>Understanding the parallel coordinates chart</title>
      <link>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347841#M128746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A while a go i found an article about parallel coordinate charts at this site.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qvdesign.wordpress.com/2012/01/31/brilliant-qlikview-parallel-co-ordinates-chart/"&gt;http://qvdesign.wordpress.com/2012/01/31/brilliant-qlikview-parallel-co-ordinates-chart/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've managed to use the chart, it is a fantastic chart. &lt;/P&gt;&lt;P&gt;The problem is that the formula's are generic and make use of the $fields variable. &lt;/P&gt;&lt;P&gt;I have a application in wich i could use this kind of chart, the only thing is that i use a lot of fields so the user has to much possibilitys. Does anyone know a way to use a predetermined set of fields in the generic formulas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich van den heuvel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 12:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347841#M128746</guid>
      <dc:creator />
      <dc:date>2012-05-11T12:54:29Z</dc:date>
    </item>
    <item>
      <title>Understanding the parallel coordinates chart</title>
      <link>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347842#M128747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You can create a new field as logical data island, which contains the names of fields available for user.&amp;nbsp; After that either use this new field instead of the $Field in the chart (this would be my first choice), or use the same $Field with condition (or set expression) to use only the values from your list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 13:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347842#M128747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-11T13:31:25Z</dc:date>
    </item>
    <item>
      <title>Understanding the parallel coordinates chart</title>
      <link>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347843#M128748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is the way to do it, but..&lt;/P&gt;&lt;P&gt;I've never created a logical data island, at least not that i know of. Can you tel me how to do this? I think i need just about 6 fields from my total fieldlist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 13:39:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347843#M128748</guid>
      <dc:creator />
      <dc:date>2012-05-11T13:39:47Z</dc:date>
    </item>
    <item>
      <title>Understanding the parallel coordinates chart</title>
      <link>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347844#M128749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example:&lt;BR /&gt;LOAD * ININE [&lt;BR /&gt; NewField&lt;BR /&gt; Field1&lt;BR /&gt; Field2&lt;BR /&gt; Field3&lt;BR /&gt; Field4&lt;BR /&gt; Field5&lt;BR /&gt; Field6];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where the NewField will be replacing $Field, and Field1 - Field6 are the names of the fields you're going to use.&amp;nbsp; "Logical Data island" means that there are no key fields, that is the NewField does not exist in any other table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 14:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347844#M128749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-11T14:13:45Z</dc:date>
    </item>
    <item>
      <title>Understanding the parallel coordinates chart</title>
      <link>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347845#M128750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked!!&lt;/P&gt;&lt;P&gt;Thank you, wilth your answer i can use this chart in my applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 17:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347845#M128750</guid>
      <dc:creator />
      <dc:date>2012-05-11T17:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding the parallel coordinates chart</title>
      <link>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347846#M128751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still have some trouble understanding this graph.&amp;nbsp; I got it to work with my data but what I don't undertstand is the expression 'line_percent'. Here's the part I don't understand:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;max(total aggr(SUM(IF(Type = 'Claims',[Invoice Count],0)), $Field,[Customer Gender],[Customer Marital Status],Product, [Posting Year]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is the last 5 rows there? I mean Gender, Marital status etc. Why these ones?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 13:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347846#M128751</guid>
      <dc:creator />
      <dc:date>2012-11-28T13:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding the parallel coordinates chart</title>
      <link>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347847#M128752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are there any simple explanation available for the expressions used in the parallel coordinates chart?&lt;/P&gt;&lt;P&gt;=$(='if('&amp;amp;concat('NOT IsNull(['&amp;amp;$Field&amp;amp;'])',' AND ')&amp;amp;', hash128('&amp;amp; concat('['&amp;amp;$Field&amp;amp;']',',')&amp;amp;'))' )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 09:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347847#M128752</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2013-10-17T09:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding the parallel coordinates chart</title>
      <link>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347848#M128753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is nothing simple here, but you can better undersatnd the meaning of this calculated dimension if you create a text box, and copy this expression there, except the =$() part:&lt;/P&gt;&lt;P&gt;='if('&amp;amp;concat('NOT IsNull(['&amp;amp;$Field&amp;amp;'])',' AND ')&amp;amp;', hash128('&amp;amp; concat('['&amp;amp;$Field&amp;amp;']',',')&amp;amp;'))'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a better explanation, ask the author of the chart...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 15:31:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347848#M128753</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-18T15:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding the parallel coordinates chart</title>
      <link>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347849#M128754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the script it fails and application get closed.&lt;/P&gt;&lt;P&gt;I want only these fields in my list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;$Field&lt;/P&gt;&lt;P&gt;Buyer Name&lt;/P&gt;&lt;P&gt;Claim Office&lt;/P&gt;&lt;P&gt;Claim Status&lt;/P&gt;&lt;P&gt;Country&lt;/P&gt;&lt;P&gt;OpenClaim_Month&lt;/P&gt;&lt;P&gt;OpenClaim_Quarter&lt;/P&gt;&lt;P&gt;OpenClaim_Year&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;What might be the reason?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 09:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347849#M128754</guid>
      <dc:creator />
      <dc:date>2013-11-18T09:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding the parallel coordinates chart</title>
      <link>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347850#M128755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keerthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not use field name &lt;STRONG&gt;$Field&lt;/STRONG&gt; - it is a system reserved name.&amp;nbsp; Use something else, e.g. NewField, and use it instead of $Field in the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 13:50:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347850#M128755</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-18T13:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding the parallel coordinates chart</title>
      <link>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347851#M128756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have replicated the chart , but i am facing a difficulty .&lt;/P&gt;&lt;P&gt;On selecting&amp;nbsp; some fields&amp;nbsp; the node percentages vanishes , can you please elaborate ???&lt;/P&gt;&lt;P&gt;i really intend to understand the expression in detail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help really appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 13:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347851#M128756</guid>
      <dc:creator />
      <dc:date>2015-05-26T13:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding the parallel coordinates chart</title>
      <link>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347852#M128757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can somebody elaborate the color here&lt;/P&gt;&lt;P&gt;i want the lines to be of three colours instaed of two based on the customer response as Good , Bad , Statisfactory .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how should i do that&lt;/P&gt;&lt;P&gt;when i give the variable in the exprsession the field name it just shows black lines .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 11:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Understanding-the-parallel-coordinates-chart/m-p/347852#M128757</guid>
      <dc:creator />
      <dc:date>2015-05-29T11:09:30Z</dc:date>
    </item>
  </channel>
</rss>

