<?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 How to limit the number of rows displayed in my table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-number-of-rows-displayed-in-my-table/m-p/267896#M100600</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; One method would be to create a straight table and use a calculated dimension with the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(index(lower(builder), 'peter')&amp;gt; 0, builder)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This searches for any occurrence of Peter (case insensitive).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course the drawback is that your are restricted to searching for 'Peter' unless you change the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Nov 2011 10:46:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-30T10:46:15Z</dc:date>
    <item>
      <title>How to limit the number of rows displayed in my table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-number-of-rows-displayed-in-my-table/m-p/267895#M100599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to Qlikview so already my appologies if I'm asking noob questions.&lt;/P&gt;&lt;P&gt;I have a database which contains development requests. In the request the builder is entered by the user. This field can contain multiple values (free text).&lt;/P&gt;&lt;P&gt;Now I want to create a table with only the values for a certain builder.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 206pt; border-collapse: collapse;" width="274"&gt;&lt;TBODY&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD height="20" style="border: 0px black; width: 125pt; height: 15pt; background-color: transparent;" width="166"&gt;&lt;SPAN style="font-family: Calibri;"&gt;builder&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; width: 81pt; background-color: transparent;" width="108"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;request number&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD height="20" style="border: 0px black; height: 15pt; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Tom&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD height="20" style="border: 0px black; height: 15pt; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;tom, peter&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD height="20" style="border: 0px black; height: 15pt; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;Tom Lismont, Peter, John&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;3&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD height="20" style="border: 0px black; height: 15pt; background-color: transparent;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;John, tom&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; background-color: transparent;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;4&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my table only the rows for Peter should be displayed. Anyone can help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 10:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-number-of-rows-displayed-in-my-table/m-p/267895#M100599</guid>
      <dc:creator />
      <dc:date>2011-11-30T10:20:36Z</dc:date>
    </item>
    <item>
      <title>How to limit the number of rows displayed in my table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-number-of-rows-displayed-in-my-table/m-p/267896#M100600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; One method would be to create a straight table and use a calculated dimension with the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(index(lower(builder), 'peter')&amp;gt; 0, builder)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This searches for any occurrence of Peter (case insensitive).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course the drawback is that your are restricted to searching for 'Peter' unless you change the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 10:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-number-of-rows-displayed-in-my-table/m-p/267896#M100600</guid>
      <dc:creator />
      <dc:date>2011-11-30T10:46:15Z</dc:date>
    </item>
    <item>
      <title>How to limit the number of rows displayed in my table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-number-of-rows-displayed-in-my-table/m-p/267897#M100601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Ok and now for the super noob question: how to create a straight table? In my table I tried creating adding a calculated dimension with your code but the result is that I still get all the records. Where Peter is the Builder, the name is showed and in all the other cases there is a '-'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 10:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-number-of-rows-displayed-in-my-table/m-p/267897#M100601</guid>
      <dc:creator />
      <dc:date>2011-11-30T10:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the number of rows displayed in my table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-number-of-rows-displayed-in-my-table/m-p/267898#M100602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I uploaded the qvw so you can have a look what I'm talking about.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 11:01:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-number-of-rows-displayed-in-my-table/m-p/267898#M100602</guid>
      <dc:creator />
      <dc:date>2011-11-30T11:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the number of rows displayed in my table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-number-of-rows-displayed-in-my-table/m-p/267899#M100603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You already have a straight table.&amp;nbsp; To hide all the non Peter lines, select your calculated dimension on the Dimension tab and halfway down the right side select '&lt;STRONG&gt;Suppress When Value Is Null&lt;/STRONG&gt;'.&amp;nbsp; This will filter out the non Peter records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you only want to see Peter (rather than for instance Ed van Daal; Peter Pesch) change your calculated dimension to read:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(index(lower(Builder),'Peter')&amp;gt;0,'Peter')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 11:14:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-number-of-rows-displayed-in-my-table/m-p/267899#M100603</guid>
      <dc:creator />
      <dc:date>2011-11-30T11:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the number of rows displayed in my table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-number-of-rows-displayed-in-my-table/m-p/267900#M100604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also once you have created your calculated dimension and filtered by it, you can choose to hide it by going to the Presentation tab, selecting your column and changing the status from &lt;STRONG&gt;Show Column&lt;/STRONG&gt; to &lt;STRONG&gt;Hide Column&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 11:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-number-of-rows-displayed-in-my-table/m-p/267900#M100604</guid>
      <dc:creator />
      <dc:date>2011-11-30T11:17:47Z</dc:date>
    </item>
    <item>
      <title>How to limit the number of rows displayed in my table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-number-of-rows-displayed-in-my-table/m-p/267901#M100605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I mention that it's poor database design the way the origional table is setup and you will run into more and more problems down the road.&amp;nbsp; Someone can enter Pete, Peter, Petey all meaning the same thing, it gets worse if they start entering (butchering) last names.&amp;nbsp; I am speaking from experience free form text fields are evil.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have the ability to do something about the source try to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 17:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-number-of-rows-displayed-in-my-table/m-p/267901#M100605</guid>
      <dc:creator />
      <dc:date>2011-11-30T17:39:04Z</dc:date>
    </item>
  </channel>
</rss>

