Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
my data goes something like this
Country | Url |
---|---|
XYZ | http://country.com/XYZ |
PQR | http://country.com/PQR |
MNO | http://country.com/MNO |
ABC | http://country.com/ABC |
now, once i represent this data in a table box i get two column's , what my requirement is i need this URL column to be displayed as a link so that when i click on that link, concerned website opens up in an browser
could anyone please help me out in this issue
Many Thnaks
Sujeeth
Use Url as an expression then:
1) change the type of your expression from text to link
2) write as your expression: Url & '<url>'&Url
let me know
Use Url as an expression then:
1) change the type of your expression from text to link
2) write as your expression: Url & '<url>'&Url
let me know
thanks for the response Alessandro , i still dint get u .. could you please be a lil precise
hi Alessandro
i actually need that URL to be displayed as a link in a Table Box, so i dint get where exactly and to what expression u are referring to could u please be a little more precise
Thanks
Sujeeth
1) create a new chart
2) add country as dimension
3) add the expression as I gave to you
4) do the changes I explained (text to link)
... now??
Hi Alessandro
i could get what i want thanx a lot
Thank a lot..