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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Adding new data to the existing field

Hi,

I have a data field "Project" with some data.

Project

123

121

120

125

156

159

One of the data is missing i need to add it while loading.

Say adding 130 to the above field.

Regards,

Keerthi KS

3 Replies
pokassov
Specialist
Specialist

Hi!

It's not clear task. You can add some data using "concatenate".

MayilVahanan

Hi

Try like this

Load Project from projectdatasource;

Concatenate

Load * inline

[

Project

130

];

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
qlikviewwizard
Master II
Master II

Hi Try like this:

Data:

LOAD * INLINE [

Project

123

121

120

125

156

159];

add

Data:

LOAD * INLINE [

Project

130

];