<?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 filter a column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-filter-a-column/m-p/108322#M761455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi All,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have one field named 'F/I' whose values are F,I&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now I put it into Table dimension, I don't want to show I in this dimension, how to filter it?&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="209934" alt="F or I.JPG" class="jive-image image-1" src="/legacyfs/online/209934_F or I.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How to filter a column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-a-column/m-p/108322#M761455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi All,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have one field named 'F/I' whose values are F,I&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now I put it into Table dimension, I don't want to show I in this dimension, how to filter it?&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="209934" alt="F or I.JPG" class="jive-image image-1" src="/legacyfs/online/209934_F or I.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-a-column/m-p/108322#M761455</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter a column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-a-column/m-p/108323#M761456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you can filter it out in your expression -&lt;/P&gt;&lt;P&gt;Something like - &lt;/P&gt;&lt;P&gt;Sum({&amp;lt;[&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;F/I&lt;/SPAN&gt;] = {'F'}&amp;gt;}YourMeasureField)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 20:47:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-a-column/m-p/108323#M761456</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-08-07T20:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter a column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-a-column/m-p/108324#M761457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can try like in your calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Aggr(IF([F/I] = 'F', [F/I]), [F/I])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 21:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-a-column/m-p/108324#M761457</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-07T21:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter a column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-a-column/m-p/108325#M761458</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;try this in calculated dimension and check suppress null value&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;IF([F/I] = 'F', [F/I])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Pooja&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 07:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-a-column/m-p/108325#M761458</guid>
      <dc:creator>pooja_prabhu_n</dc:creator>
      <dc:date>2018-08-08T07:25:16Z</dc:date>
    </item>
  </channel>
</rss>

