<?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 Filtering based on value within a variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-based-on-value-within-a-variable/m-p/356787#M1170843</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wondering if anyone has any ideas - I want to have a dimension (say field_a) within a straight table, but I only want to display the value of Field_a that matches the value in a variable x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for example, say we have field_A with the unique values as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field_a&lt;BR /&gt;-------&lt;BR /&gt;a&lt;BR /&gt;b&lt;BR /&gt;c&lt;BR /&gt;d&lt;BR /&gt;e1&lt;BR /&gt;e2&lt;BR /&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable x has value c, then I only want the straight table to show the value c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guess I can use set analysis to solve this - within the dimension somehow, but not quite sure how. Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2012 12:38:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-18T12:38:42Z</dc:date>
    <item>
      <title>Filtering based on value within a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-based-on-value-within-a-variable/m-p/356787#M1170843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wondering if anyone has any ideas - I want to have a dimension (say field_a) within a straight table, but I only want to display the value of Field_a that matches the value in a variable x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for example, say we have field_A with the unique values as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field_a&lt;BR /&gt;-------&lt;BR /&gt;a&lt;BR /&gt;b&lt;BR /&gt;c&lt;BR /&gt;d&lt;BR /&gt;e1&lt;BR /&gt;e2&lt;BR /&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable x has value c, then I only want the straight table to show the value c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guess I can use set analysis to solve this - within the dimension somehow, but not quite sure how. Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 12:38:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-based-on-value-within-a-variable/m-p/356787#M1170843</guid>
      <dc:creator />
      <dc:date>2012-07-18T12:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering based on value within a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-based-on-value-within-a-variable/m-p/356788#M1170844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 13:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-based-on-value-within-a-variable/m-p/356788#M1170844</guid>
      <dc:creator />
      <dc:date>2012-07-18T13:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering based on value within a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-based-on-value-within-a-variable/m-p/356789#M1170845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Click on AddCalculationDimension and use this code there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(&lt;SPAN style="color: #636363; font-size: 11.818181991577148px; font-family: Arial;"&gt;Field_A='$(Variable)',&lt;SPAN style="color: #636363; font-family: Arial; font-size: 11.818181991577148px;"&gt;Field_A)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-size: 11.818181991577148px; font-family: Arial;"&gt;Now click on OK &amp;amp; check Supprss when value is null.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-size: 11.818181991577148px; font-family: Arial;"&gt;Hope it helps you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-size: 11.818181991577148px; font-family: Arial;"&gt;Jagan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 13:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-based-on-value-within-a-variable/m-p/356789#M1170845</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2012-07-18T13:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering based on value within a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-based-on-value-within-a-variable/m-p/356790#M1170846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - sorry I only have the free version of Qlikview so cannot open any other files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it a dimention expression you could paste in here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 13:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-based-on-value-within-a-variable/m-p/356790#M1170846</guid>
      <dc:creator />
      <dc:date>2012-07-18T13:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering based on value within a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-based-on-value-within-a-variable/m-p/356791#M1170847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jagan!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 13:23:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-based-on-value-within-a-variable/m-p/356791#M1170847</guid>
      <dc:creator />
      <dc:date>2012-07-18T13:23:02Z</dc:date>
    </item>
  </channel>
</rss>

