How do I set the card date range end date in the future?
I have a complex beast mode calculation that determines YOY (currently 2016/2017) revenue gaps by customer. It automatically calculates through the end of the current month. However, when I try to set the card date range to "1/1/2016 through 12/31/2017" it automatically changes the end date to the last date for which we have data. Does this mean that I have to go in and update the end date every day?
Example of the beast mode calculation:
(CASE WHEN ((SUM((CASE WHEN ((year(`MetricDate`) = year(current_date())) AND (month(`MetricDate`) <= month(current_date()))) THEN `Amount_Revenue Gross Revenue @ Rpt` ELSE 0 END )) - SUM((CASE WHEN ((year(`MetricDate`) = (year(current_date()) - 1)) AND (month(`MetricDate`) <= month(current_date()))) THEN `Amount_Revenue Gross Revenue @ Rpt` ELSE 0 END ))) < 0) THEN (SUM((CASE WHEN ((year(`MetricDate`) = year(current_date())) AND (month(`MetricDate`) <= month(current_date()))) THEN `Amount_Revenue Gross Revenue @ Rpt` ELSE 0 END )) - SUM((CASE WHEN ((year(`MetricDate`) = (year(current_date()) - 1)) AND (month(`MetricDate`) <= month(current_date()))) THEN `Amount_Revenue Gross Revenue @ Rpt` ELSE 0 END ))) ELSE 0 END )
Best Answer
-
Your best bet is to use the Last... date grain filter and set it to Last 2 Years. That will include all of last year and this year up to the current date.
1
Answers
-
Your best bet is to use the Last... date grain filter and set it to Last 2 Years. That will include all of last year and this year up to the current date.
1
Categories
- 10.5K All Categories
- 8 Connect
- 918 Connectors
- 250 Workbench
- 472 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 477 Datasets
- 200 Visualize
- 254 Beast Mode
- 2.1K Charting
- 11 Variables
- 17 Automate
- 354 APIs & Domo Developer
- 89 Apps
- 3 Workflows
- 20 Predict
- 5 Jupyter Workspaces
- 15 R & Python Tiles
- 247 Distribute
- 63 Domo Everywhere
- 243 Scheduled Reports
- 21 Manage
- 42 Governance & Security
- 179 Product Ideas
- 1.2K Ideas Exchange
- 12 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive