Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How do I use regex in If condition to select only Quarters of this year
Regex is not a part of native Qlik. WildMatch() function and the "like" operator both allow using wildcard characters.
Typically, your Quarter field is a date so you can use functions like Inyear() to test if a date falls within a particular year.
-Rob