Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
You can store the URL per customer in your data model and just build the string accordingly:
CustomerNameField &'<URL>'& URLField
Please follow these instructions
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.
You can store the URL per customer in your data model and just build the string accordingly:
CustomerNameField &'<URL>'& URLField