View Single Post
Old 12-23-2014, 09:13 AM   #2
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,525
Karma: 8065948
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
You can do it with a custom column made from other columns. The template could be:
Code:
program: format_number(divide(booksize(), 1024), '{0:.0f}')
or if you want commas
Code:
program: format_number(divide(booksize(), 1024), '{0:,.0f}')
Change the 1024 to 1000 if you want "decimal" KB
chaley is offline   Reply With Quote