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: 
Not applicable

General Script Error

Hi,

Could anyone elaborate on this error please?

In what cases, it may occur? Cuz I am facing this recently and it's so vague that I'm unable to debug.

thanks!!!

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Some of the possible reasons:

  • Synthetic key
  • Incorrect Group By clause
  • Access permission denial for source data/file

Trying debugging the script with limited record set. That could help.

View solution in original post

4 Replies
tresesco
MVP
MVP

Some of the possible reasons:

  • Synthetic key
  • Incorrect Group By clause
  • Access permission denial for source data/file

Trying debugging the script with limited record set. That could help.

Not applicable
Author

thanks tresesco..

I'm guessing synthetic keys could be the cause..

could you suggest a way to get rid of them?

Anonymous
Not applicable
Author

Hi,

PFA document may be use fule.

BR,

Chinna

tresesco
MVP
MVP

Generic ways are like:

  •      Rename one set of common keys to something else
  •      If most of the fields in the tables are common, possibly, consider concatenating them to form a single table
  •      Link table - if the data size is not that big

Edit: I guess it would be worth mentioning that - 'Synthetic keys are not necessarily bad or incorrect'

It depends on your model.