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.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 616 Datasets
- 2.2K Magic ETL
- 3.8K Visualize
- 2.5K Charting
- 737 Beast Mode
- 56 App Studio
- 40 Variables
- 684 Automate
- 176 Apps
- 452 APIs & Domo Developer
- 46 Workflows
- 10 DomoAI
- 35 Predict
- 14 Jupyter Workspaces
- 21 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 123 Manage
- 120 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive