Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEASpent some time trying to figure out how to trim off the first two characters of a field, "right([Code_name], Length([Code_name])-2)" seems counter-intuitive so if anyone can explain that better it would be fantastic.
Beyond that, formula to *count* new years days made the most sense because then you could filter between 2 and 0 for the output.
Cheers
Substring([Code_name], 2)
Be careful, because Alteryx uses zero-base indexing ... which means that starting index value of 2 actually starts with the third character