Hi everyone !
I was wondering if it is possible to create a HyperLink in Aris Reports.
For example , I'm retrieving from the same object a title attribute (which is a string) and another attribute which is a Link :
Attribute Name | Value |
Title | |
Link | www.google.com |
When displaying the title (google) in my report, I'd like to be able to click on it and to be automatically redirected to google.com or no matter what the link is.
Thank you.
Hi ,
First , thank you for your quick reply.
If you're saying that beside the link attribute that already exists in my object, I should create an occurence of the Link attribute , then no, I didn't try it, and I don't know how to do that.
If you're asking if I retrieved the value of the Link attribute and displayed it , then yes. But it is not what I'm expecting. I'm getting the Link itself, not the title.
I don't want to change anything in my object but if there is no other way , could you explain how to do that please ?
Thank you
Hi,
well there are different methods depending on the output file type...
For excel: setHyperlink ( String sLabel, String sHyperlinkAddress )
For Word: OutputLink ( String p_sOutputText, String p_sLinkTarget, String p_Font, int p_iFontSize, int p_FontColor, int p_BkColor, int p_Format )
But then, this is just copied from the help - I would recommend to always check the ARIS help...
Robert