How to force 2 decimal places in 360 subject report platform? | XM Community

How to force 2 decimal places in 360 subject report platform?

  • 2 November 2021
  • 1 reply
  • 18 views

I have a question to an ongoing problem I am having. Based on the forums, I see there is a way to force 2 decimal places. However, I do not understand how I would force to decimal places in the subject report. For example, I create a table manually and input 2 formulas to calculate the gap score. The formulas individually force to decimal places, but once combined they do not. Is there a workaround?
Screen Shot 2021-11-02 at 11.38.16 AM.png
The formula used to calculate the gap score:
$e{ round( ${rp://Result/DS_5AVzzCECvrPV0pf/SD/SC_50Yjd98AUiZPMOx/weightedMean} - rp://Result/DS_2mFqF8vndwwE817/SD/SC_50Yjd98AUiZPMOx/weightedMean , 2 ) } 
Also when I pipe in the dimension score in my conditional text it all of a sudden doesn't force 2 decimal places like it does in the picture above. Is this something you can help me with?
Screen Shot 2021-11-02 at 11.40.32 AM.png


1 reply

Userlevel 5
Badge +20

Hi jsorrells, I think you may have a slight syntax error in your formula.
Can you try using this -:
$e{ round( ${rp://Result/DS_5AVzzCECvrPV0pf/SD/SC_50Yjd98AUiZPMOx/weightedMean} - ${rp://Result/DS_2mFqF8vndwwE817/SD/SC_50Yjd98AUiZPMOx/weightedMean} , 2 ) }
Cheers,
Cameron

Leave a Reply