pujapatel
Ranger
Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
05-01-2023
06:49 AM
Status:
New
We'd like to request an enhancement to the date session variables available. We find ourselves needing to use the previous quarter's end date a lot. We created a global variable named $lastQuarterEnd as a workaround with the following syntax. Though we can put that in our date dashboard filters, the one thing we can't use it for is in a date range for BETWEEN (e.g. $lastQuarterStart - $lastQuarterEnd) since our global variable can't be recognized in the between operator.
query(
addDays(
$currentQuarterStart,
-1
)
)
In addition to that one, could we request that the corresponding END variable be added to all the START variables? Existing start variables down below:
- $currentQuarterStart
- $currentWeekStart
- $currentYearStart
- $lastMonthStart
- $lastQuarterStart
- $lastWeekStart
- $lastYearStart
- $nextMonthStart
1 Comment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.