How to do a distinct count of a certain number of digits?
I have a column labelled "Key". I am wanting to do a group count of these as otherwise I have too many rows (in table format).
The first four numbers represent a project, I am currently doing a COUNT of these, and it comes back as 1 for each as the number is unique due to the numbers after the -.
Is there a way to do a distinct COUNT on the first four numbers only so that I can count the following numbers as 4 and not 4 individual rows?
2036-310
2036-311
2036-312
2036-313
Best Answer
-
Yes you can do it in a beastmode.
LEFT(`FSJ No.`,4)
Then bring that field into your table twice, once without modification and once as a count aggregation.
If I solved your problem, please select "yes" above
1
Answers
-
@laurenmiddleton You can do magic ETL or SQL to split the column into two columns. You can then count the column using distinct first 4 numbers using group by or maybe you can pivot the distinct 4 digits if the data is not too complex to list the all the project codes and count.
You can also create a beast mode calculation LEFT(Key
, 4) to create a key column and then perform Magic ETL 'group by' on the 'key ' column and count to reduce the rows.1 -
@art_in_sky is it possible without Magic ETL and just purely on CARD beast mode?
0 -
Yes you can do it in a beastmode.
LEFT(`FSJ No.`,4)
Then bring that field into your table twice, once without modification and once as a count aggregation.
If I solved your problem, please select "yes" above
1
Categories
- All Categories
- 1.9K Product Ideas
- 1.9K Ideas Exchange
- 1.6K Connect
- 1.3K Connectors
- 303 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 3K Transform
- 104 SQL DataFlows
- 640 Datasets
- 2.2K Magic ETL
- 4K Visualize
- 2.5K Charting
- 769 Beast Mode
- 72 App Studio
- 43 Variables
- 718 Automate
- 185 Apps
- 462 APIs & Domo Developer
- 57 Workflows
- 14 DomoAI
- 40 Predict
- 17 Jupyter Workspaces
- 23 R & Python Tiles
- 402 Distribute
- 116 Domo Everywhere
- 277 Scheduled Reports
- 9 Software Integrations
- 135 Manage
- 132 Governance & Security
- 8 Domo Community Gallery
- 44 Product Releases
- 12 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 111 Community Announcements
- 4.8K Archive