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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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
tresB
Champion III
Champion III

@Micki 

Try with a small tweak, like:

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