Relative Dates Not Working #224
Unanswered
ethan-atrium-ai
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Hey @ethan-atrium-ai - is the calculation item an opportunity? If so, the where clause should just be |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We installed the latest version of apex-rollup for testing. We are attempting to use this WHERE clause
Opportunity.CreatedDate = LAST_N_DAYS: 2 - this doesn't seem to correctly filter. It rolls up all opportunities to the Number field we are using as the target field even though we only have 2 opps within the last 2 days. I tried the below as well
Opportunity.CreatedDate = TODAY - this gives an error 'Invalid conversion from runtime type String to Datetime'
I am not sure if we are incorrectly entering the WHERE clause or missing configuration, but we haven't been able to successfully rollup any values at this point using relative date literals
Beta Was this translation helpful? Give feedback.
All reactions