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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
sweens78
Creator
Creator

Show Percentage on chart

Hi Guys I have the below chart.

The user want to add up all the totals below and devide into each total on the bars so for example adding these all up

746+717+536+529+196+126 =

2850

So for example for the 746 I should get a % of 26.1%

746/2850*100=26.1%  I'm trying to get a expression for the calculation!

The Dimension is Time:CMHT Appt

and Expression is Count(NEWKEYID)-Count(PatientsNotAssessed_ID)

I've tried a few just not getting right result

Any Ideas

Martin

Labels (1)
1 Reply
jonathandienst
Partner - Champion III
Partner - Champion III

You could click the 'Relative' checkbox on the Chart Properties | Expressions tab.

Or something like:

Count(NEWKEYID)-Count(PatientsNotAssessed_ID)

/

Sum(TOTAL Aggr(Count(NEWKEYID)-Count(PatientsNotAssessed_ID), Dim)

Dim is the name of the chart dimension.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein