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.
According to the manual that must be possible and I have seen this last year during a hands-on training, but I did not manage to get this working in my company, but that is maybe caused by the complexity of the total report and the graphs I want to add.
Frank
prod: WF 7.6.10 platform Windows, databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7 test: WF 7.6.10 on the same platform and databases,IE7
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006
We have quite a few compound reports, both PDF and Excel, that are scheduled through ReportCaster. Excel can come through as separate spreadsheets or as one, depending on how you code it.
7.6.11 on Win 2003/IIS 6/Apache Tomcat 5.5 - MRE, ReportCaster Reporting Server z/OS 1.11, PDS Unified Excel, PDF, HTML
I was wondering because before I send them to our report caster admin, I have to split up my reports out of one procedure and make three. Also we have just been testing them and the format they are coming out in is Excel. Once they are tested I want them in PDF anyway. If there was a way, I was going to pass that info along to our admin.
Is there any specific setting that might be causing report caster to not run coumpound reports. Also as a side note it seems that if I have multiple hold files it will only run the first one and say it has not output for me. This is very simular to the coumpound report problem.
I have found RC to be 'iffy' at times with compound reports, however the suggestion that Prairie makes is the one that I would take.
Mind you, that is providing that you have all three reports running in the one agent session - which it would seem (due to your comment above) that you are not.
quote:
I have to split up my reports out of one procedure and make three
If this is the situation that you find yourself in - three procedures instead of one - then your attempts at compounding will never work until you make them one procedure.
The three procs may use the same agent, but they will be run individually. To compound you will need to get them to run within the same agent session, and the only way to do that is to have all three in one procedure.
TThis message has been edited. Last edited by: Tony A,
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
ALL our reports run via report caster are Compound reports, regardless of report output type (we support PDF, Excel and HTML). PDF and Excel create compound reports using the syntax mentioned by Prairie. For HTML output, we create 2 hold files with format HTMTABLE and then create one PCHOLD with both HTMTABLE hold files using the following syntax -HTMLFORM BEGIN !IBI.FIL.REPORT1; !IBI.FIL.REPORT2; -HTMLFORM END This gives us similar functionality as compound reports in HTML.
Diptesh WF 7.1.7 - AIX, MVS
Posts: 79 | Location: Warren, NJ, USA | Registered: October 25, 2006