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: 
nm02
Contributor II
Contributor II

Fix expression (independent from table selection)

Hey guys, I have a very big table with 3 dimensions and 13 measurements. One of these measurements is this particular formula, let's call it [PointCalculation]:

Sum(TOTAL Aggr({<[Packed]-={''}>}Sum([Points]),[Packed],[ID]))

The formula calculates a total of points from a given dataset (which works fine on it's own), but i want the value to stay at the same value after filtering.

 

So when [PointCalculation] = 500 and I filter the table, it should stay at 500 regardless of the filter.

(What happens right now, it drops to a value below 500. This affects the other 12 measurements as they are based on it)

 

I have tried some set analysis syntax but it doesn't produce the wanted result.

Labels (2)
0 Replies