Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a Query will you plz help me any one
I need to be create one Variable ,It should disply Previous Three Years Data,
One more Variable should display Current Year Data
Will You plz help me
Thanks in Advance
Niranjan
vCurrentYear = Year(Today())
vPreviousThreeYears = Year(Today()-3) //This gives you the year for three years ago.
if you are talking about Rolling3threeYears i would do llike this:
vRollingThreeYears: ='>=Year(Today()-3) <=Year(Today())'
Hi
Thanks a lot it will really helpful
Thanks & Regards
Niranjan