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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

what is the error in script?

any body tell me what is the error in the script

qlikview saying syntax error

A:

load * Inline[tableA_id,tableA_itemID,tableA_namedesc

1,1,skdfl

2,1,sdfkls

3,1,jjjjjjjjjj

4,2,dkfdls

5,2,sdkf

6,3,sdfkls

7,3,jjjjjjjjjj

8,3,dkfdls

9,3,sdkf

10,4,sdfsd

];



qlikview erro

Syntax error, missing/misplaced FROM:

A:

load * Inline[tableA_id,tableA_itemID,tableA_namedesc

1,1,skdfl

2,1,sdfkls

3,1,jjjjjjjjjj

4,2,dkfdls

5,2,sdkf

6,3,sdfkls

7,3,jjjjjjjjjj

8,3,dkfdls

9,3,sdkf

10,4,sdfsd

]

A:

load * Inline[tableA_id,tableA_itemID,tableA_namedesc

1,1,skdfl

2,1,sdfkls

3,1,jjjjjjjjjj

4,2,dkfdls

5,2,sdkf

6,3,sdfkls

7,3,jjjjjjjjjj

8,3,dkfdls

9,3,sdkf

10,4,sdfsd

]



1 Solution

Accepted Solutions
Not applicable
Author

I think its correct ....... try to make inline table again.

because what is seen here is appropriate. Chek that there is space between

INLINE and "["

inline will appeare blue then its fi9.





View solution in original post

5 Replies
Not applicable
Author

Hi,

Try this

A:

load * Inline [

tableA_id,tableA_itemID,tableA_namedesc

1,1,skdfl

2,1,sdfkls

3,1,jjjjjjjjjj

4,2,dkfdls

5,2,sdkf

6,3,sdfkls

7,3,jjjjjjjjjj

8,3,dkfdls

9,3,sdkf

10,4,sdfsd

];

I believe you missed a space between INLINE and [.

Thanks & Best Regards,

Kuldeep Tak

Not applicable
Author

I think its correct ....... try to make inline table again.

because what is seen here is appropriate. Chek that there is space between

INLINE and "["

inline will appeare blue then its fi9.





Not applicable
Author

greate!!!

suniljain
Master
Master



A:


Load * Inline [tableA_id,tableA_itemID,tableA_namedesc

1,1,skdfl

2,1,sdfkls

3,1,jjjjjjjjjj

4,2,dkfdls

5,2,sdkf

6,3,sdfkls

7,3,jjjjjjjjjj

8,3,dkfdls

9,3,sdkf

10,4,sdfsd
]





Not applicable
Author

You have to provide space between INLINE and [.. Hope this works.I also had same issue adn solved.