Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
tripatiqv
Partner - Contributor III
Partner - Contributor III

Getting error while loading the inline table in table

Hi All,

When I trying to load the inline table i am facing the attached error.

2 days back the qv application was working properly. No it is giving me the error.

strange part is that the application is working fine in by another user in the server. and in my local machine it is workingfine.

Please help me to resolve the issue.

1 Solution

Accepted Solutions
7 Replies
pradosh_thakur
Master II
Master II

you are missing semicolon after load statement.

if this doesn't work, post your code.
Learning never stops.
tripatiqv
Partner - Contributor III
Partner - Contributor III
Author

Hi  Please check the code.

it is working in another user.

it is working in my local machine also

Filter:
LOAD * Inline [
Company,Channel
1000,01
];

FilterCust:
LOAD * Inline [
CUSTOMERGROUPCODE
01
02
03
];

pradosh_thakur
Master II
Master II

There is nothing wrong with the script you have posted. As i said if you have anything before or after that that is causing the error i would not be able to comment on that. Are you still getting the error, if yes please post the part of  script causing error and the error again.

Learning never stops.
tripatiqv
Partner - Contributor III
Partner - Contributor III
Author

This error I am getting from last 2 days.

I was using the qv from last 1 year , It was working fine.

In my local system now also the script is working fine.

Please have a look.

 

tripatiqv
Partner - Contributor III
Partner - Contributor III
Author

Thanks for your support , the issue has been resolved.

pradosh_thakur
Master II
Master II

What was the issue. Please close the thread.
Learning never stops.