Quote:
Originally Posted by SpudArmstrong
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')