newbie - Simple beast mode calc not showing in Summary number
Newbie here...
I am simply trying to divide a field by a number to convert total seconds into Hours:
`calendar_duration`/3600
Calendar_duration is a number. The calculation works but does not show as in the summary number section.
Must be simple syntax to fix this. Sorry I am new to SQL code
Thanks,
Best Answer
-
Hi @tstimple ,
This is because you can't use a beast mode as a summary number unless you're using aggregate functions (SUM, COUNT etc)
I'm not certain exactly what you're trying to show as a summary number but if you're looking for the total across all your rows you could do:
SUM(`calendar_duration`/3600)
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**1
Answers
-
Hi @tstimple ,
This is because you can't use a beast mode as a summary number unless you're using aggregate functions (SUM, COUNT etc)
I'm not certain exactly what you're trying to show as a summary number but if you're looking for the total across all your rows you could do:
SUM(`calendar_duration`/3600)
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**1 -
Thanks Grant
That's all (and exactly what) I needed!
0
Categories
- 10.6K All Categories
- 8 Connect
- 918 Connectors
- 250 Workbench
- 477 Transform
- 1.8K Magic ETL
- 69 SQL DataFlows
- 478 Datasets
- 218 Visualize
- 260 Beast Mode
- 2.1K Charting
- 12 Variables
- 19 Automate
- 356 APIs & Domo Developer
- 89 Apps
- 3 Workflows
- 20 Predict
- 5 Jupyter Workspaces
- 15 R & Python Tiles
- 249 Distribute
- 65 Domo Everywhere
- 243 Scheduled Reports
- 21 Manage
- 42 Governance & Security
- 191 Product Ideas
- 1.2K Ideas Exchange
- 11 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive