<?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: How to create simple table in Qlikview? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518350#M193574</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya i tried to do the same.. created 1 table box and hide the expression and row no but repeatition is still there. I mean is there any option in straight or pivot which is not in table box to hide these repetition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Dec 2013 12:06:24 GMT</pubDate>
    <dc:creator>nehasaxena</dc:creator>
    <dc:date>2013-12-03T12:06:24Z</dc:date>
    <item>
      <title>How to create simple table in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518344#M193568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a simpletablw in Qlikview. I tried to do this by creating straight table or Pivot table but its not working because my table has repeated values. In pivot/straight it is displaying in aggregated form.&lt;/P&gt;&lt;P&gt;I have attached the original table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help. Its very urgent for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 07:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518344#M193568</guid>
      <dc:creator>nehasaxena</dc:creator>
      <dc:date>2013-12-03T07:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to create simple table in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518345#M193569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try creating a table box object which can solve this problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 07:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518345#M193569</guid>
      <dc:creator />
      <dc:date>2013-12-03T07:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create simple table in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518346#M193570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a table box by clicking this icon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2013-12-03_0813.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/49875_2013-12-03_0813.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just select the dimensions you want from the available fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 08:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518346#M193570</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-12-03T08:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create simple table in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518347#M193571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do not use a table box if you want to keep all duplicate value sets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First in your load script, add the value of RowNo() as a field to your LOAD statement. This field will contain the number of the row in the internal table (starting from 1) and will respect the load order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then create a straight table, add all required fields (including the field containing RowNo values) as dimensions and add a dummy expression like '=1'. Sort on ascending RowNo values. You can 'Hide' the expression column if you want (see Properties-&amp;gt;Presentation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every individual record that was loaded in your script will be shown in order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 08:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518347#M193571</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2013-12-03T08:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create simple table in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518348#M193572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;thanks all for reply !!&lt;/P&gt;&lt;P&gt;I have created 1 table box but is it possible to change the display of table box. I mean it will show&amp;nbsp; that repetitive value only 1 time in the box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 11:46:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518348#M193572</guid>
      <dc:creator>nehasaxena</dc:creator>
      <dc:date>2013-12-03T11:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create simple table in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518349#M193573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If must include a column that is not repeated.&lt;/P&gt;&lt;P&gt;If you don´t have one into your datamodel, use Peter suggestion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 11:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518349#M193573</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-12-03T11:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create simple table in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518350#M193574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya i tried to do the same.. created 1 table box and hide the expression and row no but repeatition is still there. I mean is there any option in straight or pivot which is not in table box to hide these repetition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 12:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518350#M193574</guid>
      <dc:creator>nehasaxena</dc:creator>
      <dc:date>2013-12-03T12:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create simple table in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518351#M193575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its working in Pivot view.. and we can hide the expression column( =1) by&amp;nbsp; minimize the col width and removing label from expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 12:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518351#M193575</guid>
      <dc:creator>nehasaxena</dc:creator>
      <dc:date>2013-12-03T12:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create simple table in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518352#M193576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot hide columns in Pivot Tables. Use a Straight Table instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 12:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518352#M193576</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2013-12-03T12:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create simple table in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518353#M193577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You Cannot hide columns in Pivot table&lt;/P&gt;&lt;P&gt;So better you use Straight Table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 12:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518353#M193577</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2013-12-03T12:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create simple table in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518354#M193578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you only want each combination once, use a table object, and do not include the rowno field!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 12:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518354#M193578</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2013-12-03T12:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create simple table in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518355#M193579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close the dicussion by marking a reply as an Answer. That makes it easier for us to track unanswered questions. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 08:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-simple-table-in-Qlikview/m-p/518355#M193579</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2013-12-06T08:59:48Z</dc:date>
    </item>
  </channel>
</rss>

