Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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