Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
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.
You can use aggrgate for such use case,
Example:
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?