<?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: Full Table in Straight Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Full-Table-in-Straight-Chart/m-p/674214#M1072211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you need a unique identify like rowno() within your data-model and then in your table but you need such logic only for data-checks not for calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Aug 2014 14:03:03 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2014-08-13T14:03:03Z</dc:date>
    <item>
      <title>Full Table in Straight Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Full-Table-in-Straight-Chart/m-p/674213#M1072209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;hey guys,&lt;/P&gt;&lt;P&gt;i am trying to use Straight Chart to show full table data as it is.But this chart is only showing me the distinct records but I need to show the full table as it is.&lt;/P&gt;&lt;P&gt;How i can achieve this,&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 13:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-Table-in-Straight-Chart/m-p/674213#M1072209</guid>
      <dc:creator />
      <dc:date>2014-08-13T13:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Full Table in Straight Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Full-Table-in-Straight-Chart/m-p/674214#M1072211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you need a unique identify like rowno() within your data-model and then in your table but you need such logic only for data-checks not for calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 14:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-Table-in-Straight-Chart/m-p/674214#M1072211</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-08-13T14:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Full Table in Straight Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Full-Table-in-Straight-Chart/m-p/674215#M1072213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tushar,&lt;/P&gt;&lt;P&gt;Tab:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id, name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, a&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, b&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, d&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, e&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, f&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, g&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8, h&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9, i&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1,a&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2,b&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3,c&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load *,rowno() as row Resident Tab;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;drop table tab;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;now load these id,name and row fields in straight table and use 1 as&amp;nbsp; expression and then go to "PRESENTATION TAB" of straight table&amp;nbsp; and then hide the ROW column and Expression column&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Anjee&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 14:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-Table-in-Straight-Chart/m-p/674215#M1072213</guid>
      <dc:creator>veeranj</dc:creator>
      <dc:date>2014-08-13T14:08:05Z</dc:date>
    </item>
  </channel>
</rss>

