Focal Point
[CLOSED] Simple hyperlink in HTML report

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/732109142

September 17, 2009, 06:20 AM
Jérény Deidda
[CLOSED] Simple hyperlink in HTML report
Hi,

I would like to add an hyperlink (an Excel document) on my HTML report. How can I do to add it on the Heading of my Fex?

This message has been edited. Last edited by: Kerry,


WebFOCUS 7.6.4 running on Windows
Output formats : PDF, Excel and HTML
My blog
September 17, 2009, 07:31 AM
GamP
Jereny,
You will have to have some item in your heading which you can associate with a link. The url that you put in will have to be a url to a web-document. This excel file you're talking about will then have to be accessible through the webserver.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
September 17, 2009, 08:30 AM
Jérény Deidda
I would like something like this :

  
TABLE FILE CAR
"My report"
"<HTML><BODY><A HREF=""myfiles.xls"">My rules</A></BODY></HTML>"
PRINT
*
END



WebFOCUS 7.6.4 running on Windows
Output formats : PDF, Excel and HTML
My blog
September 17, 2009, 09:18 AM
Jérény Deidda
I found :

TABLE FILE CAR
PRINT *
HEADING
"Regional Sales Report"
"Click here to access the file"
""
ON TABLE SET STYLE *
TYPE=REPORT,GRID=OFF,$
TYPE=HEADING,LINE=2,OBJECT=TEXT,ITEM=1, URL=seuils_controles_bloomberg.xls,$
ENDSTYLE
END 
 



WebFOCUS 7.6.4 running on Windows
Output formats : PDF, Excel and HTML
My blog
September 20, 2009, 05:14 PM
Robert Teo
I used one the other day, this URL had & in it and we all know that WF does not like & in the middle of and text ot link.
I created a Define field with all the HTML code included and then printed the field using on table hold format html. Now if this will work in Excel I do not know as there is the problem with Excel coming in different versions.


A message from the darks side, there is!