<?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 Only ever show certain values in a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Only-ever-show-certain-values-in-a-field/m-p/1010511#M342906</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;I have a slight problem with my dashboard which I'm hoping you guys on here will help me with (as you've always been able to previously).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field which has an "null", "open", "on hold" or "closed" status in it. I don't want to see the "closed" data except when a tick box (or perhaps variable) is set to say that I do want to see it.&lt;/P&gt;&lt;P&gt;I have multiple sheets where this data is displayed with automatic actions to clear all selections or load bookmarks so I need the solution to take that into account.&lt;/P&gt;&lt;P&gt;'ve tried to use set analysis on the data but that ignores the "null" values which I'd like to include still.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this is a simple fix but any help would be appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is a screen shot of the straight table chart I'm using to display the data.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/97176_pastedImage_4.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Aug 2015 14:41:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-27T14:41:08Z</dc:date>
    <item>
      <title>Only ever show certain values in a field</title>
      <link>https://community.qlik.com/t5/QlikView/Only-ever-show-certain-values-in-a-field/m-p/1010511#M342906</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;I have a slight problem with my dashboard which I'm hoping you guys on here will help me with (as you've always been able to previously).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field which has an "null", "open", "on hold" or "closed" status in it. I don't want to see the "closed" data except when a tick box (or perhaps variable) is set to say that I do want to see it.&lt;/P&gt;&lt;P&gt;I have multiple sheets where this data is displayed with automatic actions to clear all selections or load bookmarks so I need the solution to take that into account.&lt;/P&gt;&lt;P&gt;'ve tried to use set analysis on the data but that ignores the "null" values which I'd like to include still.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this is a simple fix but any help would be appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is a screen shot of the straight table chart I'm using to display the data.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/97176_pastedImage_4.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 14:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-ever-show-certain-values-in-a-field/m-p/1010511#M342906</guid>
      <dc:creator />
      <dc:date>2015-08-27T14:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Only ever show certain values in a field</title>
      <link>https://community.qlik.com/t5/QlikView/Only-ever-show-certain-values-in-a-field/m-p/1010512#M342907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try replacing the nulls with real values in the script. That makes the nulls selectable. You could also try something like {1-&amp;lt;[Project Status] = {'Closed'}&amp;gt;} and disable the Suppress Missing option on the Presentation tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 15:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-ever-show-certain-values-in-a-field/m-p/1010512#M342907</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-08-27T15:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Only ever show certain values in a field</title>
      <link>https://community.qlik.com/t5/QlikView/Only-ever-show-certain-values-in-a-field/m-p/1010513#M342908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much Gysbert, I don't know why I hadn't used that set analysis expression before but I'm now using it with a variable to include or exclude the "Closed" project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 08:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-ever-show-certain-values-in-a-field/m-p/1010513#M342908</guid>
      <dc:creator />
      <dc:date>2015-08-28T08:40:50Z</dc:date>
    </item>
  </channel>
</rss>

