<?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 Syntax error in my code with 'isnull' in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Syntax-error-in-my-code-with-isnull/m-p/109626#M759360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to check if for a certain SURVEY ID there is any sounding correction report.&lt;/P&gt;&lt;P&gt;So if there is any Sounding date they will show a sounding correction report.&lt;/P&gt;&lt;P&gt;If there are no sounding date value it will show no sounding correction reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I encountered a syntax error in my following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( isNull([SOUNDING_START_DATE]) ,'No Sounding Correction Report Available','Sounding Correction Report Available');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here SOUNDING_START_DATE IS A DIMENSION &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>trishita</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Syntax error in my code with 'isnull'</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-error-in-my-code-with-isnull/m-p/109626#M759360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to check if for a certain SURVEY ID there is any sounding correction report.&lt;/P&gt;&lt;P&gt;So if there is any Sounding date they will show a sounding correction report.&lt;/P&gt;&lt;P&gt;If there are no sounding date value it will show no sounding correction reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I encountered a syntax error in my following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( isNull([SOUNDING_START_DATE]) ,'No Sounding Correction Report Available','Sounding Correction Report Available');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here SOUNDING_START_DATE IS A DIMENSION &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-error-in-my-code-with-isnull/m-p/109626#M759360</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in my code with 'isnull'</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-error-in-my-code-with-isnull/m-p/109627#M759361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give a try as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( Len(Trim([SOUNDING_START_DATE])))=0 ,'No Sounding Correction Report Available','Sounding Correction Report Available');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 11:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-error-in-my-code-with-isnull/m-p/109627#M759361</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-08-22T11:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in my code with 'isnull'</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-error-in-my-code-with-isnull/m-p/109628#M759362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to Raja's suggestion above you need to store the output of IF condition into a field / dimension using "&lt;STRONG&gt;AS&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if( Len(Trim([SOUNDING_START_DATE])))=0 ,'No Sounding Correction Report Available','Sounding Correction Report Available')&lt;STRONG&gt; as ReptAvailable&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ReptAvailable&lt;/STRONG&gt; is a new dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 08:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-error-in-my-code-with-isnull/m-p/109628#M759362</guid>
      <dc:creator>jayaramp</dc:creator>
      <dc:date>2018-08-24T08:24:55Z</dc:date>
    </item>
  </channel>
</rss>

