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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Strange behavior Inline load

Can someone explain this?

LOAD * INLINE
[Name, Value
Name1, "0000"
Name2, "00000000000000"
];

Results in:

inline1.png

And

LOAD * INLINE
[Name, Value
Name1, "0000"
Name2, "0000000000000000"

];

Results in:

inline2.png

Is there a reason for this behavior?

Labels (1)
11 Replies
Not applicable
Author

Hi swuehl,

Thanks for your reply.

Your solution works. I'm converting data from a legacy system with poor data definitions. Thats why I have to use variables.



Not applicable
Author

Hi, Please ignore my last post. Please find the below piece of sample code:

LOAD ID, NAME, NUM(VALUE ,'000000') AS VALUE INLINE [

ID, NAME, VALUE

1, N1, 0

2, N2, 10

3, N3, 101];

Num_Fuc.JPG.jpg