Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Use Column() in expression with aggr() and min()

Hi All,

Is it possible to use aggr by another column in chart?

For example, get the min date with negative value in Exp1.

Something like Aggr(min(Date),Column(1), [Product Name])

Product NameDateExp1min date withe negative value
P1

01/01/15

10002/01/15
P102/01/15-2002/01/15
P103/01/15-3002/01/15
P104/01/15-5002/01/15
P201/01/156003/01/15
P202/01/152003/01/15
P203/01/15-3003/01/15
P204/01/1510003/01/15

Thanks,

Almog

1 Reply
Gysbert_Wassenaar

No, you can only use field names as dimensions in the aggr function, not expressions. You could have found this information yourself in the Qlikview help file.


talk is cheap, supply exceeds demand