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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

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
MVP
MVP

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