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: 
Joaquin_Lazaro
Partner - Specialist II
Partner - Specialist II

CrossTable question

Hello guys:

I have this CrossTable and it works as expected

File:

CrossTable(LINE, DESCRIPCION, 1)

LOAD CODAR, 

     DESC01, DESC02, DESC03, DESC04, DESC05, DESC06, DESC07, DESC08, DESC09, DESC10;

Some of the fields DESC* could have no value

Is there any way to create a CrossTable without the null or empty items ?

Well, I would do it using two steps, but if there is an easy way, it will be a faster script.

Thanks for your support.

Joaquín

1 Reply
sunny_talwar

Like you said, I usually do it in the next resident load and not sure if there is another way.