Hello,
What script can I use to specify how many decimal points I want included in my output rawValue?
Cheers,
Wes
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Wes,
Actually you don't need to script anything for that. It is already implemented in the object Palette of the decimal field.
Open: Object Palette ► Field
As your Type of field should be Decimal Field you should be able to see under Pattern ► Limit Leading Digits & Limit Trailing Digits
"Leading Digits" means numbers before the comma
"Trailing Digits" means numbers after the comma
If you are looking for some kinda currency or percentage, you can also use the Pattern num.currency{} OR num.percent{}
Views
Replies
Total Likes
Hi Wes,
Actually you don't need to script anything for that. It is already implemented in the object Palette of the decimal field.
Open: Object Palette ► Field
As your Type of field should be Decimal Field you should be able to see under Pattern ► Limit Leading Digits & Limit Trailing Digits
"Leading Digits" means numbers before the comma
"Trailing Digits" means numbers after the comma
If you are looking for some kinda currency or percentage, you can also use the Pattern num.currency{} OR num.percent{}
Views
Replies
Total Likes
Thanks!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies