maforget / CRDataManager

27 stars 2 forks source link

Is it possible to match empty values? #3

Closed RedRain77 closed 1 year ago

RedRain77 commented 1 year ago

For example, If I wanted to set the year a comic was published but only if the year was already missing.

I only recently found the updated version of this plugin, its amazing thank you.

maforget commented 1 year ago

Numerical Values default are -1, so to match an empty year you would check Year IS -1 or Year LESS 0, etc.

Note that the Number & AlternateNumber fields are considered strings so to check for an empty value of these it would be AlternateNumber IS ''.