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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
alex_stone
Creator
Creator

QlikView Application Stuck?

My QlikView application stuck when reload the data. I don't know why stuck when run the first statement on qlikview application.

Application Script:

SET ThousandSep=',';

SET ...

...

Log info:

...

29/2/2016 10:20:12 AM Information 29-02-2016 10:20:12 AM: SET ThousandSep=','

2/

Seek your assistance, thanks a million.

9 Replies
petter
Partner - Champion III
Partner - Champion III

Is this all you see of the log info? How do you reload - in your QlikView Desktop or on the server?

asgardd2
Creator III
Creator III

Try to reload the application manually, using the debugger.

petter
Partner - Champion III
Partner - Champion III

Is this all you see of the log info?

petter
Partner - Champion III
Partner - Champion III

If you share more of your load script it would be much easier to help you.

avinashelite

please share the detailed log file ...that will help us to check the issue and help you out with the same

udaya_kumar
Specialist
Specialist

Hi Alex,

Comment the Application Script: line and try to reload.

If you need that statement then place it after all the set statement and try it.

Anonymous
Not applicable

to reload the apllication freshly

alex_stone
Creator
Creator
Author

Thank you for your reply, I reload it manually, and it can run normally again, very strange

HirisH_V7
Master
Master

Hi,

  • Is  your application is fetching the Data from data base or static excel source?

  • If Data base means check with the connection settings there it may not going in a right way.

Check this way,

HTH,

Hirish

HirisH