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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Mekko Chart and multiple dimensions

Hello

I have to create a mekko chart with 2 dimensions.

Airline Company

and Aircraft.

I do the sum of the number of passengers as expression.

I would like to have a relative value of the number of passenger carried per Aircraft / Number of passenger Carried per company.

Hope I am clear

Thanks for your help

Philippe

1 Solution

Accepted Solutions
Not applicable
Author

I found the solution . Here is the expression I have created :

=sum (  NbPassengersCarried) / sum(TOTAL <"AirLine"> NbPassengersCarried)

My first dimension is Airline and the second one is AirCraftType

Philippe

View solution in original post

1 Reply
Not applicable
Author

I found the solution . Here is the expression I have created :

=sum (  NbPassengersCarried) / sum(TOTAL <"AirLine"> NbPassengersCarried)

My first dimension is Airline and the second one is AirCraftType

Philippe