<?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 Suppress when there is null in expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Suppress-when-there-is-null-in-expression/m-p/375026#M139678</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still no use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Mar 2012 08:16:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-29T08:16:41Z</dc:date>
    <item>
      <title>Suppress when there is null in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-when-there-is-null-in-expression/m-p/375024#M139676</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've loaded the below data in qvw file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID, Link&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, A.bmp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, B.bmp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, C.bmp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, D.bmp&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- In Straight table i've taken dimension as ID and Expression as =Link &amp;amp;'&amp;lt;URL&amp;gt;WWW.Google.com'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i can able to see in front as below image.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/12551_Untitled.png" /&gt;&lt;/P&gt;&lt;P&gt;- Now i want to Suppress the table if the expression is null.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 07:35:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-when-there-is-null-in-expression/m-p/375024#M139676</guid>
      <dc:creator />
      <dc:date>2012-03-29T07:35:07Z</dc:date>
    </item>
    <item>
      <title>Suppress when there is null in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-when-there-is-null-in-expression/m-p/375025#M139677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load the values like this because while loading in&amp;nbsp; inline it assumes it as empty value(like '') not as null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD ID,if(len(Link)&amp;gt;0,Link,Null()) as Link INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID, Link&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, A.bmp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, B.bmp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, C.bmp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, D.bmp&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Check suppress null values in the dimension tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 07:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-when-there-is-null-in-expression/m-p/375025#M139677</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-03-29T07:42:46Z</dc:date>
    </item>
    <item>
      <title>Suppress when there is null in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-when-there-is-null-in-expression/m-p/375026#M139678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still no use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 08:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-when-there-is-null-in-expression/m-p/375026#M139678</guid>
      <dc:creator />
      <dc:date>2012-03-29T08:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress when there is null in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-when-there-is-null-in-expression/m-p/375027#M139679</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;&lt;/P&gt;&lt;P&gt;just use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(len(Link)&amp;gt;0,ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as calculated dimension it works!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;find attachement&amp;nbsp; eee.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Anant Dubey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 08:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-when-there-is-null-in-expression/m-p/375027#M139679</guid>
      <dc:creator />
      <dc:date>2012-03-29T08:49:55Z</dc:date>
    </item>
    <item>
      <title>Suppress when there is null in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-when-there-is-null-in-expression/m-p/375028#M139680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya it's working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 08:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-when-there-is-null-in-expression/m-p/375028#M139680</guid>
      <dc:creator />
      <dc:date>2012-03-29T08:57:40Z</dc:date>
    </item>
  </channel>
</rss>

