Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

How to make stack chart all bar same height ?

HI All

I have a stack bar chart , the bar display the actual sales value . So the bar some are high and some are low.

My aim is to make all the bar same height , so i am able to view which is the high contribution % Exp from year by year changes.

I aware that the code should look some thing like below :-

=if(aggr(sum(sales),$(ColumnDim10)) / aggr(sum(total <$(ColumnDim_p)> sales), $(ColumnDim10)) > 0.001, $(ColumnDim10), ' Other')

But i am not able to apply here.

Hope some one can share with me.

Paul

Labels (1)
5 Replies
paulyeo11
Master
Master
Author

Enclosed my QV Doc

Anonymous
Not applicable

Can't look at your example yet as I'm doing a reload.

Sounds like you want to show the relative proportions of the primary aggregation, split by a secondary dimension.

Have you tried ticking the Relative checkbox on the expression ?

Jonathan

Not applicable

There is a graph exampe on my website that shows all bars the same size.  It may help you.  See here:

http://intuiqlik.com/2013/03/27/infographics-in-qlikview/

paulyeo11
Master
Master
Author

Hi Rebecca

nice link , me like those creative art. Thank

paulyeo11
Master
Master
Author

Hi All

Can some one share with me.