<?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: Hide values from displaying in a table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-values-from-displaying-in-a-table/m-p/686085#M248570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe setting null() the values you want hide&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(match(expression, ..., ..., .....), null(), expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(RowNo(Total)&amp;gt;10 and RowNo(Total)&amp;lt;13, null(), RowNo(Total))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Sep 2014 18:57:28 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-09-24T18:57:28Z</dc:date>
    <item>
      <title>Hide values from displaying in a table?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-values-from-displaying-in-a-table/m-p/686083#M248568</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;I have a table displaying data from a number of fields.&amp;nbsp; There is are a few values in one of the fields that I would like to hide.&amp;nbsp; I don't want to get rid of them as they are used in other areas of the app, but for this particular table it would be great to hide them.&amp;nbsp; Is there a way to do this?&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 18:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-values-from-displaying-in-a-table/m-p/686083#M248568</guid>
      <dc:creator />
      <dc:date>2014-09-24T18:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hide values from displaying in a table?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-values-from-displaying-in-a-table/m-p/686084#M248569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, you can do this with set analysis in the expressions. For example: sum({&amp;lt;Product-={'Shoes','Hats'}&amp;gt;} Sales). This will cause Shoes and Hats to not be displayed as dimensions. QlikView will underline this syntax is red, but it is correct. If the syntax check bothers you, here's an alternative: sum({&amp;lt;Product=E({&amp;lt;Product={'Shoes','Hats'}&amp;gt;}Product)&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 18:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-values-from-displaying-in-a-table/m-p/686084#M248569</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2014-09-24T18:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Hide values from displaying in a table?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-values-from-displaying-in-a-table/m-p/686085#M248570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe setting null() the values you want hide&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(match(expression, ..., ..., .....), null(), expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(RowNo(Total)&amp;gt;10 and RowNo(Total)&amp;lt;13, null(), RowNo(Total))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 18:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-values-from-displaying-in-a-table/m-p/686085#M248570</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-09-24T18:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hide values from displaying in a table?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-values-from-displaying-in-a-table/m-p/686086#M248571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Massimo, calculated dimensions should typically be avoided unless absolutely necessary, as they tend to have a detrimental effect on application performance. If something can be accomplished with set analysis, that's preferable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 18:59:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-values-from-displaying-in-a-table/m-p/686086#M248571</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2014-09-24T18:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hide values from displaying in a table?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-values-from-displaying-in-a-table/m-p/686087#M248572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vlad, this looks to have worked!&amp;nbsp; Thank you!&amp;nbsp; One question though - I have six expressions (Total, FY14, FY15, FY16, FY17, FY18) and I only applied the set analysis modified to Total, which seems to have hidden the offending lines.&amp;nbsp; Is there any reason I should apply the modifier to FY14-FY18 as well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 19:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-values-from-displaying-in-a-table/m-p/686087#M248572</guid>
      <dc:creator />
      <dc:date>2014-09-24T19:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hide values from displaying in a table?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-values-from-displaying-in-a-table/m-p/686088#M248573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Technically you only need to apply it to the "offending" expressions (the ones that would cause a non-zero and non-null value to be returned). Depending on how many values you're excluding, you may achieve a small performance improvement by applying this to all expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 19:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-values-from-displaying-in-a-table/m-p/686088#M248573</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2014-09-24T19:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Hide values from displaying in a table?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-values-from-displaying-in-a-table/m-p/686089#M248574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it.&amp;nbsp; Thank you Vlad!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 19:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-values-from-displaying-in-a-table/m-p/686089#M248574</guid>
      <dc:creator />
      <dc:date>2014-09-24T19:27:21Z</dc:date>
    </item>
  </channel>
</rss>

