Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Here is the expression to calculate the percentage
- count(DISTINCT {< Mois={'févr.'}, [Canal d'entrée]={'Accès web','Formulaire web'}>} [Prise de contact]) = 270
- $(vMoyenneAnnuelle) = count(DISTINCT {<[Canal d'entrée]={'Accès web','Formulaire web'}>} [Prise de contact])/ Count({<Année = {'$(=Max(Année))'}>} Distinct Mois) = 312
- num(count(DISTINCT {< Mois={'févr.'}, [Canal d'entrée]={'Accès web','Formulaire web'}>} [Prise de contact])/ $(vMoyenneAnnuelle),'00,##%') = 2.40%
or
- 270/312=86.53%
I can not identify the error, could you help me please?
Thank you
Maurice
This worked
=(count(DISTINCT {< Mois={'févr.'}, [Canal d'entrée]={'Accès web','Formulaire web'}>} [(Ne pas modifier)Prise de contact]))/ ($(vTestT))
What do you get when you use just this
$(vMoyenneAnnuelle)
and
vMoyenneAnnuelle
If one of these give you your 312, use that for the denominator.
Try this?
= num(count(DISTINCT {< Mois={'févr.'}, [Canal d'entrée]={'Accès web','Formulaire web'}>} [Prise de contact])/ '$(vMoyenneAnnuelle)','00,##%')
Can you try with this?
Num(Expression * 100 , '##.#0%')
- $(vMoyenneAnnuelle) : give me 312
- vMoyenneAnnuelle : nothing
But I use this expression already, as mentioned above
does not work
It is not the percentage display the problem
What do you see when you use it without the formatting?
count(DISTINCT {< Mois={'févr.'}, [Canal d'entrée]={'Accès web','Formulaire web'}>} [Prise de contact])/ $(vMoyenneAnnuelle)
Do you see 0.8653?
document attached
0.024038
This is my problem