<?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 perform an IF statement for blank values in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-perform-an-IF-statement-for-blank-values/m-p/2087363#M1148</link>
    <description>&lt;P&gt;Hi Kaylab.&lt;/P&gt;
&lt;P&gt;Those "-" are null values, you can treat them by using &lt;STRONG&gt;IsNull Function&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;In your case: If(&lt;STRONG&gt;IsNull&lt;/STRONG&gt;(&lt;STRONG&gt;Latest&lt;/STRONG&gt;),'Not Accessed', &lt;STRONG&gt;Latest&lt;/STRONG&gt;).&lt;/P&gt;
&lt;P&gt;You can use this either on your table or directly into the Script.&lt;/P&gt;
&lt;P&gt;-Zapparoli&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jun 2023 21:04:09 GMT</pubDate>
    <dc:creator>Zapparoli</dc:creator>
    <dc:date>2023-06-23T21:04:09Z</dc:date>
    <item>
      <title>How to perform an IF statement for blank values</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-perform-an-IF-statement-for-blank-values/m-p/2087357#M1147</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kaylab_0-1687550565208.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/110893iD6C722670D3E9342/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kaylab_0-1687550565208.png" alt="kaylab_0-1687550565208.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kaylab_1-1687550608675.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/110894iCE0A28FB35C02CBF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kaylab_1-1687550608675.png" alt="kaylab_1-1687550608675.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kaylab_2-1687550679255.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/110895i43A366F8A1717A34/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kaylab_2-1687550679255.png" alt="kaylab_2-1687550679255.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I am trying to put "Not Accessed" In the last column for the boxes that contain '-' but nothing works. I've tried numerous IF statements and len but nothing seems to work. It is tied with users first/last name and their emails if that helps. All i need is for LastViewDate to show 'Not Accessed' when there is a blank.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 23:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-perform-an-IF-statement-for-blank-values/m-p/2087357#M1147</guid>
      <dc:creator>kaylab</dc:creator>
      <dc:date>2025-03-19T23:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform an IF statement for blank values</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-perform-an-IF-statement-for-blank-values/m-p/2087363#M1148</link>
      <description>&lt;P&gt;Hi Kaylab.&lt;/P&gt;
&lt;P&gt;Those "-" are null values, you can treat them by using &lt;STRONG&gt;IsNull Function&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;In your case: If(&lt;STRONG&gt;IsNull&lt;/STRONG&gt;(&lt;STRONG&gt;Latest&lt;/STRONG&gt;),'Not Accessed', &lt;STRONG&gt;Latest&lt;/STRONG&gt;).&lt;/P&gt;
&lt;P&gt;You can use this either on your table or directly into the Script.&lt;/P&gt;
&lt;P&gt;-Zapparoli&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 21:04:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-perform-an-IF-statement-for-blank-values/m-p/2087363#M1148</guid>
      <dc:creator>Zapparoli</dc:creator>
      <dc:date>2023-06-23T21:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform an IF statement for blank values</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-perform-an-IF-statement-for-blank-values/m-p/2087520#M1151</link>
      <description>Thank you for your response but for some reason it is not working in either.&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jun 2023 02:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-perform-an-IF-statement-for-blank-values/m-p/2087520#M1151</guid>
      <dc:creator>kaylab</dc:creator>
      <dc:date>2023-06-26T02:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform an IF statement for blank values</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-perform-an-IF-statement-for-blank-values/m-p/2087544#M1152</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Can you try with Alt function like&lt;/P&gt;
&lt;P&gt;Alt(Latest, 'Not Accessed')&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 03:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-perform-an-IF-statement-for-blank-values/m-p/2087544#M1152</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2023-06-26T03:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform an IF statement for blank values</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-perform-an-IF-statement-for-blank-values/m-p/2087769#M1160</link>
      <description>That's not working either unfortunately.&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jun 2023 11:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-perform-an-IF-statement-for-blank-values/m-p/2087769#M1160</guid>
      <dc:creator>kaylab</dc:creator>
      <dc:date>2023-06-26T11:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform an IF statement for blank values</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-perform-an-IF-statement-for-blank-values/m-p/2088053#M1164</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Are you implementing the suggestion in front end or back end?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 02:51:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-perform-an-IF-statement-for-blank-values/m-p/2088053#M1164</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2023-06-27T02:51:06Z</dc:date>
    </item>
  </channel>
</rss>

