Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a pivot table with two columns. In the first column i make a count of the abonnees. How can i get the percent of that counts in the second column from the total abonnees of that row.
Who can help me with this problem?
This is the sollution.
=Num(Count(Klantnummer_BC)/Count(Total <VertegenwoordigerId> Klantnummer_BC))
Thanks anyway
HI,
You try this:
=Num( Count(Aantal)/Count(Total Aantal) * 100, 0.00) & '%'
Regards
=Num(Count(Klantnummer_BC)/Count({<VertegenwoordigerId={'2'}>}Total Klantnummer_BC))
This one works only for the first column. How can i make {<VertegenwoordigerId={'2'}>} variable so he takes the columnvalue?
Hi Dirk
I didn't get your idea on this one.
dirkgroen wrote:
How can i make {<VertegenwoordigerId={'2'}>} variable so he takes the columnvalue?
<div></div>
You want to save the value of Vertegenwoordigerid in a variable?
i need the total of abbonements of that VertegenwoordigerID
HI,
Ahh.. ok.. how about adding '$' in to your expression:
=Num(Count(Klantnummer_BC)/Count({$<VertegenwoordigerId={'2'}>}Total Klantnummer_BC))
When i hardcoded set de vertegenwoordigerID on 2 it works for the first. But not for the others. so VertegenwoordigerId needs to be variable and abonnementen not.
This is the sollution.
=Num(Count(Klantnummer_BC)/Count(Total <VertegenwoordigerId> Klantnummer_BC))
Thanks anyway
Hmm.. can you share to us your file? (or a sample of it) so that we can help you more