<?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 Show all values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-all-values/m-p/222215#M74898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but in table box dashboard we don't have hiding option.&lt;/P&gt;&lt;P&gt;Any best suggestion FYI..I am using 8.2 version.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Sep 2010 14:50:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-29T14:50:39Z</dc:date>
    <item>
      <title>Show all values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-values/m-p/222213#M74896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a excel sheet with the following data.&lt;/P&gt;&lt;P&gt;CID Date Fact&lt;/P&gt;&lt;P&gt;1 22/06/2010 1&lt;/P&gt;&lt;P&gt;1 22/06/2010 1&lt;/P&gt;&lt;P&gt;If I create Table dashboard its showing only 1 record like this (elimanating the duplicate records).&lt;/P&gt;&lt;P&gt;CID Date Fact&lt;/P&gt;&lt;P&gt;1 22/06/2010 1&lt;/P&gt;&lt;P&gt;If I want to get 2 records in the table dashboard where is the option to select show duplicate values.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 14:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-values/m-p/222213#M74896</guid>
      <dc:creator />
      <dc:date>2010-09-29T14:34:50Z</dc:date>
    </item>
    <item>
      <title>Show all values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-values/m-p/222214#M74897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Add RowNo() to the load to disambiguate the two rows like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;LOAD&lt;BR /&gt; CID,&lt;BR /&gt; Date,&lt;BR /&gt; Fact,&lt;BR /&gt; RowNo() AS RowID&lt;BR /&gt;FROM DataSource;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Now include RowID in your table (you can hide that column)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 14:39:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-values/m-p/222214#M74897</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2010-09-29T14:39:47Z</dc:date>
    </item>
    <item>
      <title>Show all values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-values/m-p/222215#M74898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but in table box dashboard we don't have hiding option.&lt;/P&gt;&lt;P&gt;Any best suggestion FYI..I am using 8.2 version.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 14:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-values/m-p/222215#M74898</guid>
      <dc:creator />
      <dc:date>2010-09-29T14:50:39Z</dc:date>
    </item>
    <item>
      <title>Show all values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-values/m-p/222216#M74899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;you can set the column to minimum size. You can also rename it with an space and make the font transparent or white.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 15:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-values/m-p/222216#M74899</guid>
      <dc:creator />
      <dc:date>2010-09-29T15:03:30Z</dc:date>
    </item>
    <item>
      <title>Show all values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-values/m-p/222217#M74900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could also use a straight table chart. Use all 4 fields as dimensions and an expression =1 as the expression. Then hide the RowID and expression columns.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 15:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-values/m-p/222217#M74900</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2010-09-29T15:07:52Z</dc:date>
    </item>
    <item>
      <title>Show all values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-values/m-p/222218#M74901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I am using 8.2 version, so in straight table we don't have hiding option.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 15:24:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-values/m-p/222218#M74901</guid>
      <dc:creator />
      <dc:date>2010-09-29T15:24:21Z</dc:date>
    </item>
    <item>
      <title>Show all values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-values/m-p/222219#M74902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would it be reasonable to make the column as narrow as possible and change the text color to white so that you see any value?&lt;/P&gt;&lt;P&gt;I don't remember that hiding a column as somehting new between versions. To hide a column in a table you have to go to the Presentation tab below the list of columns. The hide option is not in the expressions tab like it is for other types of graphs.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 15:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-values/m-p/222219#M74902</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-09-29T15:31:49Z</dc:date>
    </item>
    <item>
      <title>Show all values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-values/m-p/222220#M74903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I feel that we need to think in some technical way.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 04:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-values/m-p/222220#M74903</guid>
      <dc:creator />
      <dc:date>2010-09-30T04:12:32Z</dc:date>
    </item>
  </channel>
</rss>

