QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More

Who Me Too'd this solution

Not applicable

Max works fine for me in the load script but bear in mind you have to include the "group by" line e.g.

Table1:

load a,

b,

max(c) as max_c

from mydata.xls group by a,b;

View solution in original post

Who Me Too'd this solution