Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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