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: 
Not applicable

How to show rows only have top values?


Hi,

I have data as below. How to get the table in qvw only to show rows which is Max(No)

for eg:

considering below sample data I need to show output only the row

S908779       US          11/06/2013       20         19038                 56                     64563

IDRegionDateManufactureNoKetyMoniytNotax
S908766US11/03/2013200
S908767US11/03/201310461461
S908768US11/03/20138461
S908769US01/04/20131461461
S908770US11/04/201310461461
S908771US11/04/20138510461
S908772US11/04/20132034535523423
S908773US01/05/20131461461
S908774US11/05/20138510461
S908775US11/05/201310461461
S908776US11/05/201320345345534
S908777US01/06/20131461461
S908778US11/06/201310461461
S908779US11/06/201320190385664563
S908780US11/06/20138510461
S908781US01/07/20131461461
S908782US11/07/201310461461
S908783US11/07/201313510461
S908784US11/07/20138461
S908785US11/07/20132024565465
S908786US01/08/20131461461
S908787US11/08/201310461461

Can anyone suggest me please.

Thanks.

35 Replies
Not applicable
Author

Please help me. please . I am really struggling !

timanshu
Creator III
Creator III

Hi,

for id Rt0976, table is showing 39 rows and  same you require then what is issue?

Not applicable
Author

no it s not working.

MK_QSL
MVP
MVP

Create a Straight Table....

Use Dimension Fields DateManufacture, Kety, Moniyt, Notax, Region, ID

Expression

IF(No = Max(TOTAL <ID> No), No)

Go to Presentation Tab

Tick Suppress Zero Values

Hope this would work.. !

Not applicable
Author

Thanks very much. I used this.The user started working on this file. will update you once I heard from user.

Not applicable
Author

user confirmed 100%. Super!. This exactly worked!