Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
mahitham
Creator II
Creator II

Percentage help

Hi,

I have the percentage calculation like below.

Percentage:

Count({<Date={"$(=Date(Max(Date),'DD/MM/YYYY'))"},Priority={'$(=$(vMaxYear)&' '&'Plan')'},[Data Sets]={"=len(Trim([Data Sets]))>0"},[Project]={"=len(Trim([Project]))>0"}>}Distinct ID)

/

Count({<Date={"$(=Date(Max(Date),'DD/MM/YYYY'))"},Priority={'$(=$(vMaxYear)&' '&'Plan')'},[Data Sets]={"=len(Trim([Data Sets]))>0"},[Project]={"=len(Trim([Project]))>0"}>}Total Distinct ID)

Output:

Project       Percentage

A                   12%

B                   15%

C                   32%

etc...

Issue:

But when i have filtered Project = A then 12% turns to 100% same like B and C also by filtering invidual project the percentage turns to 100%.

Please help me to fix this issue.

Thanks in advance.

 

Labels (1)
1 Reply
agigliotti
Partner - Champion
Partner - Champion

it's not an issue, it's the expected behaviour.