View Single Post
Old 05-12-2024, 09:14 AM   #668
claracurie
Junior Member
claracurie began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Sep 2020
Device: Fire 7
Hi, everyone!

I'm a total noob but I want to make a template for a composite column that takes the number of Goodreads' votes in the #grvotes column and adds 'thousand separators' to them, so that, for example, instead of 1678234 it shows 1,678,234.

I've been trying this
Code:
{#grvotes:format_number({0:#,##})}
But instead adds a decimal point and a trailing zero like this: 1678234,0

Could you help me?
claracurie is offline   Reply With Quote