Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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,
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],