<?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 filter out rows on straight table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574588#M1116935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Set Analysis in the expression in your straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for instance of you were summing the values of FieldName for dimension Ideas.Status, your expression would be Sum(FieldName), with Ideas.Status as your dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But to restrict, Sum({&amp;lt;Ideas.Status={'Delivered,Rejected'}&amp;gt;}FieldName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Feb 2014 11:30:55 GMT</pubDate>
    <dc:creator>mazacini</dc:creator>
    <dc:date>2014-02-12T11:30:55Z</dc:date>
    <item>
      <title>How to filter out rows on straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574587#M1116934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I filter out rows of data on a straight table? I can't figure out where to the set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically i have a field Ideas.Status and i only want those with values of Delivered or Rejected shown&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 11:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574587#M1116934</guid>
      <dc:creator />
      <dc:date>2014-02-12T11:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out rows on straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574588#M1116935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Set Analysis in the expression in your straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for instance of you were summing the values of FieldName for dimension Ideas.Status, your expression would be Sum(FieldName), with Ideas.Status as your dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But to restrict, Sum({&amp;lt;Ideas.Status={'Delivered,Rejected'}&amp;gt;}FieldName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 11:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574588#M1116935</guid>
      <dc:creator>mazacini</dc:creator>
      <dc:date>2014-02-12T11:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out rows on straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574589#M1116936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps as dynamic dimension like if(match(Ideas.Status, 'Delivered', 'Rejected'), Ideas.Status) and then check on "hide Null-Values".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 11:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574589#M1116936</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-02-12T11:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out rows on straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574590#M1116937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can filter out by using some filters or some variables &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 11:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574590#M1116937</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-02-12T11:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out rows on straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574591#M1116938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may be a silly question, but where do I enter the expression? There is no expression tab on the properties for a table box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 12:15:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574591#M1116938</guid>
      <dc:creator />
      <dc:date>2014-02-12T12:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out rows on straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574592#M1116939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cool. where exactly would i enter this though?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 12:16:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574592#M1116939</guid>
      <dc:creator />
      <dc:date>2014-02-12T12:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out rows on straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574593#M1116940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where are these filters though?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 12:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574593#M1116940</guid>
      <dc:creator />
      <dc:date>2014-02-12T12:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out rows on straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574594#M1116941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/52986_pastedImage_0.png" style="width: 620px; height: 484px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 12:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574594#M1116941</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-02-12T12:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out rows on straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574595#M1116942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I picked you up wrong on the terminology.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are using a table box, not a straight table (which is a chart type)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table box simply lists the table entries for the field selections you make in the properties window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you simply want to list for Delivered and Rejected, just display the list box for Ideas.Status, and select the relevant values - your table box will only display for these selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hold Ctrl button while clicking multiple entries in the list box to display associated data in your table box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 12:41:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574595#M1116942</guid>
      <dc:creator>mazacini</dc:creator>
      <dc:date>2014-02-12T12:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out rows on straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574596#M1116943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Writing expressions is not available in a &lt;STRONG&gt;Table box&lt;/STRONG&gt; Object. In Table box you can only enable Drop Down for your fields.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="tableboxdropdown.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/53025_tableboxdropdown.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use expressions (set analysis or any other expression), you need to create a Chart object &amp;gt; Straight Table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 12:43:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574596#M1116943</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-02-12T12:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out rows on straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574597#M1116944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, my fault. I was using the wrong terminology.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try with a Straight table instead then, as a table box doesn't seem to be able to filter out rows&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 12:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574597#M1116944</guid>
      <dc:creator />
      <dc:date>2014-02-12T12:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out rows on straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574598#M1116945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Use a straight table (charttype)&lt;/P&gt;&lt;P&gt;2) Select a dimension field&lt;/P&gt;&lt;P&gt;3) Edit that dimension to look like: if(match(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Ideas.Status, 'Delivered','Rejected')&amp;gt;=1, FieldName)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;4) Enable the field "Supress when value is null"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 12:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-out-rows-on-straight-table/m-p/574598#M1116945</guid>
      <dc:creator>richard</dc:creator>
      <dc:date>2014-02-12T12:59:56Z</dc:date>
    </item>
  </channel>
</rss>

