Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
ravikumar_iyana
Creator
Creator

How to remove null() and space in TableBox

Hi,

I am facing a problem for removing null() or spaces in tablebox.

 

namestudent
    John
raviReddy
kumarPrem
saiKumar
anilrunil
tejamani
shivakrishna

I am already used this below:Requirement: when  Tab:Teacher is null then all Column will disappear

1) I am already used trim() in script level

2) In Table Box -> presentation -> i am checked Omit Rows where field is null

plz help me ASAP

15 Replies
HirisH_V7
Master
Master

While loading itself use,

where name<>Null();

HirisH
“Aspire to Inspire before we Expire!”
ravikumar_iyana
Creator
Creator
Author

Hi Or Shoham,

I am already used Omit null but its not working in tablebox

ravikumar_iyana
Creator
Creator
Author

Hi Hirish,

The two fields of data taking different tables at that time of loading in table box how can i will write this function

Mark_Little
Luminary
Luminary

It wouldn't look like you want on the chart and i am not 100% sure it would work with out playing.

You might be able to get something that export out to excel as you want and gives you similar functionality.

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.

Mark

HirisH_V7
Master
Master

Then that case you can go , i suggest to use straight table for this.

HirisH
“Aspire to Inspire before we Expire!”
ravikumar_iyana
Creator
Creator
Author

Hi Or Shoham,

I am tried your expression its working fine but little modification required i don it like this

=if(len(FieldName)>0,FieldName,Null())

Thanks for your valuable response