<?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 see repeated values in QlikView objects? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-see-repeated-values-in-QlikView-objects/m-p/403894#M1154783</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;yes u can see all repeated values in straight table through below procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) Add dimension A, C&lt;/P&gt;&lt;P&gt;2.)In Presentation tab Select C column and click on Hide checkbox&lt;/P&gt;&lt;P&gt;3.)in Presentation tab uncheck "Supress zero-values"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best of luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Mar 2013 12:13:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-28T12:13:10Z</dc:date>
    <item>
      <title>How to see repeated values in QlikView objects?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-see-repeated-values-in-QlikView-objects/m-p/403893#M1154782</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 would like to see all repeatable values from my source table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will show my example now:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some source table (in my LOAD command), for example ABC, &lt;/P&gt;&lt;P&gt;which has three columns A, B, and C. And there are 4 rows in this ABC table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 30%; border: 1px solid rgb(0, 0, 0);"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="background-color: #6690bc; color: #ffffff; text-align: center; padding: 3px;"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;A&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH style="background-color: #6690bc; color: #ffffff; text-align: center; padding: 3px;"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;B&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH style="background-color: #6690bc; color: #ffffff; text-align: center; padding: 3px;"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;C&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="color: #333333; text-align: left; padding: 3px; background-color: transparent; font-family: arial, helvetica, sans-serif;"&gt;a1&lt;/TD&gt;&lt;TD style="color: #333333; text-align: left; padding: 3px; background-color: transparent; font-family: arial, helvetica, sans-serif;"&gt;b1&lt;/TD&gt;&lt;TD style="color: #333333; text-align: left; padding: 3px; background-color: transparent; font-family: arial, helvetica, sans-serif;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="color: #333333; text-align: left; padding: 3px; background-color: transparent; font-family: arial, helvetica, sans-serif;"&gt;a2&lt;/TD&gt;&lt;TD style="color: #333333; text-align: left; padding: 3px; background-color: transparent; font-family: arial, helvetica, sans-serif;"&gt;b2&lt;/TD&gt;&lt;TD style="color: #333333; text-align: left; padding: 3px; background-color: transparent; font-family: arial, helvetica, sans-serif;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="color: #333333; text-align: left; padding: 3px; background-color: transparent; font-family: arial, helvetica, sans-serif;"&gt;&lt;P&gt;a3&lt;/P&gt;&lt;/TD&gt;&lt;TD style="color: #333333; text-align: left; padding: 3px; background-color: transparent; font-family: arial, helvetica, sans-serif;"&gt;b3&lt;/TD&gt;&lt;TD style="color: #333333; text-align: left; padding: 3px; background-color: transparent; font-family: arial, helvetica, sans-serif;"&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="color: #333333; text-align: left; padding: 3px; background-color: transparent; font-family: arial, helvetica, sans-serif;"&gt;a3&lt;/TD&gt;&lt;TD style="color: #333333; text-align: left; padding: 3px; background-color: transparent; font-family: arial, helvetica, sans-serif;"&gt;b3&lt;/TD&gt;&lt;TD style="color: #333333; text-align: left; padding: 3px; background-color: transparent; font-family: arial, helvetica, sans-serif;"&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to see all four rows is some of QlikView objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that using of LIST BOX is not suitable for this purpose because LIST BOX is BY DEFINITION only for DISTINCT VALUES.&lt;/P&gt;&lt;P&gt;So for example LIST BOX for column A will show only three values (a1, a2 and a3), not four values (a1, a2, a3 and a4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I thought the right object for this purpose can be STRAIGHT TABLE or TABLE BOX. But both of them&lt;/P&gt;&lt;P&gt;display only three rows again, that is the first, the second and the third of ABC table, the fourth row is not displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question souds: Is it possible&amp;nbsp; ANY of QlikView object configure in it PPROPERTIES so,&lt;/P&gt;&lt;P&gt;that I can see ALL rows from my source table, although the third and fourth row contents identical values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much in advance,&lt;/P&gt;&lt;P&gt;Mirek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 12:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-see-repeated-values-in-QlikView-objects/m-p/403893#M1154782</guid>
      <dc:creator />
      <dc:date>2013-03-28T12:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to see repeated values in QlikView objects?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-see-repeated-values-in-QlikView-objects/m-p/403894#M1154783</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;yes u can see all repeated values in straight table through below procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) Add dimension A, C&lt;/P&gt;&lt;P&gt;2.)In Presentation tab Select C column and click on Hide checkbox&lt;/P&gt;&lt;P&gt;3.)in Presentation tab uncheck "Supress zero-values"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best of luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 12:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-see-repeated-values-in-QlikView-objects/m-p/403894#M1154783</guid>
      <dc:creator />
      <dc:date>2013-03-28T12:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to see repeated values in QlikView objects?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-see-repeated-values-in-QlikView-objects/m-p/403895#M1154784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like the simple solution is to bring in a rownum() on the load process.&amp;nbsp; That way you could show all columns because there is a unique key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 12:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-see-repeated-values-in-QlikView-objects/m-p/403895#M1154784</guid>
      <dc:creator />
      <dc:date>2013-03-28T12:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to see repeated values in QlikView objects?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-see-repeated-values-in-QlikView-objects/m-p/403896#M1154785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than you for your advice, but I have reproduced your advice exactly&lt;/P&gt;&lt;P&gt;and the result contents only one column, that is A, and below it only three values: a1, a2, a3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So there are not other two columns (B and C) and there are not fourth rows, but only three.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mirek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 12:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-see-repeated-values-in-QlikView-objects/m-p/403896#M1154785</guid>
      <dc:creator />
      <dc:date>2013-03-28T12:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to see repeated values in QlikView objects?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-see-repeated-values-in-QlikView-objects/m-p/403897#M1154786</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;FYI the attached app and let me know that it gives your result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best of luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 12:52:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-see-repeated-values-in-QlikView-objects/m-p/403897#M1154786</guid>
      <dc:creator />
      <dc:date>2013-03-28T12:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to see repeated values in QlikView objects?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-see-repeated-values-in-QlikView-objects/m-p/403898#M1154787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have look at your design, but:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) In LOAD statement&amp;nbsp; there are the third and fourth row DIFFERENT, not the same like in my ABC table.&lt;/P&gt;&lt;P&gt;2) Your Straight table was damaged on the sheet, it has NOW rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have corrected the LOAD statement: the fourth row is now the same like the third one.&lt;/P&gt;&lt;P&gt;And then I have tried to reconstruct your Straight table, but then it contents only three rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I tried next step:&lt;/P&gt;&lt;P&gt;1) I have tried apply the &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/brentski" id="jive-11553217854794275873794" style="background-color: #ffffff; font-size: 12px; color: #007fc0; font-weight: bold; font-family: Arial; text-align: center;"&gt;brentski&lt;/A&gt; design &lt;/P&gt;&lt;P&gt;(to add RowNo() function as the fourth column into LOAD statement).&lt;/P&gt;&lt;P&gt;2) Then I have defined Straight table with 4 dimension (A, B, C and RowNo() column)&lt;/P&gt;&lt;P&gt;and then I have used half of your suggestion: I have choose in &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Presentation tab &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;the RowNo() column&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt; and then I &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;clicked on Hide checkbox for it.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;(I did not change &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;"Supress zero-values"&lt;/SPAN&gt; value.)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;The result: GREAT! The Straight table now shows 4 rows and A, B and C columns!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;So thank you very much for your advice which I used with combination of &lt;/SPAN&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;brentski advice.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;Mirek&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 13:18:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-see-repeated-values-in-QlikView-objects/m-p/403898#M1154787</guid>
      <dc:creator />
      <dc:date>2013-03-28T13:18:00Z</dc:date>
    </item>
  </channel>
</rss>

