Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
tmumaw
Specialist II
Specialist II

Hyperlink to Customers website

I have a chart with a list of customers and their websites.  I have created a chart and with their name and the expression being their website but it's not working.  Does anyone have any ideas.  Example might be company (ABC)  website displayed http://www.abc.com, and the next customer might be DEF and their website is http://www.DEF.com.

Thanks
Thom

1 Solution

Accepted Solutions
swuehl
MVP
MVP

You can store the URL per customer in your data model and just build the string accordingly:

CustomerNameField &'<URL>'& URLField

View solution in original post

3 Replies
swuehl
MVP
MVP

Please follow these instructions

http://community.qlik.com/message/274516

tmumaw
Specialist II
Specialist II
Author

What happens when you have 10 customers displayed in a list with their name and website?  This would work fine if you are alway going to the same site.

swuehl
MVP
MVP

You can store the URL per customer in your data model and just build the string accordingly:

CustomerNameField &'<URL>'& URLField