Forum Discussion
JoshBaker
7 years agoQrew Member
Scenario: I'm trying to calculate a review due date based off the system date created field that doesn't fall on a weekend. I also would like to be able to edit the result as the due dates may need to be updated.
I'm trying to use the [Date Created] field in the WeekdayAdd function above and I'm getting the following error message.
Formula error -- Bad or missing arguments in function call
The types of the arguments or the number of arguments supplied do not meet the requirements of the function WeekdayAdd.
The function WeekdayAdd can be used with the following arguments:
You may need to do one of the following to fix the problem:
What am I doing wrong?
I'm trying to use the [Date Created] field in the WeekdayAdd function above and I'm getting the following error message.
Formula error -- Bad or missing arguments in function call
The types of the arguments or the number of arguments supplied do not meet the requirements of the function WeekdayAdd.
The function WeekdayAdd can be used with the following arguments:
- WeekdayAdd (Date d, Number n).
- WeekdayAdd (WorkDate d, Number n).
You may need to do one of the following to fix the problem:
- Choose the right number and type of arguments.
- Use a type conversion function to convert the arguments you are using to the correct type.
- Choose a different function.
What am I doing wrong?
JoshBaker
7 years agoQrew Member
That worked perfectly! Thank you!