Calculation Date not compatible with integer

So i have this calculation:

I am trying to calculate a date 5 days after the request date. I get this message when i check syntax:
image

But i dont get the message when i use the constant “Today”

How can i add 5 days to the request date?

You’ll want to use the DateAdd function here.

Mark W.

1 Like

I just resolved the same issue and found these helpful sites that expanded my understanding and capabilities:

There are also some very helpful related Epicor Knowledgebase hits Pete Helm shared:

Summary: Epicor 10 BAQ Calculated Field Examples
Book: Support Solutions
Page: 17026ESC

Summary: BAQ. How to subtract 2 dates.
Book: Support Solutions
Page: 20611ESC

Summary: BAQ Case expressions may only be nested to level 10.
Book: Support Solutions
Page: 21879ESC

SUMMARY: BAQ Example for obtaining information in tilde separated list
BOOK: Epicor 10 General Information
PAGE: 825SYD

4 Likes