<?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 show record null values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-record-null-values/m-p/816669#M660911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to show EMP 2 and 3 in a chart , SET Analysis can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only( {$&amp;lt;[Training Code]=e([Training Code])&amp;gt; } [Training Code])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will apply a filter to a chart to only show training codes in the set of codes that have NOT been selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is sample as well that works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Mar 2015 18:28:36 GMT</pubDate>
    <dc:creator>JonnyPoole</dc:creator>
    <dc:date>2015-03-02T18:28:36Z</dc:date>
    <item>
      <title>How to show record null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-record-null-values/m-p/816664#M660906</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 like this below&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="100" style="border: 1px solid rgb(0, 0, 0); width: 232px; height: 55px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Employee id&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Training Code&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;EST01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;EST02&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;EST02&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i select from list box "EST01" i need show only employee 1 and 2&lt;/P&gt;&lt;P&gt;Is it possibile?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tyvm&lt;/P&gt;&lt;P&gt;Simone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 17:48:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-record-null-values/m-p/816664#M660906</guid>
      <dc:creator />
      <dc:date>2015-03-02T17:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to show record null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-record-null-values/m-p/816665#M660907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the logic behind this? Please elaborate little more !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 17:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-record-null-values/m-p/816665#M660907</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-02T17:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to show record null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-record-null-values/m-p/816666#M660908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If You select &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;EST01 You only have employee 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 18:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-record-null-values/m-p/816666#M660908</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-02T18:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to show record null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-record-null-values/m-p/816667#M660909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My mistake.&lt;/P&gt;&lt;P&gt;i have to show only idEmp 2 and 3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 18:20:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-record-null-values/m-p/816667#M660909</guid>
      <dc:creator />
      <dc:date>2015-03-02T18:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to show record null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-record-null-values/m-p/816668#M660910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so when you select EST01, you show the values that are not corresponding to EST01?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 18:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-record-null-values/m-p/816668#M660910</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-02T18:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to show record null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-record-null-values/m-p/816669#M660911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to show EMP 2 and 3 in a chart , SET Analysis can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only( {$&amp;lt;[Training Code]=e([Training Code])&amp;gt; } [Training Code])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will apply a filter to a chart to only show training codes in the set of codes that have NOT been selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is sample as well that works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 18:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-record-null-values/m-p/816669#M660911</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-03-02T18:28:36Z</dc:date>
    </item>
  </channel>
</rss>

