dnboughton
Technical User
I hope I can ask this question fairly intelligently...
I would like to use Ken Hamady's formula for finding the number of work days between two DateTime values, but I would like my DateVar Start to = a parameter value {?StartDate}.
Ken's example is this:
Local DateVar Start := {StartDate}; // place your Starting Date here
Local DateVar End := {EndDate}; // place your Ending Date here
I want to do this:
Local DateVar Start := {?StartDate}; // place my Starting DateTime parameter field here
Local DateVar End := {?EndDate}; // place my Ending DateTime parameter field here
It is asking for a Date for the DateVar obviously. What do I need to do?
I would like to use Ken Hamady's formula for finding the number of work days between two DateTime values, but I would like my DateVar Start to = a parameter value {?StartDate}.
Ken's example is this:
Local DateVar Start := {StartDate}; // place your Starting Date here
Local DateVar End := {EndDate}; // place your Ending Date here
I want to do this:
Local DateVar Start := {?StartDate}; // place my Starting DateTime parameter field here
Local DateVar End := {?EndDate}; // place my Ending DateTime parameter field here
It is asking for a Date for the DateVar obviously. What do I need to do?