Find date
Posted: Tue Nov 18, 2014 9:12 am
Hi
Is there any easy way to get the date for the minimum value. For example, if i have the series x I can find the minimum value by
But how do I do to get the date for this value?
Regards Johan
Is there any easy way to get the date for the minimum value. For example, if i have the series x I can find the minimum value by
Code: Select all
@min(x)Regards Johan