View Single Post
Old 01-02-2026, 12:27 PM   #34
un_pogaz
Chalut o/
un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.
 
un_pogaz's Avatar
 
Posts: 663
Karma: 719376
Join Date: Dec 2017
Device: Kobo
Quote:
Originally Posted by JSWolf View Post
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.

Last edited by un_pogaz; 01-02-2026 at 12:35 PM.
un_pogaz is offline   Reply With Quote