Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Inline and QMC

Hi ,

When i m trying reloading my .qvw application through QMC - i m getting the following error in log file and the qvw reload fails.

can anyone please let me what i m doing wrong. Below is the log file.

0022  Measures_select_Table1:

1/23/2018 6:04:55 AM: 0023  LOAD * Inline[

1/23/2018 6:04:55 AM: 0024  _Measure, _flag

1/23/2018 6:04:55 AM: 0025  XS Premium,1

1/23/2018 6:04:55 AM: 0026  XS Claims,2

1/23/2018 6:04:55 AM: 0027  PR Premium,3

1/23/2018 6:04:55 AM: 0028  PR Claims,4

1/23/2018 6:04:55 AM: 0029  ]

1/23/2018 6:04:55 AM:       Error: Syntax error, missing/misplaced FROM:

1/23/2018 6:04:55 AM:       Measures_select_Table1:

1/23/2018 6:04:55 AM:       LOAD * Inline[

1/23/2018 6:04:55 AM:       _Measure, _flag

1/23/2018 6:04:55 AM:       XS Premium,1

1/23/2018 6:04:55 AM:       XS Claims,2

1/23/2018 6:04:55 AM:       PR Premium,3

1/23/2018 6:04:55 AM:       PR Claims,4

1/23/2018 6:04:55 AM:       ]

1/23/2018 6:04:55 AM:       General Script Error

1/23/2018 6:04:55 AM:       Execution Failed

1/23/2018 6:04:55 AM:      Execution finished.

1 Solution

Accepted Solutions
Anil_Babu_Samineni

0022  Measures_select_Table1:

1/23/2018 6:04:55 AM: 0023  LOAD * Inline [ // Space Added

1/23/2018 6:04:55 AM: 0024  _Measure, _flag

1/23/2018 6:04:55 AM: 0025  XS Premium,1

1/23/2018 6:04:55 AM: 0026  XS Claims,2

1/23/2018 6:04:55 AM: 0027  PR Premium,3

1/23/2018 6:04:55 AM: 0028  PR Claims,4

1/23/2018 6:04:55 AM: 0029  ]; // Semicolon Added

1/23/2018 6:04:55 AM:      Error: Syntax error, missing/misplaced FROM:

1/23/2018 6:04:55 AM:      Measures_select_Table1:

1/23/2018 6:04:55 AM:      LOAD * Inline [ // Space Added

1/23/2018 6:04:55 AM:      _Measure, _flag

1/23/2018 6:04:55 AM:      XS Premium,1

1/23/2018 6:04:55 AM:      XS Claims,2

1/23/2018 6:04:55 AM:      PR Premium,3

1/23/2018 6:04:55 AM:      PR Claims,4

1/23/2018 6:04:55 AM:      ]

1/23/2018 6:04:55 AM:      General Script Error

1/23/2018 6:04:55 AM:      Execution Failed

1/23/2018 6:04:55 AM:      Execution finished.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

5 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Is there a semi-colon after the closing square bracket?

Add a space between the Inline and the opening square bracket.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Anil_Babu_Samineni

0022  Measures_select_Table1:

1/23/2018 6:04:55 AM: 0023  LOAD * Inline [ // Space Added

1/23/2018 6:04:55 AM: 0024  _Measure, _flag

1/23/2018 6:04:55 AM: 0025  XS Premium,1

1/23/2018 6:04:55 AM: 0026  XS Claims,2

1/23/2018 6:04:55 AM: 0027  PR Premium,3

1/23/2018 6:04:55 AM: 0028  PR Claims,4

1/23/2018 6:04:55 AM: 0029  ]; // Semicolon Added

1/23/2018 6:04:55 AM:      Error: Syntax error, missing/misplaced FROM:

1/23/2018 6:04:55 AM:      Measures_select_Table1:

1/23/2018 6:04:55 AM:      LOAD * Inline [ // Space Added

1/23/2018 6:04:55 AM:      _Measure, _flag

1/23/2018 6:04:55 AM:      XS Premium,1

1/23/2018 6:04:55 AM:      XS Claims,2

1/23/2018 6:04:55 AM:      PR Premium,3

1/23/2018 6:04:55 AM:      PR Claims,4

1/23/2018 6:04:55 AM:      ]

1/23/2018 6:04:55 AM:      General Script Error

1/23/2018 6:04:55 AM:      Execution Failed

1/23/2018 6:04:55 AM:      Execution finished.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

Hi Jonathan and Anil,

In my script , space and semicolon are already there. I m still getting an error.

Anil_Babu_Samineni

Then, Why your title looks like QMC?? Can you attach the Log file

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

Thanks Anil and Jonathan, it worked