Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Nabeela1
Contributor
Contributor

RegEx in if condition

How do I use regex in If condition to select only Quarters of this year

1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

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. 

https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/DateAndTimeFun...

-Rob