Graph by 1st-15th / 16th-EOM
Best Answer
-
You could create a beast mode field that would group them into bi-weekly groups. You could do something like the following:
CONCAT(MONTHNAME(`Date`), (CASE WHEN DAY(`Date`) <= 15 THEN '1st - 15th' ELSE '16th - EOM' END) )
This would give you results, such as July 1st-15th, July 16th-EOM, etc...
You would then just drag this into your x-axis and your date into the sorting to get them to display properly.
**Check out my Domo Tips & Tricks Videos
**Make sure toany users posts that helped you.
**Please mark as accepted the ones who solved your issue.3
Answers
-
Just make sure to include year with @MarkSnodgrass solution.
To make a sort-able column I'd recommend generating an integer
Year() * 100 + Month() * 10 + CASE WHEN ... then 1 else 2 END
GOAL: 2020011 or 2020012
Jae Wilson
Check out my 🎥 Domo Training YouTube Channel 👨💻
**Say "Thanks" by clicking the ❤️ in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"0
This discussion has been closed.
Categories
- 7.7K All Categories
- 3 Connect
- 919 Connectors
- 244 Workbench
- 477 Transform
- 1.8K Magic ETL
- 60 SQL DataFlows
- 446 Datasets
- 38 Visualize
- 198 Beast Mode
- 2K Charting
- 8 Variables
- 1 Automate
- 348 APIs & Domo Developer
- 82 Apps
- Workflows
- 14 Predict
- 3 Jupyter Workspaces
- 11 R & Python Tiles
- 241 Distribute
- 59 Domo Everywhere
- 241 Scheduled Reports
- 15 Manage
- 36 Governance & Security
- 27 Product Ideas
- 1.1K Ideas Exchange
- Community Forums
- 14 Getting Started
- 1 Community Member Introductions
- 49 Community News
- 18 Event Recordings
- 579 日本支部