Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Sakura
Creator
Creator

Decide dynamically the aggregate function to use

I have many fields for which I have to decide dynamically if I want to sum it or average it.

like if(aggregation='Sum', sum(field), average(field))

where sum(field) is for 20 fields and same is for average..

is there any way I can say, $(aggragation(field)) and aggregation is sum or average based on condition?

--aggragation= either sum or average--

1 Solution

Accepted Solutions
1 Reply
sunny_talwar