Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
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