Quote:
Originally Posted by Reader4106
However, I can no longer access "Custom Challenges."
|
Please send me the database file so I can better understand what's going on. You can send it here with a .txt extension or via private message.
Quote:
Originally Posted by Reader4106
When I tried to import more data, a message appeared stating that there were still records with empty fields.
|
You can have empty fields, as long as the reading percentage is less than 100%. If a book is 100% read, then you must inform the page count and the finish date.
Quote:
Originally Posted by Reader4106
I'd like to ask you how you convert the "duration" (I store the value in whole minutes) into a page number.
|
I have a column with the average reading time for all my books based on the word count / page count. It uses the word count (generated by the Page Count plugin) to calculate the reading time. In case there is no word count, it uses the page count. I use an average reading speed of 260 words/min (or 50 pages/hour).
So, if you have the duration and want to convert to a page count, you could just multiply the duration by your reading speed (in pages/hour).