Skip to main content
Best answer by Bikash_Panda

You can use aggrgate for such use case, 

Example:

 

Bikash_Panda_0-1706688420514.png

 

1 reply

14-Alexandrite
January 31, 2024

You can use aggrgate for such use case, 

Example:

 

Bikash_Panda_0-1706688420514.png

 

16-Pearl
February 1, 2024

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?