Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I'm working on Qlik Sense and willing to create a Pie chart with two measures.
One of my measures is: sum(Hotel)
The second measure is: sum(AirBnB)
I want to create a pie chart that shows me my share between the two measures above.
It seems so simple but I'm going around and around without figuring out how to solve this one.
Please check what I want to do in the excel example attached.
Thank you for your support.
FC.
Brilliant! Thanks 🙂
A very good stuff. I was looking for something similar. I made it work.
if( valueList('Gross','Net')='Gross', sum({<_CMTD_Flag ={1},[_Acct_Appl_Code_Flag] ={1} >} [#uvGross Fee]),
sum({<_CMTD_Flag ={1},[_Acct_Appl_Code_Flag] ={1} >} [#uvNetAnalysisFee])
)
Thank you.
This worked beautifully for me too, thank you!
However, the results on the pie chart now show up as % and I cannot seem to change that at all. The calculation I'm using is a simple "sum(A/B)/1024". I should be getting the result as a number in TB. Changing the number formatting doesn't do anything at all..
what if we need to create pie chart with two measures and one dimension
as in place of if you will add measure valuelist then where you can add actual dimension