<?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: Function / Method to Filter a list of Value in a dimension in Straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557696#M1141143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;you can use calculated dimention :if(country&amp;lt;&amp;gt;'japan',country).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Sep 2013 13:01:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-24T13:01:05Z</dc:date>
    <item>
      <title>Function / Method to Filter a list of Value in a dimension in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557692#M1141139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to to Hide / Filter a specific Value in the straight table dimension.&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;Country&lt;/P&gt;&lt;P&gt;USA&lt;/P&gt;&lt;P&gt;UK&lt;/P&gt;&lt;P&gt;France&lt;/P&gt;&lt;P&gt;Canada&lt;/P&gt;&lt;P&gt;Japan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I want to filter the Value say (Japan) from the straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best -&lt;/P&gt;&lt;P&gt;SA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 16:00:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557692#M1141139</guid>
      <dc:creator />
      <dc:date>2013-09-23T16:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Function / Method to Filter a list of Value in a dimension in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557693#M1141140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A crude method I can think of:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Add a calculated dimension&lt;/P&gt;&lt;P&gt;=if(not match(Country,'Japan'),Country)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppress Null values in dimensions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 18:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557693#M1141140</guid>
      <dc:creator>manas_bn</dc:creator>
      <dc:date>2013-09-23T18:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Function / Method to Filter a list of Value in a dimension in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557694#M1141141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this for your dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Country&amp;lt;&amp;gt;Japan,Country)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 18:58:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557694#M1141141</guid>
      <dc:creator />
      <dc:date>2013-09-23T18:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Function / Method to Filter a list of Value in a dimension in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557695#M1141142</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;Instead of going for Calculated Dimension since Calculated Dimension leads to performance issues, you can do the same in Expression like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Country-={'Japan'}&amp;gt;} MeasureName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 09:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557695#M1141142</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-09-24T09:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Function / Method to Filter a list of Value in a dimension in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557696#M1141143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;you can use calculated dimention :if(country&amp;lt;&amp;gt;'japan',country).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 13:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557696#M1141143</guid>
      <dc:creator />
      <dc:date>2013-09-24T13:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Function / Method to Filter a list of Value in a dimension in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557697#M1141144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan -&lt;/P&gt;&lt;P&gt;I am trying the exact Expression, It works for "=",, But doesn't work for "&amp;lt;&amp;gt;".&lt;/P&gt;&lt;P&gt;Any Idea for NOT EQUAL Sign in to define Here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;Country = {'Japan','France'}&amp;gt;}Revenue)&amp;nbsp; ----- Works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;Country &amp;lt;&amp;gt; {'Japan','France'}&amp;gt;}Revenue)&amp;nbsp; --------&amp;nbsp; Doesn't Work&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;Country -= {'Japan','France'}&amp;gt;}Revenue)&amp;nbsp; --------&amp;nbsp;&amp;nbsp; Doesn't Work&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;Country != {'Japan','France'}&amp;gt;}Revenue)&amp;nbsp; --------&amp;nbsp;&amp;nbsp; Doesn't Work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a specific Syntax for NOT EQUAL in QV Set Analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 20:22:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557697#M1141144</guid>
      <dc:creator />
      <dc:date>2013-09-24T20:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Function / Method to Filter a list of Value in a dimension in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557698#M1141145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks -&lt;/P&gt;&lt;P&gt;This Works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(Country&amp;lt;&amp;gt;'Japan',Country)&amp;nbsp; and I have suppressed the Null Values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 20:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557698#M1141145</guid>
      <dc:creator />
      <dc:date>2013-09-24T20:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Function / Method to Filter a list of Value in a dimension in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557699#M1141146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks -&lt;/P&gt;&lt;P&gt;This Works,&lt;/P&gt;&lt;P&gt;The Code Below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(NOT MATCH(Country,'Japan','France'),Country)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 20:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557699#M1141146</guid>
      <dc:creator />
      <dc:date>2013-09-24T20:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Function / Method to Filter a list of Value in a dimension in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557700#M1141147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=If(NOT MATCH(Country,'Japan','France'),Country)&amp;nbsp; ---- This Works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 20:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557700#M1141147</guid>
      <dc:creator />
      <dc:date>2013-09-24T20:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Function / Method to Filter a list of Value in a dimension in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557701#M1141148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Syed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would definitely work, Qlikview shows as error (underlined red color) but it works.&amp;nbsp; Please check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Country -= {'Japan','France'}&amp;gt;}Revenue) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 01:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557701#M1141148</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-09-25T01:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Function / Method to Filter a list of Value in a dimension in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557702#M1141149</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;If you got correct answer then mark it as correct and close the discussion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 05:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557702#M1141149</guid>
      <dc:creator />
      <dc:date>2013-09-25T05:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Function / Method to Filter a list of Value in a dimension in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557703#M1141150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagan &lt;/P&gt;&lt;P&gt;Sorry for the delayed response,, It works Excellent.&lt;/P&gt;&lt;P&gt;Thanks -&lt;/P&gt;&lt;P&gt;SA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 16:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557703#M1141150</guid>
      <dc:creator />
      <dc:date>2013-09-27T16:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Function / Method to Filter a list of Value in a dimension in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557704#M1141151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Syed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close the disucssion by giving Correct and Help answers to the posts.&amp;nbsp; So that it helps others to find solutions to the similar type of requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 17:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557704#M1141151</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-09-27T17:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Function / Method to Filter a list of Value in a dimension in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557705#M1141152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct Answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 21:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557705#M1141152</guid>
      <dc:creator />
      <dc:date>2013-09-27T21:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Function / Method to Filter a list of Value in a dimension in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557706#M1141154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Syed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click the Correct and Helpful Answer buttons in the posts which gives the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Sep 2013 06:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557706#M1141154</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-09-28T06:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Function / Method to Filter a list of Value in a dimension in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557707#M1141156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more complex formulas &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;Region={'APAC'}&amp;gt;} TeoFDCost ) / Sum({$&amp;lt;Region={'APAC'}&amp;gt;} (TeoFDCost-FCVCostBW) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 12:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Method-to-Filter-a-list-of-Value-in-a-dimension-in/m-p/557707#M1141156</guid>
      <dc:creator>rafaeljmvicente</dc:creator>
      <dc:date>2018-07-30T12:28:55Z</dc:date>
    </item>
  </channel>
</rss>

