Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
jorditorras
Creator
Creator

Relative % in a Bar Chart

Hi Gurus, 

I have a Bar Chart were I see the number of orders by category month by month. So, if there are 5 categories, I see 5 bars per month. My calculation right now is:

sum({$<[%FactTypeID]={1},[Order type code]={3},#>}OrderCounter)

that I use as Measure, and in Dimensions I have: Category and Month. 

So, my question is: How can I see the % of orders per category month by month? 

Labels (1)
1 Reply
lironbaram
Partner - Master III
Partner - Master III

hi 

try this 

sum({$<[%FactTypeID]={1},[Order type code]={3},#>}OrderCounter)

/

sum({$<[%FactTypeID]={1},[Order type code]={3},#>} TOTAL<Month>OrderCounter)