Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
AB01
Contributor II
Contributor II

Filter in Load Script

Hi,

I am trying to create a filter for students where I only call the most recent entry from a database.

This is the script I have at the moment;

LOAD uniqueID,
            max([Predicted End Date]) as [Expected Completion Date]
Resident learnerData
Group By uniqueID;

I would like to add an additional filter where the max([Expected Completion Date]) is only called if the course the learner is on is the same course.

Any help is much appreciated.

Thanks.

Labels (3)
1 Reply
MarcoWedel

please post some test data and your expected result to clarify.
Thanks
Marco