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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Percentages of total subdimension

Hello

I have the following Table:

Instead of the number of the dimensión GRUPO_SERVICIO I want to have the porcentages that this number represents according to the sum.

Example for the TIENDA COPYFACTORY Instead of have GDF=4,845 METROBUS=85 etc. I want to have the porcentage that these numbers represent according to the total 5,997

Please Help

Thanks in advance

22 Replies
MarcoWedel

Hi,

one solution could be:

QlikCommunity_Thread_169474_Pic1.JPG

QlikCommunity_Thread_169474_Pic3.JPG

QlikCommunity_Thread_169474_Pic2.JPG

hope this helps

regards

Marco

ramoncova06
Partner - Specialist III
Partner - Specialist III

algo asi te debe de funcionar

if(Count(TOT_TRAN)/Count(Total <Tienda> TOT_TRAN)= 1,

Count(TOT_TRAN),

num(Count(TOT_TRAN)/Count(Total <Tienda> TOT_TRAN),'#,##0.00%')

MarcoWedel

Hi,

another solution:

QlikCommunity_Thread_169474_Pic4.JPG

QlikCommunity_Thread_169474_Pic5.JPG

hope this helps

regards

Marco