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: 
wanyunyang
Creator III
Creator III

Load value in data load editor

Hi guys,

I have a column named ACTIVITY with values A,B,C. Can I load another value D into ACTIVITY in data load editor?

Thanks for help!

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

You can add something like below

Concatenate(YourFirstTableName)

Load * INLINE

[

ACTIVITY

D

];

View solution in original post

3 Replies
MK_QSL
MVP
MVP

When you say, you want to Load D, means D is not available and you want to load or D is available in source data.

wanyunyang
Creator III
Creator III
Author

There is no D in my data.

MK_QSL
MVP
MVP

You can add something like below

Concatenate(YourFirstTableName)

Load * INLINE

[

ACTIVITY

D

];