Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
HI,
Try this.
Max({<Source = {"*R*"}>}Date)
Regards,
Kaushik Solanki
=Date(Max({<source = {"*R*"}>}date))