Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

problem in reloading

HI i am beginner in qlikview .when i am reloading a script or any table it is not executed well and i couldn't see it in tables list. And even i can't see Script execution window too. please help me

Thanks

1 Solution

Accepted Solutions
isorinrusu
Partner - Creator III
Partner - Creator III

Hi there,

What may be happening is that the missing table is concatenating (i.e. its fields and content is saved in another table) to a previous one. Automatic concatenation occurs when two tables, although named differently, share the same fields.


Try writing NoConcatenate before the Load statement of the missing table.

Regards,

Sorin.

View solution in original post

7 Replies
Not applicable
Author

guess you have made some mistake while editing it after you loaded.

1. Do initial reload without doing any modification to the loaded table reload the script (If its work fine)

2. Check your table name

3. Path

rajeshvaswani77
Specialist III
Specialist III

Hi,

Please edit script. Then click on debug and go line by line step by step. This should help you see the error.

thanks,

Rajesh Vaswani

its_anandrjs

Hi,

Try some of this steps

1. Generate the Log files go to Document Properties >> General >> Select Generate Log files.

And location of log file is in the Qvw file location.

2. Go to Edit script and do the reload step by step or debug the reload by click on the debug button.

Regards

Anand

rajeshvaswani77
Specialist III
Specialist III

Any exit script, in your script. It might be silently exiting there?

thanks,

Rajesh Vaswani

Not applicable
Author

if tables are of similar structure then you won't see the second table. Please use a noconcatenate. I am just guessing that is your issue.

isorinrusu
Partner - Creator III
Partner - Creator III

Hi there,

What may be happening is that the missing table is concatenating (i.e. its fields and content is saved in another table) to a previous one. Automatic concatenation occurs when two tables, although named differently, share the same fields.


Try writing NoConcatenate before the Load statement of the missing table.

Regards,

Sorin.

Anonymous
Not applicable
Author

yes !!! thats what happened here Thanks for your answer