Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In the attached example, I have a simple chart with 2 dimensions (Project, Responsible) and 1 expression (End Date). How can I sort the chart by Responsible and then End Date? The goal is to present each Responsible person's projects together, sorted by End Date. I do have to keep the bars stacked to prevent unwanted gaps.
I tried sorting by expression Responsible (the 2nd dimension) but that causes the sort to fall back to the load order. The attached file has the chart as well as a picture of what I am trying to get:
Any help would be greatly appreciated.
Rich
Maybe like this?
Maybe like this?
swuehl,
It works perfectly. I see how you generated a sort field during the load, and then used it as an expression in the sort tab. What I don't understand is why sorting by your column worked, but sorting by my column (in the same table) had no effect. They are both columns in the same table, so why does it ignore mine but like yours?
Great trick, and I will definitely use it elsewhere as well.
Thanks!
R
AFAIK, sort by expression expects a number returned, as a rank or sort order.
My load script calculates such a number (in a very simple way, which you might need to adapt for e.g. larger numbers of responsible persons).