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: 
phoenix
Creator
Creator

Pivot table AGGR, MAX function return null value

Capture.JPG

I have first three columns in my data and I am trying to get to last three column in a pivot by VINTAGE_YR and TOB. I am trying to get to set analysis using AGGR, MAX functions

1 Solution

Accepted Solutions
sunny_talwar

May be this

1) Max(TOTAL <VINTAGE_YR, VINTAGE_MTH> TOB)

2) Max(TOTAL <VINTAGE_YR> TOB)

3) Max(TOTAL <VINTAGE_YR, TOB> VINTAGE_MTH)

View solution in original post

2 Replies
sunny_talwar

May be this

1) Max(TOTAL <VINTAGE_YR, VINTAGE_MTH> TOB)

2) Max(TOTAL <VINTAGE_YR> TOB)

3) Max(TOTAL <VINTAGE_YR, TOB> VINTAGE_MTH)

phoenix
Creator
Creator
Author

Thanks