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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikView crashes

Hello all

I am trying to start with the free app but it crashes whenever I try to load more than one table from the DB.

It looks like it's done but does not close.

When I press "end here" nothing happens and "abort" crashed the whole thing.

I tried reinstalling but it still happens.

Any thoughts?

Thanks,

Carin

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

Write before all loadings this instruction:

Qualify *;

in this way tables will not associate. if doing this the app doesn't crash the reason could be that tables are not well associated.

Let me know

View solution in original post

5 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Write before all loadings this instruction:

Qualify *;

in this way tables will not associate. if doing this the app doesn't crash the reason could be that tables are not well associated.

Let me know

Not applicable
Author

Worked like a charm, thanks!

Not applicable
Author

How do I connect the tables now, though?

Do I enter a join into the script?

Thanks

alexandros17
Partner - Champion III
Partner - Champion III

Load field by field in both tables and verify what kind of link is created

Not applicable
Author

Got that covered with unqualify, thanks!