Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Error While debugging ?

Garbage after Statement how to reslove ?

1 Solution

Accepted Solutions
Not applicable
Author

Hi Helen,

The "order by" should be from a resident load.

try like this:

T1:

load ...

group by ...;

T2:

noconcatenate

load *

resident T1

order by ...;

drop table T1;

View solution in original post

7 Replies
Not applicable
Author

looks like missing the ; at the end

Not applicable
Author

Semicolon (;) is there, Some thing was the Error...

mjayachandran
Creator II
Creator II

Can you post the script so that we can try to help you. Its bit difficult to debug without seeing the script.

antoniotiman
Master III
Master III

Hi Helen,

are You sure field is ITED_TED_CODE ?

Not applicable
Author

Yes, ITED_TED_CODE  is field...

Not applicable
Author

Hi Helen,

The "order by" should be from a resident load.

try like this:

T1:

load ...

group by ...;

T2:

noconcatenate

load *

resident T1

order by ...;

drop table T1;

Not applicable
Author

Hi,

ITED_TED_RATE  field should be removed from group by .