Thread: Book Size
View Single Post
Old 07-24-2014, 06:02 AM   #5
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,447
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by SpudArmstrong View Post
The reason for this request is that I have some very small files that display as 0.0MB. I have tried without success to try and display the size column in kb using custom column. As a newbie to this, I would be really really grateful if you could please walk me through the exact process.
1) Create a custom column "built from other columns".
2) Change the "sort/search column" to "Number"
3) Paste the following into the template box.
Code:
program: format_number(divide(booksize(), 1024), '{0:,.1f}KB')
chaley is offline   Reply With Quote