As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
Yes I am using braces as REPORT_LINK is return from a SQL Table, but for web page address it works with or without braces but when it comes to url for a file it doesn't.
Some how i manage to use the following path : file://d0123/webfocus$/Reports/Rpt123.pdf
It stills return me message but it seems it is not pointing to ibi_apps folder, but it appends an additional slash (/) at the beginning and i think this causes it to fail as follow :
The requested resource (/%20file://d0123/webfocus$/Reports/Rpt23.pdf) is not available.
Hope you can shed some hints for me. Thanks in advance.
Kev
WebFOCUS 7.6.9 Windows 2003, all output
Posts: 32 | Location: Malaysia | Registered: December 29, 2009
Here is an example of what works. Make sure you are referencing your field REPORT_LINK in the procedure.
DEFINE FILE CAR REPORT_LINK/A50 = 'C:/FOCTEMP/TEST.PDF'; END TABLE FILE CAR PRINT CAR REPORT_LINK NOPRINT BY COUNTRY
HEADING "" FOOTING "" ON TABLE SET PAGE-NUM OFF ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT PDF ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * UNITS=IN, SQUEEZE=ON, ORIENTATION=PORTRAIT, $ TYPE=REPORT, GRID=OFF, FONT='ARIAL', SIZE=9, $ TYPE=DATA, COLUMN=N1, URL=(REPORT_LINK), $ ENDSTYLE END -RUN
WF 8.2.01M 8.2.01M Reporting Server Windows 2012 Srvr R2 PDF,Excel, HTML Graphs - a lot of graphs
Posts: 60 | Location: Atlanta, GA | Registered: October 30, 2003
I have finally noticed the problem of not getting it work. If my link is retrieved from tables directly and passed in to URL=(REPORT_LINK) it will somehow always point to ibi_apps folder. But, if it is passed to a variable and it works wonder
COMPUTE OPENLINK/A100 = REPORT_LINK; NOPRINT
URL=(OPENLINK),
Thank you guys so much for replying my thread. Going to tag this thread as close.
WebFOCUS 7.6.9 Windows 2003, all output
Posts: 32 | Location: Malaysia | Registered: December 29, 2009