Quote:
Originally Posted by theducks
Not a good plan
That (and some others) field auto updates during the normal management of books.
Use a Custom field for stable data 
|
A custom column is what I meant by "better to have a
placeholder for file size". My main question was whether I need one custom column or two.
e.g.
#epub_size (int) - {:'select(formats_sizes(),'EPUB')'} set via bulk s&r
then number formatting done via display formats option (is that doable?)
or
#epub_size (int) - {:'select(formats_sizes(),'EPUB')'} set via bulk s&r
#size (composite) - {#epub_size:human_readable()}