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.
I am migrating a SQL report to Webfocus Developer Studio, that had 30 independent SQL statements in it. It is supposed to be a Dashboard of sorts - giving our office a nice overview of our proccesses. So, I have created around 30 reports in one procedure file.
My problem is how to aggregate the 30 output data hold files so that I can put it all in one report.
No table has the same fields, so I can't use a join. At least not the normal way. I have tried to used a common defined field in each report, however webfocus says it can't parse the (first) master hold file when I try to create a report off of the join, even though there is nothing wrong with the file itself. In fact, I used it in the join just fine, and it never had a parsing error. I've tried matching, however it doesn't work correctly either. When I create a report based on matching, each field should have only one output line. But matching will combined the data from 2 fiels, into one field, which I can't use.
So basically, my question is this: Is there a better way to aggregate 30 different reports into one report so that I can use report painter to create a nice dashboard report?
I would post my code, but it's alot. Over 500 lines.
If your final goal for the output is PDF, do a compound report. If its HTML, you can hold each of the outputs as format HTMTABLE and place the results onto an HTML web page. Depending on your version of WebFOCUS, you can also do compound Excel documents. There is quite a bit of documentation on these methods. Do a search on "Compound Reports".
brian, here's an idea say your reports are called MYTAB1.HTM, MYTAB2.HTM, ...MYTAB30.HTM Construct a page (either a .asp shell page if it will be launched from a browser, or a fex with -HTMLFORM shell) Say its a fex, TABLE FILE CAR .do stuff... ON TABLE HOLD AS MYTAB1 FORMAT HTMTABLE END .*..lather, rinse and repeat 30 times. -RUN -HTMLFORM BEGIN
-HTMLFORM END ................... variations on the theme..if your MYTABs are made in other fexes and parked on a server, then be sure to filedef them before you run the fex containing the -HTMLFORM commands. You can layout your MYTABs however your imagination dictates. ................... another variation, use a .asp page as your container if you launch it from your browser, and organize these same pre-made MYTAB's using this command syntax, (making sure of course that the page reference is reachable on your site. Use more or full path if you need to.)
<!-- #include file="mytab1.htm" -->
This message has been edited. Last edited by: susannah,
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003