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: 
Purushothaman
Partner - Creator III
Partner - Creator III

Report After Executing Load Script

Hi Experts,

In QlikView, After running the script in Data Load Editor, How to generate Load Execution Report in Text Format?

Please help!

Thank you!

1 Solution

Accepted Solutions
Jack577
Contributor II
Contributor II

Employee Portal Next

These solutions will work:

As mentioned in comments use defer:

<script src="deferMe.js" defer></script>

or

<body onload="script();">

or

document.onload = function ...

or even

window.onload = function ...

Note that the last option is a better way to go since it is unobstrusive and is considered more standard.

View solution in original post

3 Replies
Jack577
Contributor II
Contributor II

Employee Portal Next

These solutions will work:

As mentioned in comments use defer:

<script src="deferMe.js" defer></script>

or

<body onload="script();">

or

document.onload = function ...

or even

window.onload = function ...

Note that the last option is a better way to go since it is unobstrusive and is considered more standard.

West69
Contributor II
Contributor II


@Purushothaman wrote: MyWaffleHouse

Hi Experts,

In QlikView, After running the script in Data Load Editor, How to generate Load Execution Report in Text Format?

Please help!

Thank you!


I appreciate the information and advice you have shared. I will try to figure it out for more.

kledo5
Contributor
Contributor

Thank you blog for giving me short and meaningful articles, helping me learn a lot of valuable information in a short time, I have a pretty good website.

 

 

Drift Hunters