<?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 NullAsValue in Qliksense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/NullAsValue-in-Qliksense/m-p/1724592#M55155</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;In a table, I have a column named as'Title'. In that Field, I have many values like ('Manager', 'engineer', 'support', 'others',&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'-', 'Technical', 'Security', '-', 'Lead'). My work here is I have to show 'Others ' and ' - ' as 'NO TITLE' and remaining names should be displayed.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;TABLE width="64"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="71px" height="25px"&gt;Title&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="71px" height="25px"&gt;Engineer&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="71px" height="30px"&gt;lead&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="71px" height="25px"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="71px" height="25px"&gt;Others&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="71px" height="25px"&gt;Manager&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="71px" height="25px"&gt;Support&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="71px" height="25px"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;In this Title field, I have to show it like:&lt;/P&gt;&lt;TABLE width="64"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="64"&gt;Title&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Engineer&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;lead&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;No Title&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Manager&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Support&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;No Title&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: I am getting this values from SQL. In Qlik Report, It is not showing '-' value, unless I export it to excel. So, I used NullASValue In Load editor. It is not giving any error but its not working.&lt;/P&gt;&lt;P&gt;Please give some solution which i can write in my expression&lt;/P&gt;&lt;P&gt;I tried expression like this :(Nothing worked)&lt;/P&gt;&lt;P&gt;1. if(Title = 'Others', '-', 'No Title', Title)&lt;/P&gt;&lt;P&gt;2. if(IsNull(Title) OR Title = 'Others', 'No Title', Title)&lt;/P&gt;&lt;P&gt;3. If(Title ='Others' OR Title = '-' ,No Title', Title)&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sai&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jul 2020 16:58:13 GMT</pubDate>
    <dc:creator>Sai_Mohan</dc:creator>
    <dc:date>2020-07-02T16:58:13Z</dc:date>
    <item>
      <title>NullAsValue in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/NullAsValue-in-Qliksense/m-p/1724592#M55155</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;In a table, I have a column named as'Title'. In that Field, I have many values like ('Manager', 'engineer', 'support', 'others',&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'-', 'Technical', 'Security', '-', 'Lead'). My work here is I have to show 'Others ' and ' - ' as 'NO TITLE' and remaining names should be displayed.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;TABLE width="64"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="71px" height="25px"&gt;Title&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="71px" height="25px"&gt;Engineer&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="71px" height="30px"&gt;lead&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="71px" height="25px"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="71px" height="25px"&gt;Others&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="71px" height="25px"&gt;Manager&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="71px" height="25px"&gt;Support&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="71px" height="25px"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;In this Title field, I have to show it like:&lt;/P&gt;&lt;TABLE width="64"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="64"&gt;Title&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Engineer&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;lead&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;No Title&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Manager&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Support&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;No Title&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: I am getting this values from SQL. In Qlik Report, It is not showing '-' value, unless I export it to excel. So, I used NullASValue In Load editor. It is not giving any error but its not working.&lt;/P&gt;&lt;P&gt;Please give some solution which i can write in my expression&lt;/P&gt;&lt;P&gt;I tried expression like this :(Nothing worked)&lt;/P&gt;&lt;P&gt;1. if(Title = 'Others', '-', 'No Title', Title)&lt;/P&gt;&lt;P&gt;2. if(IsNull(Title) OR Title = 'Others', 'No Title', Title)&lt;/P&gt;&lt;P&gt;3. If(Title ='Others' OR Title = '-' ,No Title', Title)&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sai&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 16:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NullAsValue-in-Qliksense/m-p/1724592#M55155</guid>
      <dc:creator>Sai_Mohan</dc:creator>
      <dc:date>2020-07-02T16:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/NullAsValue-in-Qliksense/m-p/1724595#M55156</link>
      <description>&lt;P&gt;HI Sai,&lt;/P&gt;&lt;P&gt;Did you try creating a column in the script?&lt;/P&gt;&lt;P&gt;I would do:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if( IsNull(Title), 'NO TITLE', if( Title='Others', 'NO TITLE', Title)) as Title2;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 17:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NullAsValue-in-Qliksense/m-p/1724595#M55156</guid>
      <dc:creator>Gui_Approbato</dc:creator>
      <dc:date>2020-07-02T17:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/NullAsValue-in-Qliksense/m-p/1724612#M55160</link>
      <description>&lt;P&gt;Thanks for replying&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/83197"&gt;@Gui_Approbato&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But its not working. '-' is not showing up under 'No Title'.&lt;/P&gt;&lt;P&gt;Any solutions?&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I uncheck "Include null values ", then those values are gone, but I need that values under 'No Title'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks In Advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 17:44:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NullAsValue-in-Qliksense/m-p/1724612#M55160</guid>
      <dc:creator>Sai_Mohan</dc:creator>
      <dc:date>2020-07-02T17:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/NullAsValue-in-Qliksense/m-p/1724615#M55162</link>
      <description>&lt;P&gt;What if in the load editor you change the column to:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;if( Len( Trim(Title))=0 , 'NO TITLE',&amp;nbsp; &amp;nbsp; &amp;nbsp;if( Title='Others', 'NO TITLE', Title)&amp;nbsp; &amp;nbsp;) as Title;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 17:51:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NullAsValue-in-Qliksense/m-p/1724615#M55162</guid>
      <dc:creator>Gui_Approbato</dc:creator>
      <dc:date>2020-07-02T17:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/NullAsValue-in-Qliksense/m-p/1724623#M55163</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/83197"&gt;@Gui_Approbato&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Still I am not getting that&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help! I really appreciate your work!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 18:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NullAsValue-in-Qliksense/m-p/1724623#M55163</guid>
      <dc:creator>Sai_Mohan</dc:creator>
      <dc:date>2020-07-02T18:13:29Z</dc:date>
    </item>
  </channel>
</rss>

