Skip to main content
Announcements
Qlik Community Office Hours - Bring your Ideation questions- May 15th, 11 AM ET: REGISTER NOW
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))