<?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 remove null() and space in TableBox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389077#M802579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While loading itself use,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where name&amp;lt;&amp;gt;Null();&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Nov 2017 14:44:52 GMT</pubDate>
    <dc:creator>HirisH_V7</dc:creator>
    <dc:date>2017-11-14T14:44:52Z</dc:date>
    <item>
      <title>How to remove null() and space in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389067#M802560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&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;I am facing a problem for removing null() or spaces in tablebox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;name&lt;/TD&gt;&lt;TD width="64"&gt;student&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ravi&lt;/TD&gt;&lt;TD&gt;Reddy&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;kumar&lt;/TD&gt;&lt;TD&gt;Prem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;sai&lt;/TD&gt;&lt;TD&gt;Kumar&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;anil&lt;/TD&gt;&lt;TD&gt;runil&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;teja&lt;/TD&gt;&lt;TD&gt;mani&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;shiva&lt;/TD&gt;&lt;TD&gt;krishna&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am already used this below:Requirement: when&amp;nbsp; Tab:Teacher is null then all Column will disappear&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1) I am already used trim() in script level&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2) In Table Box -&amp;gt; presentation -&amp;gt; i am checked Omit Rows where field is null&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;plz help me ASAP&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/How-to-remove-null-and-space-in-TableBox/m-p/1389067#M802560</guid>
      <dc:creator>ravikumar_iyana</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null() and space in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389068#M802562</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;A quick fix would be a calculated dimension for student.&lt;/P&gt;&lt;P&gt;IF(LEN(TRIM(name)) &amp;gt;0, Student)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if that doesn't work you could add the same to to the name deimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 14:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389068#M802562</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2017-11-14T14:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null() and space in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389069#M802563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Have you tried using &lt;STRONG&gt;Len(name) &amp;gt; 0 and Tab = 'Teacher'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2) I believe, In table box there is no future called "Suppress". May be you are using straight table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 14:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389069#M802563</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-14T14:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null() and space in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389070#M802566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark in listBox we can use like this your expression but now i my requirement is TableBox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 14:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389070#M802566</guid>
      <dc:creator>ravikumar_iyana</dc:creator>
      <dc:date>2017-11-14T14:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null() and space in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389071#M802569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Only({&amp;lt;Name = {"=Len(Name) &amp;gt; 0"}&amp;gt;} Student)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 14:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389071#M802569</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-14T14:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null() and space in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389072#M802571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;Thanks for u r valuable response my requirement is table box only not for Straight Table &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 14:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389072#M802571</guid>
      <dc:creator>ravikumar_iyana</dc:creator>
      <dc:date>2017-11-14T14:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null() and space in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389073#M802572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No You can not in table box as we doesn't have futures like straight. But, you can use Straight table as you feel and looks like same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 14:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389073#M802572</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-14T14:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null() and space in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389074#M802574</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;Yer sorry wouldn't work in a table box.&lt;/P&gt;&lt;P&gt;But you could use a straight table, Use the name as your Dimension and the expresssions would be &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(name)) &amp;gt;0, Student)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 14:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389074#M802574</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2017-11-14T14:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null() and space in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389075#M802576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why would you *require* a table box? What does it do that a straight table does not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could add secondary fields that are null based on the specific value at the script level, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Student, Name, if(Len(Name)&amp;gt;0, Student) as StudentForTableBox, if(Len(Name)&amp;gt;0,Name) as NameForTableBox;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that situation I think you should be able to omit nulls from table box, since both fields are null. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 14:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389075#M802576</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2017-11-14T14:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null() and space in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389076#M802577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;I am tried this already in straight table also "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;IF(LEN(TRIM(name)) &amp;gt;0, Student)&lt;/SPAN&gt;" its not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 14:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389076#M802577</guid>
      <dc:creator>ravikumar_iyana</dc:creator>
      <dc:date>2017-11-14T14:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null() and space in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389077#M802579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While loading itself use,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where name&amp;lt;&amp;gt;Null();&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 14:44:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389077#M802579</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2017-11-14T14:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null() and space in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389078#M802581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Or Shoham,&lt;/P&gt;&lt;P&gt;I am already used Omit null but its not working in tablebox &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 14:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389078#M802581</guid>
      <dc:creator>ravikumar_iyana</dc:creator>
      <dc:date>2017-11-14T14:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null() and space in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389079#M802583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hirish,&lt;/P&gt;&lt;P&gt;The two fields of data taking different tables at that time of loading in table box how can i will write this function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 14:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389079#M802583</guid>
      <dc:creator>ravikumar_iyana</dc:creator>
      <dc:date>2017-11-14T14:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null() and space in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389080#M802584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It wouldn't look like you want on the chart and i am not 100% sure it would work with out playing.&lt;/P&gt;&lt;P&gt;You might be able to get something that export out to excel as you want and gives you similar functionality.&lt;/P&gt;&lt;P&gt;Add expressions in your chart for you percentages, tick the invisible box and Text as Popup, should see your values on hover and will export to excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 14:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389080#M802584</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2017-11-14T14:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null() and space in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389081#M802585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then that case you can go , i suggest to use straight table for this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 14:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389081#M802585</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2017-11-14T14:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null() and space in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389082#M802586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Or Shoham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am tried your expression its working fine but little modification required i don it like this&lt;/P&gt;&lt;P&gt;=if(len(FieldName)&amp;gt;0,FieldName,Null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your valuable response&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 03:49:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-space-in-TableBox/m-p/1389082#M802586</guid>
      <dc:creator>ravikumar_iyana</dc:creator>
      <dc:date>2017-11-15T03:49:14Z</dc:date>
    </item>
  </channel>
</rss>

