Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Experts,
i am trying to displaying field value percentage using district and Total functions.
on chart for each value im getting the 100%. each value has less than 100% total would be 100%.
can some one help me to resolve this issue.
please find the expression im trying to displaying the percentage
=num(Count(DISTINCT{<RAG_RATING_CD=>}Metric)/COUNT(TOTAL <RAG_RATING_CD> DISTINCT Metric),'#,##0%')
Best Regards,
Niranjan
In bar chart im using MonthYear as dimension
Sorry Database we got the wrong data,thanks for your help
Is the issue resolved then?
=Count({<Month=,RAG_RATING_CD={'A'}, MonthYear={">=$(=date(MonthStart($(vMonth),-2),'MMM YY'))<=$(=Date($(vMonth),'MMM YY'))"}>}Metric)/
Count({<MonthYear=, MonthYear={">=$(=date(MonthStart(max(MonthYear),-2),'MMM YY'))<=$(=Date(max(MonthYear),'MMM YY'))"}>}Total <MonthYear>RAG_RATING_CD)
here im tying to implementing your previous logic
can you please help me
trying to implementing your logic on below expression don't know where can i use Total & Distinct function
=Count({<Month=,RAG_RATING_CD={'A'}, MonthYear={">=$(=date(MonthStart($(vMonth),-2),'MMM YY'))<=$(=Date($(vMonth),'MMM YY'))"}>}Metric)/
Count({<MonthYear=, MonthYear={">=$(=date(MonthStart(max(MonthYear),-2),'MMM YY'))<=$(=Date(max(MonthYear),'MMM YY'))"}>}Total <MonthYear>RAG_RATING_CD)
Hi Niranjan,
i think, it is the same way if you try to calculate a weighted average
beck