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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Ame
Contributor III
Contributor III

Sorting pivot table will null values

Hi,  I am using Qlik sense pivot table and I want to sort null values at last so the null values must be placed at the last column. How can I fix that? 

regards,

 

Labels (2)
1 Reply
JacobJones
Creator
Creator

Hi Ame,

Unless things have changed since I last checked, if you want to sort by nulls you want to assign null values a value, something like a hyphen, in the load script. That way you can select the hyphen / null value.

 

If(IsNull([FieldA]), '-', [FieldA])As [Field A],