Skip to main content
Madison Kress 님이 #Reports & Dashboards에 질문했습니다

Hello! I am trying to show on my report the percentage of each reason by each week. I am using the following formula:

RowCount / PARENTGROUPVAL(RowCount,Case.Handover_Outcome_Reason__c, CLOSED_DATE)

 

However, all the percentages are showing up as 100% if the value was 1 or more. What am I doing wrong with the formula?

 

Issues with PARENTGROUPVAL Formula Percentages

 

 

#Reports & Dashboards

답변 2개
  1. Eric Praud (Activ8 Solar Energies) Forum Ambassador
    2024년 8월 20일 오전 11:48

    Hi Madison,

     

    Are you trying to do this?

    RowCount / PARENTGROUPVAL(RowCount, ROW_GRAND_SUMMARY, CLOSED_DATE)

    Since you're trying to find the proportion from the total of the row, you need that value instead of Case.Handover_Outcome_Reason__c. This is comprised in the RowCount, depending on where you display the formula

0/9000