Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Using group by problam

We have one transaction table containing 80 laces record it's will hang when we use group by.

And take lot of memory .

My script are.

IntlAggSector:
Load
PAX_INFO_ID,
FLIGHT_ID,
FIRSTVALUE(DEPARTURE_AIRPORT) & ' - ' & LASTVALUE(ARRIVAL_AIRPORT) AS SECTOR
FROM D:\Qlikview\Air\QVD\Copy_AIR_MIS_FULL.qvd (qvd)
GROUP BY PAX_INFO_ID, FLIGHT_ID
ORDER BY PAX_INFO_ID, FLIGHT_ID, SEGMENT_ID ASC;

please help me urgent basic

Regards

Ashish Srivastava

2 Replies
Not applicable
Author

Hi

Can't you move the group by into the DB query or into a separate qvw producing only the qvd files and have a directly loadable QVD file without any further logic applied? This QVD will then also load super-fast.

Regards

Juerg

Not applicable
Author

we make separate qvw file lode qvd and then apply logic