I have a field with the following data
0 10 12 ? * 2,3,4,5,6 *
What I'm looking to do is get only the info between the *. Ultimately I would like to do some sort of if statement
e.g. If {field name} in ['1','2','3'] then "Weekly" else ""
Thought that would work but unfortunately it doesn't.
Any help is appreciated
0 10 12 ? * 2,3,4,5,6 *
What I'm looking to do is get only the info between the *. Ultimately I would like to do some sort of if statement
e.g. If {field name} in ['1','2','3'] then "Weekly" else ""
Thought that would work but unfortunately it doesn't.
Any help is appreciated