<?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: Filter data set in table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-data-set-in-table/m-p/828182#M1006621</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 10 May 2015 11:58:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-05-10T11:58:23Z</dc:date>
    <item>
      <title>Filter data set in table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-data-set-in-table/m-p/828179#M1006618</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 have a data model, with 2 types of ads: free and paid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the data model, I have a report thta shows all ads,&lt;/P&gt;&lt;P&gt;and a second report that shows revenues, clearly I need to show only the paid ads,&lt;/P&gt;&lt;P&gt;but what is the best way of doing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;needs:&lt;/P&gt;&lt;P&gt;I don't want the user to use the report wrongly and show both types of ads&lt;/P&gt;&lt;P&gt;I want to present it in a straight table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 10:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-data-set-in-table/m-p/828179#M1006618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-10T10:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Filter data set in table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-data-set-in-table/m-p/828180#M1006619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;try this &lt;/P&gt;&lt;P&gt;sum({&amp;lt;addtype={'paid'}&amp;gt;}amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 11:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-data-set-in-table/m-p/828180#M1006619</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-05-10T11:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Filter data set in table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-data-set-in-table/m-p/828181#M1006620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you requirement is? Do you want your revenue table to just show information related to paid ads only???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 11:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-data-set-in-table/m-p/828181#M1006620</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-10T11:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Filter data set in table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-data-set-in-table/m-p/828182#M1006621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 11:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-data-set-in-table/m-p/828182#M1006621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-10T11:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Filter data set in table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-data-set-in-table/m-p/828183#M1006622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is two ways I can think of doing this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One would be a calculated dimension where you can use a if statement&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(ads = 'paid', yourDimension)&lt;/STRONG&gt; and then you can suppress the null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you can use set analysis in all your expressions:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;ads = {'paid'}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 12:01:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-data-set-in-table/m-p/828183#M1006622</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-10T12:01:57Z</dc:date>
    </item>
  </channel>
</rss>

