Bi-Annual graphs
Best Answer
-
Hi
Building up on DanB's logic, you can probalby need the following too
Concat( Year(DateField),'-',
Case when MONTH(DateField) <= 6 then 'H1' when MONTH(DateField) > 6 then 'H2' end
)
Thsi way you woudl get
2018-H1
2018-H2
2019-H1
And so which you will be able to use as an x-axis
0
Answers
-
Either create a beastmode that groups dates in yearly halves or create a data set with the grouping and joint to your existing data set.
Then use the grouping in the charts
0 -
Do you have an example of this?
0 -
In a Beast Mode calculation, it would be something like:
Case when MONTH(DateField) <= 6 then 'First Half' when MONTH(DateField) > 6 then 'Second Half' end
0 -
Hi
Building up on DanB's logic, you can probalby need the following too
Concat( Year(DateField),'-',
Case when MONTH(DateField) <= 6 then 'H1' when MONTH(DateField) > 6 then 'H2' end
)
Thsi way you woudl get
2018-H1
2018-H2
2019-H1
And so which you will be able to use as an x-axis
0
Categories
- All Categories
- 1.1K Product Ideas
- 1.1K Ideas Exchange
- 1.2K Connect
- 968 Connectors
- 255 Workbench
- Cloud Amplifier
- 1 Federated
- 2.4K Transform
- 76 SQL DataFlows
- 500 Datasets
- 1.8K Magic ETL
- 2.7K Visualize
- 2.2K Charting
- 360 Beast Mode
- 19 Variables
- 483 Automate
- 101 Apps
- 378 APIs & Domo Developer
- 6 Workflows
- 22 Predict
- 6 Jupyter Workspaces
- 16 R & Python Tiles
- 316 Distribute
- 64 Domo Everywhere
- 252 Scheduled Reports
- 59 Manage
- 59 Governance & Security
- 1 Product Release Questions
- 5K Community Forums
- 37 Getting Started
- 23 Community Member Introductions
- 63 Community Announcements
- 4.8K Archive