PAULCALLAGHAN
Technical User
I'm using CR XI.
I would like to create a formula for dates that is based on the current date.
For example, I want starting and ending dates based on the last full calendar year.
@start_date = Date(Year(CurrentDate)-1,1,1)
@end_date = Date(Year(CurrentDate)-1,12,31)
However, I would like to use these as default parameters and give the user the ability to over-ride them.
Is this possible? If not, can someone please provide me with ideas/hints?
I would like to create a formula for dates that is based on the current date.
For example, I want starting and ending dates based on the last full calendar year.
@start_date = Date(Year(CurrentDate)-1,1,1)
@end_date = Date(Year(CurrentDate)-1,12,31)
However, I would like to use these as default parameters and give the user the ability to over-ride them.
Is this possible? If not, can someone please provide me with ideas/hints?