How to show a count of rows from a table chart type as the summary number?
I have a dataset with a list of clients, the site they are listed on, and the count of the articles they've posted (aggregated in the card).
I would like to show a summary number that is the count of the number of clients (which is also the count of the number of rows in the table chart). Is this possibe?
Best Answer
-
CdrMarks,
The simplest way would probably be to create a beast mode that does a distinct count of the client id. For example:
COUNT( DISTINCT `client id`)
"client id" would be whatever field you are using to aggregate the records in the table into one row per client.
You could then use that beast mode in the summary number.
I hope that helps!
2
Answers
-
Do you have a unique identifier in your dataset, such as ID? If so, you can choose that column in your summary number and choose count and it should display the number of rows that you have in your dataset.
**Check out my Domo Tips & Tricks Videos
**Make sure toany users posts that helped you.
**Please mark as accepted the ones who solved your issue.1 -
CdrMarks,
The simplest way would probably be to create a beast mode that does a distinct count of the client id. For example:
COUNT( DISTINCT `client id`)
"client id" would be whatever field you are using to aggregate the records in the table into one row per client.
You could then use that beast mode in the summary number.
I hope that helps!
2 -
@MarkSnodgrass wrote:Do you have a unique identifier in your dataset, such as ID?
I have the client's username as a string. The number I see as the summary number equals the number of rows in my dataset. Since the third column of my table chart is a count of articles per client, it seems I cannot just use Count of username.
1
Categories
- 10.5K All Categories
- 8 Connect
- 918 Connectors
- 250 Workbench
- 473 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 478 Datasets
- 209 Visualize
- 257 Beast Mode
- 2.1K Charting
- 12 Variables
- 18 Automate
- 355 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
- 183 Product Ideas
- 1.2K Ideas Exchange
- 11 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive