Expand my Community achievements bar.

SOLVED

Round Portofilio On-Time to two decimal places

Avatar

Level 2

I am having some challenge with rounding the Portfolio On Time number to two decimal places. I followed the instructions from the resources I found on the Workfront community and Experience League but with no success. I have tried replacing the valuefield with valueexpression but no value display. Not sure if I am putting the right text code in the right field. Can someone help me determine what am I doing wrong?

 

Text Mode: On Time 

 

listsort=HTML(onTime)
namekey=onTime
querysort=onTime
stretch=0
textmode=true
valuefield=ROUND({onTime},2)
valueformat=HTML
width=200

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

If you only want to round the number, just try using the onTime valuefield with a valueformat from the following list (maybe doubleAsDouble would be best)

 

https://experienceleague.adobe.com/docs/workfront/using/reporting/reports/text-mode/format-numbers-i... 

 

Also here's some info on the difference between valuefield and valueexpression

 

https://experienceleague.adobe.com/docs/workfront/using/reporting/reports/text-mode/text-mode-syntax... 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

If you only want to round the number, just try using the onTime valuefield with a valueformat from the following list (maybe doubleAsDouble would be best)

 

https://experienceleague.adobe.com/docs/workfront/using/reporting/reports/text-mode/format-numbers-i... 

 

Also here's some info on the difference between valuefield and valueexpression

 

https://experienceleague.adobe.com/docs/workfront/using/reporting/reports/text-mode/text-mode-syntax...