how to get count of occurrences using Infotable API
Jan 31, 2024
12:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 31, 2024
12:46 AM
how to get count of occurrences using Infotable API
While taking distinct for any column in infotable, is it possible to get count of occurrences for each value along with distinct output?
Solved! Go to Solution.
ACCEPTED SOLUTION
Accepted Solutions
Jan 31, 2024
03:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 31, 2024
03:07 AM
2 REPLIES 2
Jan 31, 2024
03:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 31, 2024
03:07 AM
You can use aggrgate for such use case,
Example:
Feb 01, 2024
06:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Feb 01, 2024
06:13 AM
Iam passing all the columns of datashape to aggregate service using for loop.
After aggregation, i couldnt get value from output infotable if i use
let value = infotable[i]."COUNT_"+FielName[i];
how to get these values?
