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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
pgalvezt
Specialist
Specialist

Delete Null Without Dimension

Hello,

When I have a pivot table I check (Delete Nulls). I have one dimension cc1, Show many option and values (this is my expression Sum({<Año={'2014'}>}pp1_01)*-1 The pivot show all values when I check Delete Values the information is correct. But I have another sheet with many charts those charts doesn´t have dimenssion. So How I can delete the same nulls?

Thanks,

3 Replies
pgalvezt
Specialist
Specialist
Author

Any Help!

Thanks!!

Anonymous
Not applicable

If you are refering to expressions you can try something like len(FIELD)>0 in the condition

pgalvezt
Specialist
Specialist
Author

Thanks for your reply,

I solve the problem using Isnull, And then with Where Condition.