<?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: Display only certain rows in a Straight Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-only-certain-rows-in-a-Straight-Table/m-p/559237#M1135575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are no attachments (?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Oct 2013 13:36:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-10-15T13:36:14Z</dc:date>
    <item>
      <title>Display only certain rows in a Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-certain-rows-in-a-Straight-Table/m-p/559236#M1135573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table that displays forecast data for a large number of products. I want to create a separate table, based of the same data set that shows only certain rows from the data set. See table 1 attached, as an example of my&amp;nbsp; current table. I want my additional table to look like the table shown in the second attachment. my question is (and it's probably very basic): How can I create the second table so that it shows only the Tech&amp;nbsp; rows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, and this would be my&amp;nbsp; preference, is there any way to structure the first table to always show the Tech level products occupying the top rows of the table (attachment Table 3). unfortunately, the Tech data is not a total of the other items in the table so I couldn't work our a way to lift these items to the top of the table. One unique feature of the TEch data is that the part number field will always be zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 13:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-certain-rows-in-a-Straight-Table/m-p/559236#M1135573</guid>
      <dc:creator />
      <dc:date>2013-10-15T13:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Display only certain rows in a Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-certain-rows-in-a-Straight-Table/m-p/559237#M1135575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are no attachments (?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 13:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-certain-rows-in-a-Straight-Table/m-p/559237#M1135575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-15T13:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Display only certain rows in a Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-certain-rows-in-a-Straight-Table/m-p/559238#M1135577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Odd I did attach... let me try again....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 13:47:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-certain-rows-in-a-Straight-Table/m-p/559238#M1135577</guid>
      <dc:creator />
      <dc:date>2013-10-15T13:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Display only certain rows in a Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-certain-rows-in-a-Straight-Table/m-p/559239#M1135578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add a set analysis to &lt;STRONG&gt;all&lt;/STRONG&gt; expressions, filtering only Tech*&lt;/P&gt;&lt;P&gt;something like&lt;/P&gt;&lt;P&gt;sum({&amp;gt;[Part Name]={"TEch*"}&amp;gt;}yourfield)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 14:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-certain-rows-in-a-Straight-Table/m-p/559239#M1135578</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-10-15T14:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Display only certain rows in a Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-certain-rows-in-a-Straight-Table/m-p/559240#M1135579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are now...&lt;/P&gt;&lt;P&gt;OK, to show only "Tech", you can use calculated dimension:&lt;/P&gt;&lt;P&gt;aggr(only({&amp;lt;PartName={'Tech*'}&amp;gt;} PartName),PartName)&lt;/P&gt;&lt;P&gt;Make sure to check "suppress when null".&lt;/P&gt;&lt;P&gt;To keep all and have Tech on top - try to sort by expression, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dual(PartName, if(wildmatch(PartName, 'Tech*'), 0, 100000)) + subfield(PartName,' ',2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: attaching a sorting example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 14:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-certain-rows-in-a-Straight-Table/m-p/559240#M1135579</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-15T14:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Display only certain rows in a Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-certain-rows-in-a-Straight-Table/m-p/559241#M1135580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use set analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table 1 with only the tech, use a set that will use the search string capability:&lt;/P&gt;&lt;P&gt;sum({&amp;lt; [Part Name] = {"tech*"}&amp;gt;}, [Your data])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And to get the table without the 4 four lines of tech, that is quite the same (just a minus before the equal sign) :&lt;/P&gt;&lt;P&gt;sum({&amp;lt; [Part Name] -= {"tech*"}&amp;gt;}, [Your data])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 14:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-certain-rows-in-a-Straight-Table/m-p/559241#M1135580</guid>
      <dc:creator />
      <dc:date>2013-10-15T14:08:52Z</dc:date>
    </item>
  </channel>
</rss>

