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
- 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