Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

HIERARCHYBELONGSTO

I have an application in which the script is using a hierarcybelongsto function. The script works fine when I reload it in Qlikview.

When I perform a reload task in Publisher with this application I get an error. "Job finished with errors"
and the log says "Errors: 2 ScriptError: , ScriptErrorList: Syntax Error General Error , ScriptErrorDetails="

If I remove the hierarcybelongsto load function, the reload task works fine.

Anyone who knows why this is, or could give me some clues to what could be wrong?

4 Replies
Not applicable
Author

I have a same problem.

brenner_martina
Partner - Specialist II
Partner - Specialist II

Hi,

have the qlikView Server all rights to load data from sources?

Not applicable
Author

What rights it needs to perform a script with "HierarchyBelongsTo" sentence?

Not applicable
Author

I solved the problem.
You have to load the table first in your script and then transform it into a new table with function "Hierarchybelongsto". So its not possible to load data directly from a table.