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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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

Community Browser