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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Data aggregation in Expression

HI -

I am trying to aggregate/display my data by two dimensions

Dimension 1 - Location

Dimension 2  -Region

Here is an example of my expression:

Fabs(Sum(Aggr(Sum(Data),[Location])))& Fabs(Sum(Aggr(Sum(Data),[Region])))/100

What am I doing wrong?


Thank you

Zhenya

7 Replies
whiteline
Master II
Master II

Hi.

It depends on what you're trying to achieve 😃

Where do you use this expression ?

Not applicable
Author

I am using this as part of my cross tab table.

I want my table to display values that are only relevant to Location & region.

whiteline
Master II
Master II

Why not just Fabs(Sum(Data)) ?

Not applicable
Author

When i do that all values disappear from my table.

whiteline
Master II
Master II

It seems  your data model differs from the one I've imagined.

Could you attach a screenshot with it?

Not applicable
Author

sample.png

whiteline
Master II
Master II

I mean Table viewer (Ctrl+T) screen shoot.