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

Field not found error

Hello community members,

SortTable:

LOAD * Inline

[

Sales,Sort Order

2500,4

2000,2

4500,5

2000,3

500,1

]

I have created this table ,but every time I am getting the below error, can anyone of you help me please.

Error:

Field not found - <Id>

SortTable:

LOAD * Inline

[

Sales,Sort Order

2500,4

2000,2

4500,5

2000,3

500,1

]

3 Replies
MayilVahanan

HI

Can u provide a whole script? in this no Id field available

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Anonymous
Not applicable
Author

SortTable:
LOAD * Inline
 
[
  Sales,Sort Order
  2500,4
  2000,2
  4500,5
  2000,3
  500,1
  ]
;
 
exit script;

is running without error

maxgro
MVP
MVP

I think you have something wrong before the script you posted, maybe something like the bold

load Id, field2, field3;

SortTable:

LOAD * Inline

[

Sales,Sort Order

2500,4

2000,2

4500,5

2000,3

500,1

];