Skip to main content
Announcements
Qlik Community Office Hours, March 20th. Former Talend Community users, ask your questions live. SIGN UP
cancel
Showing results for 
Search instead for 
Did you mean: 
slondono
Partner - Creator II
Partner - Creator II

help with load*inline. Pretty basics

Hi everyone.

Im new in the qlik world. I have this problem when i try to create a table. And im doing it just like the book says. (sorry for my bad english)

Ventas:

LOAD * INLINE[

  Pais, Ventas, Costos

  USA, 1000, 800

  UK, 800, 700

  Alemania, 900, 1000

  Japon, 600, 400

];

This is the error.

duda.PNG

What am i doing wrong?

1 Solution

Accepted Solutions
settu_periasamy
Master III
Master III

Should give space between INLINE and '['

View solution in original post

6 Replies
arulsettu
Master III
Master III

try this

LOAD * INLINE [

  Pais, Ventas, Costos

  USA, 1000, 800

  UK, 800, 700

  Alemania, 900, 1000

  Japon, 600, 400

];

deepakqlikview_123
Specialist
Specialist

Try this

test:

LOAD * INLINE [

  Pais, Ventas, Costos

  USA, 1000, 800

  UK, 800, 700

  Alemania, 900, 1000

  Japon, 600, 400

];

settu_periasamy
Master III
Master III

Should give space between INLINE and '['

mayankraoka
Specialist
Specialist

Hi,

Yes the space is missing between INLINE AND [.

Ventas:

LOAD * INLINE [

  Pais, Ventas, Costos

  USA, 1000, 800

  UK, 800, 700

  Alemania, 900, 1000

  Japon, 600, 400

];

Regards,

Mayank

slondono
Partner - Creator II
Partner - Creator II
Author

I see, so much thank you

HirisH_V7
Master
Master

Hi,

Check this..

Data:

LOAD * INLINE [

Pais, Ventas, Costos

  USA, 1000, 800

  UK, 800, 700

  Alemania, 900, 1000

  Japon, 600, 400

];

Hope this Helps,

Cheers,

Hirish

HirisH
“Aspire to Inspire before we Expire!”