inquery about decimal digits

ๆ•ฐๅญ—.png

I want to display up to one decimal place, but for integers I don't want the decimal point to be displayed. For example, I want the above 17,000.0 to be displayed as 17,000.
I've tried changing the settings, but it doesn't work.
If it is possible with AppSheet, I would appreciate if you could tell me.

 

Solved Solved
0 2 99
1 ACCEPTED SOLUTION

I do not believe you can do this with a column defined as Decimal.

However, you could add a Text type column used solely for display of the value.  In the Text column you can use an expression to control how you want the value to show.

View solution in original post

2 REPLIES 2

I do not believe you can do this with a column defined as Decimal.

However, you could add a Text type column used solely for display of the value.  In the Text column you can use an expression to control how you want the value to show.

Thank you very much for your reply.
I understand. I'll try.

Top Labels in this Space