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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Updating Stand alone Field

Hi All,

We have a requirement, where we have a standalone field say F1 which is the duplictae of the field F2.

F1 -- Not associated

F2 -- Associated

I want whenever there are any changes in possible values of F2, the same gets selected in F1.

Please assist on same.

Regards,

MK

1 Solution

Accepted Solutions
swuehl
MVP
MVP

3 Replies
swuehl
MVP
MVP

Are you thinking about something like this?

Copy Selections from one field to another

alexandros17
Partner - Champion III
Partner - Champion III

If F1 is duplilcated from F2 I think you have something llike:

Load

...

F2,

F2 as F1

...

So when a value changes in F2 it automatically changes in F1,

Explain your scenario

Anonymous
Not applicable
Author

Thanks a lot swuehl