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: 
Micki
Creator
Creator

Get the value from next field set analysis

Hi guys 

i have expression which select the lowest date - >

date(min(WeekStart([Start Plan]))+7, 'DD-MM-YYYY') which gives 02-02-2020,

and i want to select only value which match mentioned date = 20.2.

My example doesn't work 😞 

=Only({<[Start Plan] = {"=date(min(WeekStart([Start Plan]))+7, 'DD-MM-YYYY')"} >} [IterationLevel5])

 

Micki_1-1601286784777.png

 

 

 

 

1 Reply
tresesco
MVP
MVP

@Micki 

Try with a small tweak, like:

=Only({<[Start Plan] = {"$(=date(min(WeekStart([Start Plan]))+7, 'DD-MM-YYYY'))"} >} [IterationLevel5])