Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
polisetti
Creator II
Creator II

set analysis with wildmatch

Hi,

I have a set analysis where i have to match an id. The expression is supposed to be like this:

max({<source=wilmatch(source,'*R*'>} date)

basically I want the max date with source having the letter R.

Please give the syntax for this. Please donot suggest using IF. Have other complications too.

Regards

2 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

HI,

     Try this.

     Max({<Source = {"*R*"}>}Date)

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
MK_QSL
MVP
MVP

=Date(Max({<source = {"*R*"}>}date))