Concat summary numbers

Hi, I'm trying to use the CONCAT function to combine two calculations into one summary number.
I want to put Sites = Count of Panels, Panels = Sum of Panels
I have done the CONCAT function but it is multiplying the numbers together it seems, I must have missed something and wasn't sure what: CONCAT(COUNT(Panels
), SUM(Panels
))
If someone knows it would be much appreciated
Best Answers
-
I'd try putting a space between the two just incase, like ' '.
But your logic is sound, that should have worked.
2 -
Agree with what @trafalger suggested, without any other character CONCAT will likely put the two numbers together, so 10 and 20 would be displayed as 1020. Adding the "template" of the string you want to display to the formula should work, something along the lines of:
CONCAT('Sites = ',COUNT(Panels),', Panels = ',SUM(Panels))
2
Answers
-
I'd try putting a space between the two just incase, like ' '.
But your logic is sound, that should have worked.
2 -
Agree with what @trafalger suggested, without any other character CONCAT will likely put the two numbers together, so 10 and 20 would be displayed as 1020. Adding the "template" of the string you want to display to the formula should work, something along the lines of:
CONCAT('Sites = ',COUNT(Panels),', Panels = ',SUM(Panels))
2 -
Thankyou both, this worked a treat!
0
Categories
- All Categories
- Product Ideas
- 2.1K Ideas Exchange
- Connect
- 1.3K Connectors
- 309 Workbench
- 7 Cloud Amplifier
- 10 Federated
- Transform
- 663 Datasets
- 119 SQL DataFlows
- 2.3K Magic ETL
- 823 Beast Mode
- Visualize
- 2.6K Charting
- 86 App Studio
- 46 Variables
- Automate
- 193 Apps
- 483 APIs & Domo Developer
- 87 Workflows
- 23 Code Engine
- AI and Machine Learning
- 23 AI Chat
- 4 AI Projects and Models
- 18 Jupyter Workspaces
- Distribute
- 117 Domo Everywhere
- 283 Scheduled Reports
- 11 Software Integrations
- Manage
- 143 Governance & Security
- 11 Domo Community Gallery
- 49 Product Releases
- 13 Domo University
- Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 116 Community Announcements
- 5K Archive