I have a formula that works:
if {Parameter} in DateTime (2005, 04, 03, 02, 00, 00) to DateTime (2005, 10, 30, 02, 00, 00)
then dateadd ("h", 1, {Parameter})
else {Parameter}
My problem is I don't want to have to limit this to this one years of 2005, I need a way to make it dynamic to be used no matter what year is there. Any suggestions?
Thanks...
if {Parameter} in DateTime (2005, 04, 03, 02, 00, 00) to DateTime (2005, 10, 30, 02, 00, 00)
then dateadd ("h", 1, {Parameter})
else {Parameter}
My problem is I don't want to have to limit this to this one years of 2005, I need a way to make it dynamic to be used no matter what year is there. Any suggestions?
Thanks...