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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlikview crashes when I open a long script

Hi guys,

I've an application with about 20 000 lines of script load code. When I commented the bigger part of it, saved and closed, I was unable to open it again any longer. Whenever I want to move the cursor to the end of the script Qlikview simply crashes. In fact, Qlikview does not seem to support well load scripts longer than 5 000 lines. So, only after splitting the script into chunks of 5000 lines I was able to make Qlikview work.

Is it a bug?

Valera

2 Replies
Not applicable
Author

Wow, 20,000 lines is an awful lot. What are you trying to do?

Cheers

Ben

Anonymous
Not applicable
Author

I am trying to implement an OLAP application in Qlikview.

Originally, the application has 8 dimensions and around 5 000 accounts. Around 1 000 of them are dynamically calculated. So, in Qlikview I had to implement a load script to calculate each account. So, assume 20 lines per each account and you have around 20 000 lines of script code.

Luckily, I managed to create a sort of template per calculation of each account, so, on average I calculate it in 20 lines...