Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Inline script is not work properly

Hi,

I try to make table in line, but unfortunatelly when I push the reload button suddenly show the error message:

"syntax error, Missing/misplaced FROM:

DimentionList:

LOAD * Inline [

%Dimentions

SalesPerson

Country

City

Product

];

i really dont have idea about this problem, because any people also write like that, but in my case show error message.

Thank you for your help and attention.

1 Solution

Accepted Solutions
Not applicable
Author

Dude can you please mark correct answer of this thread....

View solution in original post

21 Replies
sunny_talwar

It worked for me. Would you be able to share the logfile?

sunny_talwar

See if you get the same error, when you refresh the attached application:

Best,

Sunny

qlikviewwizard
Master II
Master II

Do you need %? For me there is no issue. Do you have other script after this?

Use the below script and if you get any error let me know.

DimentionList:

LOAD * Inline [

Dimentions

SalesPerson

Country

City

Product

];

EXIT Script;

Siva_Sankar
Master II
Master II

Try checking the spaces or create a new document and type manually again the script and reload. Check if there are any unwanted characters standling alone below or above the script. Better try recreating a new file and check

prashantbaste
Partner - Creator II
Partner - Creator II

Hi

Its seems no error in code -

LOAD * INLINE [

    %Dimentions

    SalesPerson

    Country

    City

    Product

];

There is chance of error in above/below code. You can try same piece of code in another/ fresh application & check.

--

Regards,

Prashant P Baste

Not applicable
Author

Thank you for your reply,

how can i find logfile.

Yhx

Not applicable
Author

yes i need it,

in order to make dynamic adhoc.

Thx

Siva_Sankar
Master II
Master II

You need to enable the log file on Document settings, General tab, check Generate logfile.

Reload the qlikview.

A tex format logfile will generate in the same location of your qlikview file.

You can go to that folder and open the generated log file and find what the error tells.

Not applicable
Author

event i make the new file and put the script by writing (not copy paste),

but error still happen.

here with the capture screenScript.JPGErr Msg.JPG

Thank you