Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Data Type Issue on Data Load Editor and Data Manager

Hi All,

I have an issue that the data type is different when using Data Load Editor and Data Manager.

I store the table with below script:

TableA:

Load

text(Value) as Value

From [.....]

Store * from TableA into [...../TableA.qvd];

Example of Value:3261-1-01

When I use Data Load Editor, it works fine.

When i use Data Manager, it auto converts the Value to date format which i dont want.

Is it possible to prevent the issue happen in storing qvd process?

Best Regards,

Louis

6 Replies
OmarBenSalem

Which version of Qlik Sense you're using?

Anonymous
Not applicable
Author

3.1 SR3

arvind_patil
Partner - Specialist III
Partner - Specialist III

Hi Louis,

Which format you want.

Thanks,

Arvind Patil

Anonymous
Not applicable
Author

just showing original text: 3261-1-01

Anonymous
Not applicable
Author

Any Idea?

Anonymous
Not applicable
Author

Try use function text()