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: 
ananyaghosh
Creator III
Creator III

Need urgent help - for showing associated field details

Hi,

Please refer the below image where I have to show the details of a sales representatives. I have a list of a sales representatives in table and I want that when one Sales representatives name is selected, the details of that person will be shown as below:

IMG_0007.PNG

Please can anyone suggest that how can got the values of that person and show values related to him into a another sheet?

Thanks,

Sandip

1 Solution

Accepted Solutions
adamdavi3s
Master
Master

Ok so try something like

='Customer Id = '&CustomerID&chr(13)&' Customer Name ='&CustomerName

chr(13) is a carriage return so makes a new line

View solution in original post

3 Replies
adamdavi3s
Master
Master

This is how qlikview works?

If you select a person then as long as the detail works then any related values should show.

You might need to expand on your exact issue a bit!

ananyaghosh
Creator III
Creator III
Author

Hi,

I have the following data model: Now I have table with Customer Id and Customer Name. My requirement is when I will select the customer id from the table, it will reflect the all related details of customer id in a text box like that:

Capture1.PNG

Table images is here:

Capture3.PNG

and Text box information will be as follows:

Capture2.PNG

Thanks,

Sandip

adamdavi3s
Master
Master

Ok so try something like

='Customer Id = '&CustomerID&chr(13)&' Customer Name ='&CustomerName

chr(13) is a carriage return so makes a new line