Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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