cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Competencie's rating calculation (not average)

0 Kudos
681

Hello,

I need to have a competencie's overall rating calculation being the sum of all competencie's ratings, not the average. For example:

Competencie 1= 2

Competencie 2= 3

Competencie 3= 1

Competencie 4= 2

Competencie 5= 3

Overall rating= 11

I have used this code in the competencies and Summary sections, but it didn't work. It's still soing the average:

<section-rating-calc><![CDATA[sum]]></section-rating-calc>

Could you help me to make this work please?

Thanks in advanced

Accepted Solutions (0)

Answers (2)

Answers (2)

Latyshenko2
Active Participant
0 Kudos
An option w/o provisioning:
  1. Go to > Admin Center
  2. In "Performance", go to > Form Template Settings
  3. Open the desired Form Template
  4. At the right side of the page, click at the button "Download Form Template"
  5. Look for rate-by-adding-values="false", change it to true (context:<sf-pmreview no-calc="false" overall-rating="true" rate-by-adding-values="true" weight-lockdown="false" show-weight="true">)
  6. Open a new window! Some settings in Form Template Settings will be overwritten by the further upload!
  7. Go to > Admin Center
  8. In "Performance", go to > Form Template Settings
  9. Upload New Form, click Choose File, select the corrected file and select Upload Form Template.
  10. In "Performance", go to > Form Template Settings
  11. Open the re-uploaded Form Template and select the old route and the rest of overwritten settings of the form.

For details see the guide:

https://help.sap.com/viewer/8aaa9ac9177d482e8e6597e509237656/2011/en-US/14c99fabf3ca4a33a29575131916...

ujjalgupta2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You can try changing the below setting in provisioning for your form template.

This should help you get the sum of all ratings in summary section.

Regards,

Ujjal