Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Aggr Function?

h

1 Reply
Not applicable
Author

Hello David,

David Freschl wrote:

We should also be able to answer something like total per product.

For the above you try below expressions:

aggr(sum(BudgetAmount),BudgetProduct)

or to ignore the BudgetPerson Dimension

sum({<BudgetPerson=>}BudgetAmount)

Can you please attach a sample file with expected results.

Thanks,

Singh