How do I filter on two dates?
Long time lurker, first time poster here.
I need to create a metric within either the ETL stage or directly in the dashboard (I suspect it will need to be don at dashboard level) for meetings attended. It is calculated as:
Count of Marked as done date within date range AND Due date within data range
So for example if the dashboard is currently filtered to look at the previous month the metric will be: Count of Marked as done date between 1st Feb 22 and 28th Feb 22 AND Due date between 1st Feb 22 and 28th Feb 22
The marked as done date and due date wont always be the same day as the due date could be 28th Feb and the done date could be 1st March, in which case it wouldn't be counted in the metric.
Is there a way within the dashboard/cards to take two dates into consideration and if not is there a work around?
Also, for the record, I do not agree with how we are calculating this in the first place, but lets gloss over that.
Best Answers
-
Thank you for your response.
That would work if the dashboard was only ever looking at previous month, but they have the ability to change the date range, to anything
0 -
@TheBardsGirl If users can change the month then I don't think an ETL would work cause it would not be fully dynamic. You could try to setup a beast mode that looks at min and max dates so it takes in whatever range they choose.
0
Answers
-
It looks as though you are wanting to count when something is done and due in the same month. In which case, I would do this:
CASE WHEN Month(duedate) = Month(donedate) AND YEAR(duedate) = YEAR(donedate) THEN 1 ELSE 0 END
You can then sum this beast mode to get the count.
**Make sure toany users posts that helped you.
**Please mark as accepted the ones who solved your issue.1
Categories
- 11K All Categories
- 5 Private Company Board
- 2 APAC User Group
- 12 Welcome
- 43 Domo News
- 10K Using Domo
- 2K Dataflows
- 2.5K Card Building
- 2.2K Ideas Exchange
- 1.2K Connectors
- 349 Workbench
- 267 Domo Best Practices
- 12 Domo Certification
- 474 Domo Developer
- 51 Domo Everywhere
- 111 Apps
- 728 New to Domo
- 85 Dojo
- Domopalooza
- 1.1K 日本支部
- 4 道場-日本支部へようこそ
- 31 お知らせ
- 65 Kowaza
- 303 仲間に相談
- 664 ひらめき共有