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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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.

Labels (1)
2 Replies
sunny_talwar
MVP
MVP

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.