Skip to main content
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

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


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Thanks all

Kwame