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

syntax error when loading

I am fairly new to Qlikview - only built a few dashboards.  I am in the process of building a new one and have rec'd this syntax error when loading.  Any thoughts as to what I'm doing wrong - I am sure it's very simple, but can't figure it out.  Thanks!

Syntax error, missing/misplaced FROM:

LOAD [Service Area],

     Director,

     Manager,

     [Cost Center},

     [Actual # Ees],

     [Budgeted # Ees],

     [# Cases Issued],

     [# Cases Completed],

     [# Policies],

     [VB Premium],

     [Group Premium],

     [Dental Premium],

     [# Apps Processed],

     [Items Coded],

     [Interfaces Supported],

     [Plane.biz Files set up],

     Cost/Interface,

     [Cost/Plane.biz File],

     [Cost per Case Issued],

     [Cost per Case Completed],

     Cost/Policy,

     [Cost/1K VB Premium],

     [Cost/1K Group Premium],

     [Cost/1K Dental Premium],

     Cost/App,

     [Cost/Items Coded],

     [Cost Per Actual EE],

     [Cost Per Budgeted EE],

     [Actual Expenses],

     [Budgeted Expenses],

     [Variance Analysis],

     [Reporting Month]

FROM

(ooxml, embedded labels, table is [QlikView$]);

1 Solution

Accepted Solutions
nagaiank
Specialist III
Specialist III

Replace

  [Cost Center},

with

  [Cost Center],

View solution in original post

2 Replies
nagaiank
Specialist III
Specialist III

Replace

  [Cost Center},

with

  [Cost Center],

its_anandrjs

In load script in line 5 you have error

In place of this   [Cost Center},

Write like      [Cost Center],   or      "Cost Center",