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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Script error


Can anyone point me in the right direction of correcting this script - Everything seems to be ok but its failing to load - prob something simple

I'm cert its something to do with the file path actually - recall being told if the files on your desktop that ya uploading it causes the script to full over

Any help be gd

Tx

Paul

[Aircraft Types]:
LOAD AC_TYPEID as [%Aircraft Type ID],

    
AC_GROUP as [%Aircraft Group Type],

    
SSD_NAME as [Aircraft Name],

    
MANUFACTURER as [Aircraft Manufacturer],

    
LONG_NAME as [Aircraft Name Full],

    
SHORT_NAME as [Aircraft Name Abbreviated],

    
BEGIN_DATE as [Aircraft Begin Date],

    
END_DATE as [Aircraft End Date]
FROM

[..\..\..\..\..\paul\Desktop\Qlikview download\Chapters 1 - 11\QlikView
Development\Airline Operations\Data Files\CSVs\Aircraft_Base_File.csv]

(
txt, codepage is 1252, embedded labels, delimiter is ';', msq);







[Aircraft Groups]:
LOAD [Aircraft Group ID] as [%Aircraft Group Type],

    
[Aircraft Engine Type],

    
[Aircraft Number Of
Engines]

FROM

[..\..\..\..\..\paul\Desktop\Qlikview download\Chapters 1 - 11\QlikView
Development\Airline Operations\Data Files\CSVs\Aircraft_Group.csv]

(
txt, codepage is 1252, embedded labels, delimiter is ';', msq);




32 Replies
stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi Paul,

I've got a book simply titled 'Performance Dashboards' that seems to be

very good - but I have never got as far as reading it. I'm sure there must

be others - but most of my learning on this has come from talking to FDs

and from blogs.

Steve

DirectorQuick Intelligence

www.quickintelligence.co.uk

07767 472906

Not applicable
Author

Hi Steve

I shall take a look at that!

Yes I think word of mouth prob does actually work -  Your've cert given me number of helpful tips which is always much appreciated  

Paul

Not applicable
Author

Hi Steve

Well I've hit page 300 and all is going well - The Crosstable solo Exercise on page 318 is bugging me a bit the examples were in Excel but this one is a QVD so its kind of thrown me a little - Can see the columns but
I'm a little confused as to whats going  - Do you happen to have the worked example so I can have a look Or even some advice on how go bout this - Any help is much appreciated

Tx

Paul