Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Bar graph (y axis % top 20 avg)

Hi all

I have a table in the format (below).  Looking to create a stacked bar graph with x-axis as dates and Y axis as percentage (Avg of top 20 (rank)  percentage in green and next 20 in red). Please see attached image.

Area        Value  date

London    90%  01-01-2013

USA        80%  .

Asia        93%  .

Europe    78%  .

Australia  60%  .

Russia     96%  .

.                      .

.                      .

.                      .

3 Replies
Not applicable
Author

You need to create the 2 expression: 1 - Tot 20 Avg 2- Other 20 Avg

Then Select Stacked bar in Style.

Please post some sample data

Not applicable
Author

Thanks.

What could be the expression.

I tried

Expression1: For top 20: If(Rank(Sum(percentage)<=20),Avg(Percentage))

Expression2: For 20-40 : If(Rank(Sum(percentage)>20) And Rank(Sum(percentage)<=40),Avg(Percentage))

Not applicable
Author

Please Post the some sample data so community people will help on the expressions.