Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have an issue using Qlik GeoAnalytics. I'm trying to calculate routes using a loop in order to load more than 400 routes. The problem is that randomly the extension is loading fields prefixed with "INTABLE.fieldname" or "fieldname". It then cause problems in the end of our script.
Why GeoOperationScriptEval is returning different field names for the same instruction run several times ?
Is there a solution to work around ?
Thank you for your help.
Pauline
Naming the intable should help with the prefix
Instead of "load *" it is possible to call out the fields that should be loaded with load field1, field2 etc. Most of the time the intable fields are not wanted anyway.