<?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 filter when my field sEG have missing value ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-filter-when-my-field-sEG-have-missing-value/m-p/1288850#M623201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you it work now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;P&gt;DIrector&lt;/P&gt;&lt;P&gt;TDS Technology (S) P/L&lt;/P&gt;&lt;P&gt;Whatsapp +659:261804&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Jan 2017 10:48:39 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2017-01-08T10:48:39Z</dc:date>
    <item>
      <title>How to filter when my field sEG have missing value ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-when-my-field-sEG-have-missing-value/m-p/1288847#M623198</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 try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(sEG='A11',sEG)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it can display those A11 company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may i know how to change the above expression to list missing value ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i Try :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(sEG=' ',sEG)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it does not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;paul&lt;/P&gt;&lt;P&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jan 2017 03:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-when-my-field-sEG-have-missing-value/m-p/1288847#M623198</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-01-08T03:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter when my field sEG have missing value ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-when-my-field-sEG-have-missing-value/m-p/1288848#M623199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(len(trim(sEG))=0,sEG)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jan 2017 05:21:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-when-my-field-sEG-have-missing-value/m-p/1288848#M623199</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-01-08T05:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter when my field sEG have missing value ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-when-my-field-sEG-have-missing-value/m-p/1288849#M623200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand one thing here; if sEG is missing/null() then why are you trying to return sEG?? it will always return a null value, return some other field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Isnull(sEG), &lt;SPAN style="text-decoration: underline;"&gt;otherfield&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(Isnull(sEG), &lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;1,0&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain the objective for more clarity?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jan 2017 10:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-when-my-field-sEG-have-missing-value/m-p/1288849#M623200</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-08T10:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter when my field sEG have missing value ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-when-my-field-sEG-have-missing-value/m-p/1288850#M623201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you it work now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;P&gt;DIrector&lt;/P&gt;&lt;P&gt;TDS Technology (S) P/L&lt;/P&gt;&lt;P&gt;Whatsapp +659:261804&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jan 2017 10:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-when-my-field-sEG-have-missing-value/m-p/1288850#M623201</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-01-08T10:48:39Z</dc:date>
    </item>
  </channel>
</rss>

