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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
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 .