Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Getting script error - Field not found

The code that I obtained while clicking Run tables/ Generate Script==> in QVSource, when I load it in Qlikview I get Field not found error. I copied the script URL and pasted in browser and I am getting the following:

There appears to have been an error in QVSource. We would recommend that you read the troubleshooting page and other areas of our wiki before requesting support.

Could you please help me on how to rectify it. Do i need to change the URL path or activate some plugin. I want to display the data in qlikview.

2 Replies
simospa
Partner - Specialist
Partner - Specialist

Please attach a snippet of code.

S.

Not applicable
Author

GoogleAnalyticsConnectorV3_DataFromTemplateQuery:

LOAD

    dim_browser as DataFromTemplateQuery_dim_browser,

    dim_operatingSystem as DataFromTemplateQuery_dim_operatingSystem,

    dim_source as DataFromTemplateQuery_dim_source,

    metric_visits as DataFromTemplateQuery_metric_visits,

    metric_pageviews as DataFromTemplateQuery_metric_pageviews,

    metric_timeOnSite as DataFromTemplateQuery_metric_timeOnSite

FROM

[http://localhost:5555/QVSource/GoogleAnalyticsConnectorV3/?table=DataFromTemplateQuery&appID=&encryp...]

(qvx);

// IMPORTANT: If, when loading the above script, you receive a 'Script Error' Dialog box with a 'Field Not Found'

// (or other) error, the first thing you should do is copy and paste the full request URL (i.e. the URL between the square [...]

// brackets IN THE QLIKVIEW / QLIK SENSE SCRIPT ERROR DIALOG) into a browser address bar and check the response.