Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Please check the attached file and let me know how to calculate the total of "Actif" . Actif is a dimension.
Thanks,
Nima
Add an expression =sum(Actif) to your (pivot)table/chart
I don't want to repeat it for every single column.
I don't understand what you mean. Can you explain? Can you share the qvw document you're working on?
If I add sum(Actif) in expression then It will create sum(Actif) for every column.
What I want to do is for example equipe 8 is 120 and equipe 12 is 81 , I want to have 201 as the total for the line that you see the Total right about them.
remove Actif as dimension & add first expr:
sum(aggr(sum(Actif),Annnée,Mois,Équipe))
it does not change any thin ![]()
Check Show partial sum on presentation tab for each dimension
this is not an expression . it should be a calculated dimension . Maybe I did not explain it well. ![]()
HI
Can you post a sample file?