Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Field Data

H guys

how to load the data from already loaded field using Field Data option ..............

4 Replies
Sokkorn
Master
Master

Hi Manish,

I may not understand you well.

[Data1]:

Load

     Field1,

     Field2,

     Field3

From ...

[Data2]:

Load

     Field1+Field2 as NewField

Resident [Data1];

Here I want you to take a look with Resident load from previous load table.

Regards,

Sokkorn

Not applicable
Author

hi sokkorn

thanks for the reply but i want to use Field Data option that is available in Edit Script.....

Not applicable
Author

Hi,

By using the option of  Field Data in script, we can select particular value from that field.

For example, there is a field Material. And we want only value "34526". We can use this option.

I am not getting any particular situation when you need this.

If you have please share.

HTH

-shruti

Not applicable
Author

can you send me sample app