I used Pivot Table Options -> Field Settings -> Show Values As -> Difference From.
I did this to show the difference in dollars from one month to another. My report now has two columns: month1 (which is blank, as it should be, since it's the base), and month2 (which shows the difference between the months).
I then formatted the month2 column like so:
"increase by" #,##0_);[Red]"decrease by" (#,##0);"no change"
So, my "difference from" column now looks kind of like this:
no change
no change
increase by $1
no change
decrease by ($3)
no change
I want it to look like this:
no change
no change
no change
increase by $1
increase by $2
increase by $6
decrease by ($7)
decrease by ($10)
For the life of me, I cannot figure out how to do this sort. Alphabetical doesn't do it, in either direction. The pivot table will not let me do a manual sort because it's a custom calculation.
Maybe I could use a custom list, but I don't know what that list would consist of, since the numbers in question will change constantly.
Any thoughts?
I did this to show the difference in dollars from one month to another. My report now has two columns: month1 (which is blank, as it should be, since it's the base), and month2 (which shows the difference between the months).
I then formatted the month2 column like so:
"increase by" #,##0_);[Red]"decrease by" (#,##0);"no change"
So, my "difference from" column now looks kind of like this:
no change
no change
increase by $1
no change
decrease by ($3)
no change
I want it to look like this:
no change
no change
no change
increase by $1
increase by $2
increase by $6
decrease by ($7)
decrease by ($10)
For the life of me, I cannot figure out how to do this sort. Alphabetical doesn't do it, in either direction. The pivot table will not let me do a manual sort because it's a custom calculation.
Maybe I could use a custom list, but I don't know what that list would consist of, since the numbers in question will change constantly.
Any thoughts?