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?