Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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