inquery about decimal digits

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.

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.

1 Like

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

1 Like