Quote:
Originally Posted by JSWolf
Now to make calibre count into the column I want. I want calibre's count to go into #pages instead o I don't need two of them {pages}. Then I can overwrite the count with Count Pages when I want. I'm also hoping to do away with {Pages} as that's an extra column that I won't need as I already have a page count column. I don't need two columns that do the same thing.
|
You can't and it will probably never be an option.
I personaly recomand to use a Composite column that if no value in #pages (Count Pages), return the value in from the Calibre Page:
Code:
program: ifempty($#pages, $pages)
And if you don't want the Calibre Page, don't show it. Its calculations are done in the background, so it won't be a problem.
I understand that it name can be confused by your custom column if you name it "Pages", but I'm affraind that is not something that can be solve.