Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
nkosinde13
Creator
Creator

Get max RowNo () for each value in a dimension

Hi All

I need to get maximum row number for each value of a dimension. Not sure if this is possible?

I've attached an exported table I created on Qlikview.  The expression I used for row_no is =RowNo() which works perfectly fine but how then do I get a maximum row number for each value of dimension Team_Leader e.g. Max row number for Bethlehem Manager SE ect...?

Any help will be highly appreciated.


Thanks

Matlotlo

1 Solution

Accepted Solutions
sunny_talwar

May be try this

Count(DISTINT TOTAL <Team_Leader> SaleType1)

View solution in original post

2 Replies
sunny_talwar

May be try this

Count(DISTINT TOTAL <Team_Leader> SaleType1)

nkosinde13
Creator
Creator
Author

Thank you so much Sunny, that's exactly what I was looking for 🙂