Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I am trying to make a pivot table in QlikSense where the dimension is =dual(Name, ID). I want the table to show the names in alphabetical order, but it doesn't seem to be doing that.
I've tried the following:
Any help would be appreciated.
(was already expecting this 🙂
add the "alphabetical value" in your script by sorting your table by name asc, and adding rowno() as "the alphabetical" order.
Maybe sort by expression =Left(Name,1)
Nope, didn't work. I think Sort by Expression expects numeric values in order to sort.
does it also fail when you create your dual dimension in the script?
(i tend to avoid calculated dimensions in objects)
Can you share your data or sample application? Pivot table shows dimension in ascending order by default.
Thank you!
It will be great if you could share an example app. However, be careful when using dual function with sorting purpose:
Dual function help: "When several data items read into one field have different string representations but the same valid number representation, they will all share the first string representation encountered."
Share a sample and we will be able to help you.
Cheers
I created a sample app that should show what I am referring to.
The tables that are using the dual() dimension function properly, but they do not sort alphabetically according to the string field. The tables that use the name field sort correctly, but it groups together people with the same name even if they have different IDs.
I also tried creating a Dual field in the load script, but it did not help.
Are you able to share an example app?
I attached one above.
Hi Danny,
referring to the help:
Dual() combines a number and a string into a single record, such that the number representation of the record can be used for sorting and calculation purposes, while the string value can be used for display purposes.
so sorting a dual value alfabetically, comes to sorting it numerically.
if you want to use the text value for sorting, you'll have to use an expression using the text dimension