Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Max Date from Rolling selection

Hi
I have a list box with the Field MonthYear
It has data as follows

MAr-13

Apl-13

May-13

Jun-13

.

.

.

Aug-14

And I have a field

1 Solution

Accepted Solutions
maxgro
MVP
MVP

expression used for textbox

=if(GetPossibleCount(YearMonth)=1, Comment,

subfield(concat(distinct Comment, '@', -YearMonth),'@') )

1.png

View solution in original post

2 Replies
maxgro
MVP
MVP

expression used for textbox

=if(GetPossibleCount(YearMonth)=1, Comment,

subfield(concat(distinct Comment, '@', -YearMonth),'@') )

1.png

Not applicable
Author

Worked perfectly TY