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.
but i got error like this "Unknown error occurred. Agent on reporting server EDASERVE may have crashed or request was halted by the operator. Please investigate reporting server log."
- You are in de "Composer (layout)"? - Output? html / pdf? - Do you get the same error without the code you posted? - Did you try to make the link in the GUI?
a lot of 'unknowns' for us...
_____________________ WF: 8.0.0.9 > going 8.2.0.5
Posts: 668 | Location: Veghel, The Netherlands | Registered: February 16, 2010
I tried to give the hyperlink in Document Composer. I am generating PDF report.
Why i used this Document Composer for my report because in my report, two tables are there(these tables having different number of columns). one after the other(in same page). For each and every page header and footer should be there.
So i used document composer. Now i want to give hyper link in footer section. So i gave the text as below
then error came "Unknown error occurred. Agent on reporting server EDASERVE may have crashed or request was halted by the operator. Please investigate reporting server log."
Can we solve this by using DRILLTHROUGH or DRILLDOWN function?
For me there is no restriction to use Document Composer only need is to create PDF report.Is there any other way of creating PDF report as per my requirement?
If all else fails, you could just create or embed a new fex into your document, with the hyperlink already inserted in the procedure.
TABLE FILE CAR
BY CAR NOPRINT
HEADING
"informationbuilders.com"
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
$
TYPE=HEADING,
URL=www.informationbuilders.com,
$
ENDSTYLE
END
ebaig: I tried to give like this as you said. It is printing in the place basing upon the value Dimension attribute but i wan to display hyperlink as a footer for every page.
I don't think this will come for every page. After embed this procedure in my document, i need to change any properties to get this hyperlink in every page?
That is strange because when I copy that code and paste it into text editor, it prints at the bottom of two pages (it would be more if there was more data.
Try copying the exact code into a .fex page (document composer or not) and double check because my output is two pages with the link at the bottom of both.
What pdf reader are you using to view the pdf's? Can anyone else verify this for santu...This message has been edited. Last edited by: J,
WebFOCUS 7.7.03/8.0.08 Dev Studio 7.7.03/8.0.08 App Studio 8.0.08 Windows 7 ALL Outputs
Posts: 402 | Location: Upland, IN | Registered: June 08, 2012
I don't know how it was before 7.7.03, But the document composer format (COMPOUND LAYOUT PCHOLD FORMAT PDF) overrides the individual TABLE FILE formats. I could do ON TABLE PCHOLD FORMAT HTML and it would still be PDF in the final output.
WebFOCUS 7.7.03/8.0.08 Dev Studio 7.7.03/8.0.08 App Studio 8.0.08 Windows 7 ALL Outputs
Posts: 402 | Location: Upland, IN | Registered: June 08, 2012
J: in below code the report's property attribute(Size and Overflow) is Fixed. If you change this to overflow then the report data will come as a flow and footer will come at the end of 2nd page.
-* File newfex -* Default Mode: ResourceLayout SET HTMLARCHIVE=ON COMPOUND LAYOUT PCHOLD FORMAT PDF UNITS=IN, $ SECTION=section1, LAYOUT=ON, METADATA='0.5^0.5^0.5^0.5^4', MERGE=OFF, ORIENTATION=PORTRAIT, PAGESIZE=Letter, SHOW_GLOBALFILTER=OFF, $ PAGELAYOUT=1, NAME='Page layout 1', text='Page layout 1', TOC-LEVEL=1, BOTTOMMARGIN=0.5, TOPMARGIN=0.5, METADATA='BOTTOMMARGIN=0.5,TOPMARGIN=0.5,LEFTMARGIN=0,RIGHTMARGIN=0,', $ COMPONENT='report1', TEXT='report1', TOC-LEVEL=2, POSITION=(1.042 8.125), DIMENSION=(3.958 2.188), METADATA='Z-INDEX: 100; POSITION: absolute; WIDTH: 3.958in; HEIGHT: 2.188in; TOP: 8.125in; LEFT: 1.042in', $ END SET COMPONENT='report1' -*component_type report TABLE FILE CAR PRINT CAR FOOTING "informationbuilders.com" ON TABLE PCHOLD FORMAT PDF ON TABLE SET STYLE * $ TYPE=FOOTING, URL=www.informationbuilders.com, $ ENDSTYLE END COMPOUND END
Compound layout will be useful when we want to merge different formats of reports into one. You need to mention the report type in the compound layout in which format you want the merged report.
Alex & Doug: Thankyou for your reply. I tried as Alex said. It is displaying like below
Important Legal Information
HTTP://www.yahoo.com
when i click on "Important Legal Information" then nothing is happening but if i place my mouse cursor on "http://www.yahoo.com" then it is acting like a hyperlink.
Is it possible to make the text as a hyperlink and hide the URL(
You can include hyperlinks in your report components but it does not appear that you can make the actual independent text added in the document composer a hyperlink. If you say "Click on the link below for important legal information" and add a URL as I did it will display as a link. I would suggest that you enter a case for a NFR on the tech support site.
WF 7.7.04, WF 8.0.7, Win7, Win8, Linux, UNIX, Excel, PDF
Posts: 175 | Location: Pomona, NY | Registered: August 06, 2003
Why don't you create a dummy report with pretty much no output in the bottom right corner or somewhere out of the way and make it fixed. You can have your other reports set to overflow:
-* File newfex
-* Default Mode: ResourceLayout
SET HTMLARCHIVE=ON
COMPOUND LAYOUT PCHOLD FORMAT PDF
UNITS=IN, $
SECTION=section1, LAYOUT=ON, METADATA='0.5^0.5^0.5^0.5^4', MERGE=OFF, ORIENTATION=PORTRAIT, PAGESIZE=Letter, SHOW_GLOBALFILTER=OFF, $
PAGELAYOUT=1, NAME='Page layout 1', text='Page layout 1', TOC-LEVEL=1, BOTTOMMARGIN=0.5, TOPMARGIN=0.5, METADATA='BOTTOMMARGIN=0.5,TOPMARGIN=0.5,LEFTMARGIN=0,RIGHTMARGIN=0,', $
COMPONENT='report1', TEXT='report1', TOC-LEVEL=2, POSITION=(5.623 9.900), DIMENSION=(2.370 0.602), METADATA='Z-INDEX: 100; POSITION: absolute; WIDTH: 2.37in; HEIGHT: 0.602in; TOP: 9.9in; LEFT: 5.623in', $
END
SET COMPONENT='report1'
-*component_type report
TABLE FILE CAR
BY HIGHEST 10 CAR NOPRINT
FOOTING
"informationbuilders.com"
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
$
TYPE=FOOTING,
URL=www.informationbuilders.com,
$
ENDSTYLE
END
COMPOUND END
This will put the link at the bottom of 10 pages (According to the by highest). You can make the by highest variable and all you need to figure out is how many pages your pdf document is going to be. (probably by doing a calculation on the &LINES amount).
WebFOCUS 7.7.03/8.0.08 Dev Studio 7.7.03/8.0.08 App Studio 8.0.08 Windows 7 ALL Outputs
Posts: 402 | Location: Upland, IN | Registered: June 08, 2012
BTW there is a "Sizing Requirement" option for the overflow reports so that you can leave enough space at the bottom for your 'hyperlink report'. Now all you have to figure out is how to make the dummy report show up on all your pages. Maybe there is an option for that?
WebFOCUS 7.7.03/8.0.08 Dev Studio 7.7.03/8.0.08 App Studio 8.0.08 Windows 7 ALL Outputs
Posts: 402 | Location: Upland, IN | Registered: June 08, 2012
Thats it. Put "Important Legal info" into an image. Have a URL attribute for the image. Put the image at the bottom of the master so it will show up on every page. Set the report frame's sizing requirement to the size of the image so that enough space will be left over for the image on every page.
WebFOCUS 7.7.03/8.0.08 Dev Studio 7.7.03/8.0.08 App Studio 8.0.08 Windows 7 ALL Outputs
Posts: 402 | Location: Upland, IN | Registered: June 08, 2012
I was tried to insert the report at the end of the page as a footer as J said but the data which is there in the inserted report is not repeating for every page.
As Alex said i tried to change the code of 'DfltCmpt1' component which came by default for Master page but when i open my fex code with document composer, then 'DfltCmpt1' component code going to default state. It is erasing whatever i did for DfltCmpt1 component.
As J said, I added the image to the end of the master page and added the URL attribute to the image. but hyperlink is not working for image. I wrote code like below.
I do not think you can make a hyperlink out of either an image or specific text. I don't see any reference to doing that in the Document Composer manual. You can add a hyperlink to a report and include the report in you document or you can do it the way I suggested earlier. If this is something you can't live without I suggest you open a case with CSS.
WF 7.7.04, WF 8.0.7, Win7, Win8, Linux, UNIX, Excel, PDF
Posts: 175 | Location: Pomona, NY | Registered: August 06, 2003