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
-
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 -
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
Categories
- 10.5K All Categories
- 8 Connect
- 918 Connectors
- 250 Workbench
- 470 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 477 Datasets
- 193 Visualize
- 252 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
- 174 Product Ideas
- 1.2K Ideas Exchange
- 12 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive