Forum Discussion
ArchiveUser
8 years agoQrew Captain
Now I am getting this error message:
The types of the arguments or the number of arguments supplied do not meet the requirements of the function Days.
The function is defined to be Days (Number n).
The types of the arguments or the number of arguments supplied do not meet the requirements of the function Days.
The function is defined to be Days (Number n).
ChuckGrigsby
8 years agoQrew Cadet
What field types do you have now?
Field #1 - Date field
Field #2 - Numeric field
Field #3 - Formula - date
If its like your original post then the formula date should be this
[Field1] + Days([Field2]*7)
If its like this
Field #1 - Date field
Field #2 - Duration field
Field #3 - Formula - date
formula would be this
[Field1] + ([Field2]*7)
Field #1 - Date field
Field #2 - Numeric field
Field #3 - Formula - date
If its like your original post then the formula date should be this
[Field1] + Days([Field2]*7)
If its like this
Field #1 - Date field
Field #2 - Duration field
Field #3 - Formula - date
formula would be this
[Field1] + ([Field2]*7)