I currently have this template for a psuedobool* #currentlyreading:
Code:
program:
test(check_yes_no('#read', 0, 1, 0), test(field('#lastread'), 'Yes', ''), '')
How would I also add
#percentread:>0 to the test criteria? I tried using a
test(cmp) but couldn't get the syntax right (probably messed up the puncuation).
* composites that return a value for "Show Checkmark" option