View Single Post
Old 09-03-2025, 07:32 AM   #859
hanjisung
technology hates me
hanjisung began at the beginning.
 
hanjisung's Avatar
 
Posts: 16
Karma: 10
Join Date: Sep 2025
Device: None
Thumbs up

Quote:
Originally Posted by ownedbycats View Post
Code:
program:

	if 
		$series==''
## alternately, !$series also works
	then
		'true'
	fi
Assuming you're using standard boolean clumn. Action Chains can edit non-composite columns based on template (Single-Field Edit). Ask assistance in that thread if needed.
"In computer science, the Boolean (sometimes shortened to Bool) is a data type that has one of two possible values (usually denoted true and false) which is intended to represent the two truth values of logic and Boolean algebra." - source

I gather you're asking if the column I want to reference is Yes/No type, and I'm correct, yes

Thank you for your response and direction to a plugin which may offer more functionality!

May I ask where the code you provided goes? I'm not familiar with this...
hanjisung is offline   Reply With Quote