<?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 Dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-Dimensions/m-p/684166#M542144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write as dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;STATE = 'BLOC', STATE, Null())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check the box "suppress where value is null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2014 08:14:23 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2014-06-16T08:14:23Z</dc:date>
    <item>
      <title>Filter Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Dimensions/m-p/684165#M542142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know what I want to do should be simple but I'm complicated performing ...: (&lt;/P&gt;&lt;P&gt;I have a table with Dimensions and I want to show only the rows that meet certain conditions (and only on this table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example I have a column of STATE and I want to show only the rows that the STATE = BLOC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do this?&lt;/P&gt;&lt;P&gt;I tried to put conditions through the EDIT but he did not get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 08:07:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Dimensions/m-p/684165#M542142</guid>
      <dc:creator>amiroh81</dc:creator>
      <dc:date>2014-06-16T08:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Dimensions/m-p/684166#M542144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write as dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;STATE = 'BLOC', STATE, Null())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check the box "suppress where value is null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 08:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Dimensions/m-p/684166#M542144</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-16T08:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Dimensions/m-p/684167#M542145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use in script something like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;From TableName&lt;/P&gt;&lt;P&gt;where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;STATE &lt;/SPAN&gt; = 'BLOC';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In UI side&lt;/P&gt;&lt;P&gt;Use Calculated Dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(STATE = 'BLOC', STATE) &lt;/P&gt;&lt;P&gt;and Tick Suppress When Value is NULL&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Use Whatever expression you want...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 08:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Dimensions/m-p/684167#M542145</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-06-16T08:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Dimensions/m-p/684168#M542146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly find the attached file.&lt;/P&gt;&lt;P&gt;i hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 08:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Dimensions/m-p/684168#M542146</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2014-06-16T08:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Dimensions/m-p/684169#M542147</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;its work,&lt;/P&gt;&lt;P&gt;i did it before but i didnt check the '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Suppress When Value is NULL&lt;/SPAN&gt;' box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i found anotherway,&lt;/P&gt;&lt;P&gt;on expression i dfined =Match( STATE ,'BLOC')&lt;/P&gt;&lt;P&gt;and its work also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much everybody!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 08:21:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Dimensions/m-p/684169#M542147</guid>
      <dc:creator>amiroh81</dc:creator>
      <dc:date>2014-06-16T08:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Dimensions/m-p/684170#M542148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you got the solution there are many ways&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In load script you can filter&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * from Location Where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Match( STATE ,'BLOC');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In Expression&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(IF(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Match( STATE ,'BLOC'), &lt;STRONG&gt;YourValue )&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In Calculated Dimension&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Match( STATE ,'BLOC')&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;&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;"&gt;Or&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;&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;"&gt;If( Match( STATE ,'BLOC'), STATE)&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;&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;"&gt;But select suppress when value null&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 08:26:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Dimensions/m-p/684170#M542148</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-16T08:26:22Z</dc:date>
    </item>
  </channel>
</rss>

