min/max @date
Posted: Wed May 12, 2010 8:16 am
Hey Guys,
I just updated my eviews to the latest release (May 11) and found out that some codes don't work anymore, namely the following:
This is used to detect the week of the first & the last data points in the range, and it worked perfectly before (it works on the April 20 build). I wonder why it's not working anymore.
Tchaithonov
I just updated my eviews to the latest release (May 11) and found out that some codes don't work anymore, namely the following:
Code: Select all
alpha wkbegin = @datestr(@min(@date), "mm/dd/yyyy")
alpha wkend = @datestr(@max(@date), "mm/dd/yyyy")
Tchaithonov