Question about Relative Dates #119
-
Salesforce SOQL queries support relative date queries like mentioned in issue #83. I have a use case where I need to calculate roll-ups for the current fiscal year, previous fiscal year, and two fiscal years ago. Any advice on how to implement this given that #83 is still open? Should I just do a greater than and less than in my Calc Item Where Clause for each of the date ranges and then update these yearly? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
For now, I would use the relative date ranges as you were suggesting. I have a friend who was interested in working on #83 - let me check in with them to see if there’s been any progress on that, otherwise I’ll look to implement that feature by the end of this month! |
Beta Was this translation helpful? Give feedback.
For now, I would use the relative date ranges as you were suggesting. I have a friend who was interested in working on #83 - let me check in with them to see if there’s been any progress on that, otherwise I’ll look to implement that feature by the end of this month!