Forum Discussion
alice11987
Helper I
3 years agoAdd suffix to the matrix table
Hi there, I have tried to add suffix "Days" to the matrix table by changing the dataset format to "#,###.00 \D\a\y\s", but for zero days, it shows as ".00 days"; instead, I would like it to show...
- 3 years ago
Hi alice11987 ,
You need to add the additional place holder for the units try one of the following:
#,##0.00 \D\a\y\s #,##0.00 "Days"
MFelix
Super User
3 years agoHi alice11987 ,
You need to add the additional place holder for the units try one of the following:
#,##0.00 \D\a\y\s
#,##0.00 "Days"