<?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 IF and IsNull function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139463#M600809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt;I'm trying to add an IF-function in the script:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt;IF (IsNull (&lt;A&gt;) and IsNull (&lt;B&gt;), "Yes", "No")&lt;/B&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt;The script says that the formula is okay, but it doesn't show the desired result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt;Who can help me to discover the error in my formula?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Oct 2018 07:10:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-10-26T07:10:22Z</dc:date>
    <item>
      <title>IF and IsNull function</title>
      <link>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139463#M600809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt;I'm trying to add an IF-function in the script:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt;IF (IsNull (&lt;A&gt;) and IsNull (&lt;B&gt;), "Yes", "No")&lt;/B&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt;The script says that the formula is okay, but it doesn't show the desired result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt;Who can help me to discover the error in my formula?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2018 07:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139463#M600809</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-26T07:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: IF and IsNull function</title>
      <link>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139464#M600812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 16px;"&gt;You need single quotes:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 16px;"&gt;IF (IsNull (&lt;A&gt;) and IsNull (&lt;B&gt;), 'Yes', 'No') as SomeFieldName&lt;/B&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2018 16:59:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139464#M600812</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2018-10-26T16:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: IF and IsNull function</title>
      <link>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139465#M600813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried it with single quotes, but still not the desired result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 13:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139465#M600813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-30T13:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: IF and IsNull function</title>
      <link>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139466#M600814</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;Please state what you are expecting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way I read your IF statement I would expect to get the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="196"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="64"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="68"&gt;B&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;Result&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;A Value&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A N Value&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;A Value&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;NULL&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;NULL&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A N Value&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;NULL&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;NULL&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this what you are getting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are expecting to get Yes when either A or B is NULL then you need to change your AND to an OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 15:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139466#M600814</guid>
      <dc:creator>atoz1158</dc:creator>
      <dc:date>2018-10-30T15:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: IF and IsNull function</title>
      <link>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139467#M600815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-style: inherit; font-size: 10pt; font-family: arial, helvetica, sans-serif; font-weight: inherit;"&gt;&lt;STRONG&gt;IF (IsNull (&lt;A&gt;), If( IsNull (&lt;B&gt;), "Yes", "No"))&lt;/B&gt;&lt;/A&gt;&lt;/STRONG&gt;&lt;A&gt;&lt;B&gt;&lt;/B&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: Calibri; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 15:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139467#M600815</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-10-30T15:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: IF and IsNull function</title>
      <link>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139468#M600816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are your desired results?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 16:51:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139468#M600816</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2018-10-30T16:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: IF and IsNull function</title>
      <link>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139469#M600817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't work unfortunately.&lt;/P&gt;&lt;P&gt;But thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 11:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139469#M600817</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-31T11:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: IF and IsNull function</title>
      <link>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139470#M600818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is exactly where I'm looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But by using my formula it gives: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 196px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border: 0px solid black;" width="64"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border: 0px solid black; border-left: none;" width="68"&gt;B&lt;/TD&gt;&lt;TD class="xl63" style="border: 0px solid black; border-left: none;" width="64"&gt;Result&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border: 0px solid black; border-top: none;"&gt;A Value&lt;/TD&gt;&lt;TD class="xl63" style="border: 0px solid black; border-left: none; border-top: none;"&gt;A Value&lt;/TD&gt;&lt;TD class="xl63" style="border: 0px solid black; border-left: none; border-top: none;"&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border: 0px solid black; border-top: none;"&gt;A Value&lt;/TD&gt;&lt;TD class="xl63" style="border: 0px solid black; border-left: none; border-top: none;"&gt;NULL&lt;/TD&gt;&lt;TD class="xl63" style="border: 0px solid black; border-left: none; border-top: none;"&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border: 0px solid black; border-top: none;"&gt;&lt;STRONG&gt;NULL&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border: 0px solid black; border-left: none; border-top: none;"&gt;&lt;STRONG&gt;A Value&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border: 0px solid black; border-left: none; border-top: none;"&gt;&lt;STRONG&gt;Yes - should be No&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border: 0px solid black; border-top: none;"&gt;NULL&lt;/TD&gt;&lt;TD class="xl63" style="border: 0px solid black; border-left: none; border-top: none;"&gt;NULL&lt;/TD&gt;&lt;TD class="xl63" style="border: 0px solid black; border-left: none; border-top: none;"&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 11:52:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139470#M600818</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-31T11:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: IF and IsNull function</title>
      <link>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139471#M600819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Logic is OK.&lt;/P&gt;&lt;P&gt;Can you post a sample qvw showing the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 17:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139471#M600819</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2018-10-31T17:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: IF and IsNull function</title>
      <link>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139472#M600820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF( Len(Trim(&lt;A&gt;)) = 0 AND Len(Trim(&lt;B&gt;)) = 0, 'Yes', 'No')&lt;/B&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 18:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139472#M600820</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-10-31T18:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: IF and IsNull function</title>
      <link>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139473#M600821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Natascha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working for me, I tried this using the inline table for the example you mentioned above.&lt;/P&gt;&lt;P&gt;I defined null as blank in below script.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Input:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Set nullinterpret='';&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load *, IF (IsNull (A) and IsNull (B), 'Yes', 'No') as NullValue;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load * inline[&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;A,B &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;A Value,A Value &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;A Value, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,A Value &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Output in front-end:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217218_Capture.JPG" style="height: auto;" /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; Please check you may be assuming a blank value as null, but it may not be true always. It may be an empty string. So if it is a real null value(not an empty string) then if you click on it, it should not get selected and no changes should happen. And one more observation you can do is null values will not visible in list box. Just check.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Shashi&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 19:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139473#M600821</guid>
      <dc:creator>shashipraband</dc:creator>
      <dc:date>2018-10-31T19:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: IF and IsNull function</title>
      <link>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139474#M600822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same result as by using the other formula, but thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2018 08:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139474#M600822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-05T08:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: IF and IsNull function</title>
      <link>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139475#M600823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide a sample app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2018 08:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139475#M600823</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-11-05T08:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: IF and IsNull function</title>
      <link>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139476#M600824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share exact expr you are trying to use in your app? With some sample data would help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2018 16:40:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-and-IsNull-function/m-p/139476#M600824</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-11-05T16:40:36Z</dc:date>
    </item>
  </channel>
</rss>

