Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

group by in qlikview

Hi All

I have table like below.

i want to restrict the table to show only Max(line_no) on each unique loaded file. i want output as below. Please help me how we can fix.

2 Replies
sunny_talwar

Not sure if you are looking for something like this:

LOAD Loaded_File

          Max(Line_No) as Max Line_No

Resident sourceTable

Group By Loaded_File

HTH

Best,

Sunny

buzzy996
Master II
Master II

try sunindia advice,hopes it works.