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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Min date in Max year

I sincerely do not want to use the makedate function because it has to be dynamic.So for instance this Year being '2013' and Min Date in this year is 1/1/13.

Thanks

4 Replies
lironbaram
Partner - Master III
Partner - Master III

you cab use the function yearstart(max({1}date))

swuehl
MVP
MVP

Hm, not sure what you want to achieve, maybe

=Date(Yearstart(today()))

?

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Something like this maybe: min({<MyYearField={$(=max(MyYearField))}>}MyDateField)


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Thanks all

Kwame