<?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: How to displaying only certain values in the table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021038#M928122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&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(match(Cars,'BMW', 'TOYOTA' ), Cars)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Mar 2016 10:34:25 GMT</pubDate>
    <dc:creator>arulsettu</dc:creator>
    <dc:date>2016-03-18T10:34:25Z</dc:date>
    <item>
      <title>How to display only certain values in a table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021037#M928121</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;I am so new to this, and need your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my table&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="width: 192px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="color: #ffffff; text-align: center; padding: 2px; background-color: #6690bc;"&gt;Cars&lt;/TH&gt;&lt;TH style="color: #ffffff; text-align: center; padding: 2px; background-color: #6690bc;"&gt;Country&lt;/TH&gt;&lt;TH style="color: #ffffff; text-align: center; padding: 2px; background-color: #6690bc;"&gt;Models&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="text-align: center;"&gt;BMW&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;GER&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="text-align: center;"&gt;TOYOTA&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;JPN&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="text-align: center;"&gt;HONDA&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;JPN&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;&lt;P&gt;18&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;NISSAN&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;JPN&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I need to display information for just BMW and Toyota. How do I do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="font-size: 13.3333px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="color: #ffffff; text-align: center; padding: 2px; background-color: #6690bc;"&gt;Cars&lt;/TH&gt;&lt;TH style="color: #ffffff; text-align: center; padding: 2px; background-color: #6690bc;"&gt;Models&lt;/TH&gt;&lt;TH style="color: #ffffff; text-align: center; padding: 2px; background-color: #6690bc;"&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="text-align: center;"&gt;BMW&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;12&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="text-align: center;"&gt;TOYOTA&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;20&lt;/TD&gt;&lt;TD class="xl64" style="text-align: center;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried =if(match(Cars,'BMW', 'TOYOTA', ), Cars,'OTHER')&lt;/P&gt;&lt;P&gt;and added Expression sum(Models)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem with that one is that i don't want to display any other values but with my calculated dimension I get OTHER row. I don't want to show anything else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&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-display-only-certain-values-in-a-table/m-p/1021037#M928121</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to displaying only certain values in the table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021038#M928122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&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(match(Cars,'BMW', 'TOYOTA' ), Cars)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 10:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021038#M928122</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2016-03-18T10:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to displaying only certain values in the table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021039#M928123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would recommend using set analysis:&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; font-size: 13px;"&gt;&lt;STRONG&gt;=Sum({&amp;lt;Cars = {'BMW', 'TOYOTA'}&amp;gt;}&amp;nbsp; Models)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 10:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021039#M928123</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-18T10:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to displaying only certain values in the table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021040#M928124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try removing an extra comma, like:&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; font-size: 13px;"&gt;if(match(Cars,'BMW', 'TOYOTA'), Cars,'OTHER')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 10:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021040#M928124</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-03-18T10:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to displaying only certain values in the table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021041#M928125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;if(match(crs,'bmw','toyota'),cars)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 10:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021041#M928125</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-18T10:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only certain values in a table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021042#M928126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like your calculated dimension has a comma after 'TOYOTA'. Can you please erase that and try?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 14:22:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021042#M928126</guid>
      <dc:creator />
      <dc:date>2016-03-18T14:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only certain values in a table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021043#M928127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This did not work and produced the following error:&lt;/P&gt;&lt;P&gt;//Error in calculated dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 15:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021043#M928127</guid>
      <dc:creator />
      <dc:date>2016-03-18T15:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only certain values in a table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021044#M928128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This produces the following table. Instead of other, it creates "-" sign.&amp;nbsp; I need to get rid of -/33 result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border: 0px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;TH class="header" style="border: 0px solid black; font-style: inherit; font-size: 13.3333px; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;"&gt;Cars&lt;/TH&gt;&lt;TH class="header" style="border: 0px solid black; font-style: inherit; font-size: 13.3333px; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;"&gt;Models&lt;/TH&gt;&lt;TH class="header" style="border: 0px solid black; font-style: inherit; font-size: 13.3333px; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;"&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;TD class="xl64" height="20" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-size: 13.3333px; font-family: inherit; text-align: center;"&gt;BMW&lt;/TD&gt;&lt;TD class="xl64" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-size: 13.3333px; font-family: inherit; text-align: center;"&gt;12&lt;/TD&gt;&lt;TD class="xl64" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-size: 13.3333px; font-family: inherit; text-align: center;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;TD class="xl64" height="20" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-size: 13.3333px; font-family: inherit; text-align: center;"&gt;TOYOTA&lt;/TD&gt;&lt;TD class="xl64" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-size: 13.3333px; font-family: inherit; text-align: center;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;TD class="xl64" height="20" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-size: 13.3333px; font-family: inherit; text-align: center;"&gt;-&lt;/TD&gt;&lt;TD class="xl64" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-size: 13.3333px; font-family: inherit; text-align: center;"&gt;33&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 15:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021044#M928128</guid>
      <dc:creator />
      <dc:date>2016-03-18T15:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only certain values in a table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021045#M928129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need results without "OTHER"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 15:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021045#M928129</guid>
      <dc:creator />
      <dc:date>2016-03-18T15:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only certain values in a table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021046#M928130</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;This produces the following table. Instead of other, it creates "-" sign.&amp;nbsp; I need to get rid of -/33 result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border: 0px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;TH class="header" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-size: 13.3333px; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;"&gt;Cars&lt;/TH&gt;&lt;TH class="header" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-size: 13.3333px; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;"&gt;Models&lt;/TH&gt;&lt;TH class="header" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-size: 13.3333px; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;"&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;TD class="xl64" height="20" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-size: 13.3333px; font-family: inherit; text-align: center;"&gt;BMW&lt;/TD&gt;&lt;TD class="xl64" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-size: 13.3333px; font-family: inherit; text-align: center;"&gt;12&lt;/TD&gt;&lt;TD class="xl64" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-size: 13.3333px; font-family: inherit; text-align: center;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;TD class="xl64" height="20" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-size: 13.3333px; font-family: inherit; text-align: center;"&gt;TOYOTA&lt;/TD&gt;&lt;TD class="xl64" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-size: 13.3333px; font-family: inherit; text-align: center;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;TD class="xl64" height="20" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-size: 13.3333px; font-family: inherit; text-align: center;"&gt;-&lt;/TD&gt;&lt;TD class="xl64" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-size: 13.3333px; font-family: inherit; text-align: center;"&gt;33&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 15:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021046#M928130</guid>
      <dc:creator />
      <dc:date>2016-03-18T15:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only certain values in a table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021047#M928131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved it. I used "Suppress Value when Null", option in the table.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Thank you all for trying&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 15:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021047#M928131</guid>
      <dc:creator />
      <dc:date>2016-03-18T15:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only certain values in a table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021048#M928132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why would you recommend that? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 15:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021048#M928132</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2016-03-18T15:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only certain values in a table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021049#M928133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isn't the set analysis going to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="118601" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118601_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;His dimensions adds 'OTHER' dimension, but no where does he mentions that he needs anything except those two, does he?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE: And may be this also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/118602_Capture.PNG" style="height: 52px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 15:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021049#M928133</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-18T15:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only certain values in a table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021050#M928134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still think you should use set analysis instead of using calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: &lt;STRONG&gt;Cars&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Expression: &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({&amp;lt;Cars = {'BMW', 'TOYOTA'}&amp;gt;}&amp;nbsp; Models)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 15:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021050#M928134</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-18T15:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only certain values in a table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021051#M928135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set Analysis is not the answer to everything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main problem with it is that it breaks the basic rule of QlikView: click and view. You no longer see what your selection tells you to, but some rule hidden inside an expression. It's tricky and not transparent to the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, it is powerfull. Thats one more reason to use it carefully. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 15:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021051#M928135</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2016-03-18T15:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only certain values in a table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021052#M928137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/LucianCotea"&gt;Lucian&lt;/A&gt;‌ I completely agree with you, but I am just proposing a solution for what is being asked. I am not making things up from thin air my friend. I apologize if my proposed solution is not up to your expectations. But allowing for selection is possible through set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({&amp;lt;Cars &lt;SPAN style="color: #ff0000;"&gt;*&lt;/SPAN&gt;= {'BMW', 'TOYOTA'}&amp;gt;}&amp;nbsp; Models)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just think and have heard so many experts say that calculated dimensions are slow and that's the only reason I propose set analysis. If you can prove me otherwise, I would still think that set analysis can be a useful approach here &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 15:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021052#M928137</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-18T15:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only certain values in a table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021053#M928139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am just pointing that your solution might create other issues. Yes, you solve one problem, but you have to think at the overall impact and user experience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have to prove you anything, do whatever you like. This message is mostly for all the begginers in QlikView that think that Set Analysis is a panaceum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 16:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021053#M928139</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2016-03-18T16:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only certain values in a table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021054#M928141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your just getting aggressive for no reason. I am not an expert myself and looking for opportunities to learn new things. I think you might be totally right, but unless I see what issues might come up, how would I agree with what I am saying. I am sorry if I offend you. By no means I am looking to hurt anyone &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 16:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021054#M928141</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-18T16:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only certain values in a table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021055#M928142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is a sample where I have created both calculated dimension and set analysis, would you be able to suggest what might go wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118613_Capture.PNG" style="height: 176px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 16:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021055#M928142</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-18T16:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only certain values in a table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021056#M928144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌ , &lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌ would you guys be able to let me know if what I mentioned above is not consistent with what you guys think?? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 16:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-only-certain-values-in-a-table/m-p/1021056#M928144</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-18T16:23:46Z</dc:date>
    </item>
  </channel>
</rss>

