<?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: Data Structure and Algorithm for Circular Graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Structure-and-Algorithm-for-Circular-Graph/m-p/642040#M542699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; extension for graph visualization based on the Graph Dracula Library&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/305323"&gt;Visualization of Graph Data&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2014 19:45:04 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-06-17T19:45:04Z</dc:date>
    <item>
      <title>Data Structure and Algorithm for Circular Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Structure-and-Algorithm-for-Circular-Graph/m-p/642038#M542697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can Anyone help me to find out a solution for a data structure &lt;/P&gt;&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background-position: initial;"&gt;&lt;SPAN class="typ" style="color: #2b91af; background: transparent;"&gt;Sender&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="typ" style="color: #2b91af; background: transparent;"&gt;Receiver&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;&lt;BR /&gt;A&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;B&lt;BR /&gt;A&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;H&lt;BR /&gt;B&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;C&lt;BR /&gt;B&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;D&lt;BR /&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;E&lt;BR /&gt;E&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;F&lt;BR /&gt;F&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;G&lt;BR /&gt;G&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;C&lt;BR /&gt;H&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;I&lt;BR /&gt;H&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;J&lt;BR /&gt;J&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;K&lt;BR /&gt;K&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;L&lt;BR /&gt;L&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;M&lt;BR /&gt;M&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;K&lt;BR /&gt;L&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;N&lt;BR /&gt;N&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;O&lt;BR /&gt;N&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;P&lt;BR /&gt;P&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;A&lt;BR /&gt;N&lt;/SPAN&gt;&lt;SPAN class="pun" style="background: transparent;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;Q&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;Please let me know if I wish to show it to Tabular form then what would be the right way, secondly can we able to plot a Graph similar to the picture inserted :---&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="background: transparent;"&gt;&lt;IMG alt="Circular Structure.jpg" class="jive-image" src="/legacyfs/online/60224_Circular Structure.jpg" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 06:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Structure-and-Algorithm-for-Circular-Graph/m-p/642038#M542697</guid>
      <dc:creator />
      <dc:date>2014-06-06T06:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data Structure and Algorithm for Circular Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Structure-and-Algorithm-for-Circular-Graph/m-p/642039#M542698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Amitava.&lt;/P&gt;&lt;P&gt;I haven't tried it myself but there is an extension you can use to get a similar effect. Go to t&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;he Graph Dracula Library and have a look at the graphics there:&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small unlinked" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;http://www.graphdracula.net&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 16:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Structure-and-Algorithm-for-Circular-Graph/m-p/642039#M542698</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2014-06-17T16:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data Structure and Algorithm for Circular Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Structure-and-Algorithm-for-Circular-Graph/m-p/642040#M542699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; extension for graph visualization based on the Graph Dracula Library&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/305323"&gt;Visualization of Graph Data&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 19:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Structure-and-Algorithm-for-Circular-Graph/m-p/642040#M542699</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-06-17T19:45:04Z</dc:date>
    </item>
  </channel>
</rss>

