Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
ShaBeeN
Contributor III
Contributor III

Decimal in Straight Tables

Hi Guys,

Need your help to assign decimal points to values populated in Straight Tables in the following fields. My users are finding little difficult to read the values.

So for example, the value in the first row should be as 3,518,250 and 148,877,412.29

Is this possible in Straight Tables?

ShaBeeN_0-1637548375404.png

 

Labels (1)
1 Solution

Accepted Solutions
mayuringale25
Partner - Creator
Partner - Creator

Hi @ShaBeeN 

Try using Num() function

Eg : Num(YourExpression, '#,##0')

Replace YourExpression with the existing function you have

 
Thanks and Regards
Mayur Ingale

View solution in original post

2 Replies
mayuringale25
Partner - Creator
Partner - Creator

Hi @ShaBeeN 

Try using Num() function

Eg : Num(YourExpression, '#,##0')

Replace YourExpression with the existing function you have

 
Thanks and Regards
Mayur Ingale
ShaBeeN
Contributor III
Contributor III
Author

Thank you so much