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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to bring a Data from a Table.

Dears.

I dont know how to bring a data from a table, the example is like this.

I have Table1 that contains a field1 and Table2 with a Field2 and Field3, i want to define an expression where if the text contained in the field1 is the same than Field2 bring the Text contain in the field3 in a new field.

Is that possible and how to do it?

Thanks

1 Solution

Accepted Solutions
sunny_talwar

Not sure how the data is structured, but may be this:

If(Field1 = Field2, Field3)

View solution in original post

3 Replies
sunny_talwar

Are you wanting to do this in the script?

Not applicable
Author

NO, i hope to do in a table

sunny_talwar

Not sure how the data is structured, but may be this:

If(Field1 = Field2, Field3)