<?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 write the expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-write-the-expression/m-p/993908#M966308</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;if(isnull(NetStock) or len(trim(NetStock))=0,'Null',YourExpression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Oct 2015 07:55:23 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2015-10-05T07:55:23Z</dc:date>
    <item>
      <title>How to write the expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-expression/m-p/993906#M966306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;How to write the following in qlikview expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if NettStock is NULL then Null&lt;/P&gt;&lt;P&gt;Else &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;if(NettStock&amp;lt; sum([OutStanding Qty]),NettStock-sum([OutStanding Qty]),NettStock)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 07:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-expression/m-p/993906#M966306</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2015-10-05T07:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to write the expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-expression/m-p/993907#M966307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suveccha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can ALT function for this..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 07:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-expression/m-p/993907#M966307</guid>
      <dc:creator>SreeniJD</dc:creator>
      <dc:date>2015-10-05T07:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to write the expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-expression/m-p/993908#M966308</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;if(isnull(NetStock) or len(trim(NetStock))=0,'Null',YourExpression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 07:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-expression/m-p/993908#M966308</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-10-05T07:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to write the expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-expression/m-p/993909#M966309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100908_Capture.PNG" style="width: 620px; height: 250px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 07:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-expression/m-p/993909#M966309</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-10-05T07:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to write the expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-expression/m-p/993910#M966310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;if (len(trim(NettStock))=0 ,null(),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;if(NettStock&amp;lt; sum([OutStanding Qty]),NettStock-sum([OutStanding Qty]),NettStock))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 08:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-expression/m-p/993910#M966310</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-10-05T08:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to write the expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-expression/m-p/993911#M966311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if(len( trim(NettStock))=0,'Null',if(NettStock&amp;lt; sum([OutStanding Qty]),NettStock-sum([OutStanding Qty]),NettStock))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 08:06:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-expression/m-p/993911#M966311</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-10-05T08:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to write the expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-expression/m-p/993912#M966312</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Len(Trim(NettStock)) =&amp;nbsp; 0, 'Null',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(NettStock&amp;lt; sum([OutStanding Qty]),NettStock-sum([OutStanding Qty]),NettStock))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 08:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-expression/m-p/993912#M966312</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-10-05T08:07:40Z</dc:date>
    </item>
  </channel>
</rss>

