Basic excel and google doc integration issues
How do we get the months in sequential and not alphabetical order, and not have the total on the graph? Honestly getting a simple spreadsheet or google doc in to a card in a viewable mannor seems almost impossible - what are we missing here? I have found nothing helpful online and this is somewhat of a show stopper for us if we can't get it figured out.
1
Comments
-
@caedmon - I think you best bet would be to use a BeastMode Calculation to do this.
It would look something like this -
CASE
WHEN `Date Column' = January then 1
WHEN `Date Column' = Febuary then 2
WHEN `Date Column' = March then 3
WHEN `Date Column' = April then 4
WHEN `Date Column' = May then 5
WHEN `Date Column' = June then 6
WHEN `Date Column' = July then 7
WHEN `Date Column' = August then 8
WHEN `Date Column' = September then 9
WHEN `Date Column' = October then 10
WHEN `Date Column' = November then 11
WHEN `Date Column' = December then 12
ELSE 0
ENDThen you would sort the BeastMode and everything would end up in order.
Now I'm no BeastMode expert, so the code above may not be perfect. I'd recommend checking out the BeastMode section - http://dojo.domo.com/t5/Beast-Mode-ETL-Dataflow/bd-p/Beast
0
Categories
- All Categories
- 1.9K Product Ideas
- 1.9K Ideas Exchange
- 1.6K Connect
- 1.3K Connectors
- 305 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 3K Transform
- 106 SQL DataFlows
- 646 Datasets
- 2.2K Magic ETL
- 4K Visualize
- 2.5K Charting
- 774 Beast Mode
- 75 App Studio
- 43 Variables
- 728 Automate
- 186 Apps
- 467 APIs & Domo Developer
- 61 Workflows
- 14 DomoAI
- 40 Predict
- 17 Jupyter Workspaces
- 23 R & Python Tiles
- 403 Distribute
- 117 Domo Everywhere
- 277 Scheduled Reports
- 9 Software Integrations
- 136 Manage
- 133 Governance & Security
- 8 Domo Community Gallery
- 44 Product Releases
- 12 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 112 Community Announcements
- 4.8K Archive