Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
jblomqvist
Specialist
Specialist

Why does MIN value from an AGGR expression return a 0 but MAX and AVG work? See example

Hi all,

In the example below I get a 0 when I try to get the Min value from an AGGR expression. Max and Avg work so I don't understand why Min doesn't work.

MinMax.JPG

My expressions are:

Max: =Num(Max(Aggr(Sum(LineSalesAmount), SalesPerson)), '#,##0')

Min: =Num(Min(Aggr(Sum(LineSalesAmount), SalesPerson)), '#,##0')

Any ideas please?

1 Solution

Accepted Solutions
hic
Former Employee
Former Employee

You probably have "Suppress Zero-values" checked in the straight table, which hides a salesperson with 0 as sales amount.

HIC

View solution in original post

2 Replies
hic
Former Employee
Former Employee

You probably have "Suppress Zero-values" checked in the straight table, which hides a salesperson with 0 as sales amount.

HIC

m_woolf
Master II
Master II

Here's a guess:

your straight table has suppress zero values checked.