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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
rustyfishbones
Master II
Master II

Replace Error: Internal Fatal Error

Hi All,

I have an extraction file that contains tables and text objects with expressions, however when I drop the tables and remove from memory I get Error : Internal Fatal Error., it's not an error to me I just want to DROP the Tables.

My Questions

How can I remove this message to show something more friendly?

I can use COUNT( DISTINCT $Table) = 1 as a Show Condition, but I was wondering if anyone knew of another way

Regards

Alan

Labels (1)
2 Replies
rwunderlich
MVP
MVP

That is an ongoing problem. In some cases, a listbox with a dropped field/table will cause a crash as well. My workaround is to put objects on a separate sheet, reserving a blank sheet as my main sheet.

-Rob

rustyfishbones
Master II
Master II
Author

I Tried using an IF statement so if I have no tables return some kind words other wise return the expression result but that also shows the error message