Page 1 of 1

Script question

Posted: 13 May 2020 21:42
by Radiofreak
To fine-tune rotations i would like to make a script with eg Monday only odd years. Now I can enter one year per script line in the advanced filter. Is it also possible that several years can be selected per script line.
e.g. Script line 1. 1971 - 1973 - 1975 - 1978 etc...

Re: Script question

Posted: 13 May 2020 22:16
by radio42
Sure, you can use the 'IsAnyOf' filter, like shown here:
IsAnyOf Filter.jpg
This allows you to define a list of value to which the field should mach any of.

Re: Script question

Posted: 13 May 2020 22:26
by Radiofreak
That's what I was looking for. Awesome thanks again Bernd.