Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Question on maxstring function


Hi All, I have a text field OPENWEEK with the following values ('2013-1'.....upto '2013-45')

I am using a variable RaisedWK =maxstring(OPENWEEK) which returns '2013-9' as the maxvalue

How to tweak the maxstring function to get 2013-45 has the max value?

This is the expression which i am using in the straight table Count(if(OPENWEEK=RaisedWK,Number))

1 Reply
Sokkorn
Master
Master

Hi Basanth,

Do you have date field? If that, then we can try

RaisedWK=Only({$<[DateField]={$(=Max([DateField]))}>} [OPENDWEEK])

Regards,

Sokkorn