Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
wallacechen
Creator
Creator

Select Last n rows by groups in qlikview ?

Hi,

Is it possible in expression for barchart able to select last n row by groups ?

for example:

Group     Period 

Group1     0

Group1     1

Group2     0

Group2     1

Group2     1

Group2     2

Group3     1

Group3     2

Group3    3

Group3    4

Group by group to select last 2 rows to plot barchart in expression:

Group    Period

Group1    0

Group1    1

Group2    1

Group2    2

Group3    3

Group4    4

1 Reply
sunny_talwar

Maye be using if statement with the Rank() function or RowNo() with Aggr() function to do this...

Aggr(Rank