SOLVED
count distinct
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
ntudev
8 - Asteroid
‎11-10-2022
12:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Can someone write a code that will count distinct values? example below.
Value Count
12 1
33 1
22 1
21 1
55 1
Solved! Go to Solution.
Labels:
- Labels:
- Data Investigation
2 REPLIES 2
Felipe_Ribeir0
16 - Nebula
‎11-10-2022
12:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
gautiergodard
13 - Pulsar
‎11-10-2022
12:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
hey @ntudev
You can use a summarize tool and group on Value column.
Then you can either count or count distinct .
