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