Error Messages/41282


Error text

 You cannot specify both the «digits» and «dateUnit» parameters simultaneously when calling function Round.

 You cannot specify both the «digits» and «dateUnit» parameters simultaneously when calling function Floor.

 You cannot specify both the «digits» and «dateUnit» parameters simultaneously when calling function Ceil.

Cause

While using the mentioned function you can either pass in the «digit» parameter if the value passed in is a numeric value or a «dateUnit» parameter if the value passed in is a date value.

Please go the the function definition to learn more about the functions Round, Floor and Ceil.

Remedy

Please pass in either the «digit» parameter or the «dateUnit» parameter to the function depending on the value being passed to the function.

See Also

Comments


You are not allowed to post comments.