View Single Post
Old 09-05-2025, 02:03 PM   #904
Feoras
Member
Feoras began at the beginning.
 
Posts: 10
Karma: 10
Join Date: May 2023
Device: Kobo Glo
Quote:
Originally Posted by thiago.eec View Post
I can only assume you changed something in your plugin's or column's settings. Just tested version 1.9.7 and it works just as I described. I'm attaching it so you can try it yourself.


That's what I said. I guess I wasn't clear.


Now I'm confused. Do you want to check for an empty or non-empty value? Like I said before, there is no way to look for an empty value. On the other hand, if you want to look for a non-empty value, just leave the 'value' field blank. It will just check if the chosen column is set (to any non-empty value).


Let's hope we can find the problem here and fix it.
Yeah it also does not work in your attached 1.9.7 version I am not sure what I changed

What I want: Whenever column #readpercentage is changed to any value, this book should be added to my reading goal. I want to avoid adding the books manually, and they should be automatically added when the #readpercentage changes from undefined to any float value, or from any float value to any other float value. It worked like this before, though I had to recreate some things and maybe those broke it?

This is my Reading_Goal.json:
Quote:
{
"allow_other_years": false,
"auto_add_challenges": "",
"auto_add_check": false,
"auto_add_column": "#readpercentage",
"auto_add_value": "",
"auto_collapse": "",
"autofill": true,
...
as you can see, "auto_add_value" is empty, and the column is set to #readpercentage. This column is of type "floating point numbers" formatted as {:.2f}%

From my understanding, this setting should add a book to the reading goal if #readpercentage is changed to any non-empty value, e.g. 2.00
Feoras is offline   Reply With Quote