Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
sai_katare
Contributor III
Contributor III

Match and Pick a column value

Hi,

I am stuck with the following situation and need help

1. I have 3 columns 'Item', 'Item_v' and 'Region'

2. I need to do something like... if a value in 'Item_v' exists in 'Item' then pick 'Region' from 'Item'

basically I am trying to match a string in 'Item_v' with 'Item' and pickup 'Region' from 'Item' if exists.

How do I achieve this?

Thanks in advance. 

Labels (1)
3 Replies
tresesco
MVP
MVP

It becomes easier for people here to understand your problem if you could explain with an example/sample data set.

Anil_Babu_Samineni

May be simply doing If..Else statement? I apologies If i misread the question.

If(Item = Item_v, Region)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Brett_Bleess
Former Employee
Former Employee

The only other thing I can offer is a link to the Design Blog area where you will find many how-to items posted there:

https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog

If Anil's post did help, be sure to use the Accept as Solution button on his post to give him credit for the help, otherwise, leave an update if you still are searching for additional help and the above link does not get you anything that helps either.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.