Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
In a bar chart, i add total with checking "Show total" in dimension limits tab. So, i get in my attached sample :
Country A, B, C, D and Total
But i'am unable to make a descending sort, with Total at the top, after country D, country A,...etc
Any idea?
Thanks
Looks like it is back now....
Try this
Fact: LOAD * INLINE [ Country, Sales A, 45 B, 12 C, 36 D, 78 ]; Dim: LOAD * INLINE [ Dim 1 2 ];
and then dimension
=Pick(Dim, Country, 'Total')
Expression
Sum(Sales)
Sorting - Select sorting by Y-value Descending
Am I the only one seeing '(Virus scan in progress...)' or everyone else is also seeing this?
Me too
Looks like it is back now....
Try this
Fact: LOAD * INLINE [ Country, Sales A, 45 B, 12 C, 36 D, 78 ]; Dim: LOAD * INLINE [ Dim 1 2 ];
and then dimension
=Pick(Dim, Country, 'Total')
Expression
Sum(Sales)
Sorting - Select sorting by Y-value Descending
Great, thank you!!