View Single Post
Old 11-19-2019, 07:12 PM   #13
tamarissa
Connoisseur
tamarissa began at the beginning.
 
Posts: 56
Karma: 10
Join Date: Aug 2018
Device: Kobo Aura H2O
I was able to spend a bunch of time this weekend and managed to follow all your instructions and get everything working properly, so thank you so much. It did need an 'OR', not an 'AND'... I should have thought of that since I run into that issue in Excel sometimes

If I could get one more piece of advice though, I'd really appreciate it... I thought it would be very easy to add one more useful piece of criteria to the code, but it keeps telling me it needs a closing parenthesis, but doesn't say where. As far as I can tell, they are all closed.

Code:
program:
	test(
		or(
			strcmp(field('#keep_read'), 'yes', '', 1, ''),
			strcmp(field('#keep_read'), 'series incomplete' '', 1, ''),
			strcmp(field('#read_status'), 'N', '', 1, '')
		), 
		'Yes',
		'No');
Thanks
Attached Thumbnails
Click image for larger version

Name:	Screen Shot 2019-11-19 at 5.04.00 PM.png
Views:	71
Size:	96.3 KB
ID:	175025  
tamarissa is offline   Reply With Quote