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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
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