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.
CountryModelDealer_Cost USA Honda 5,000 StatePopulation CA 40000 VA 30000
Canada BMW 7,000 StatePopulation OT 80000 ED 10000
Description: 1.(Country/Model/Dealer_Cost) and (State/Population) are pulled from mutiple data sources. 2. (Country/Model/Dealer_Cost) header comes one but the data repetatve....while (State/Population) header and data comes repetative as the value of country changes.
are you asking how to construct your focus database? with state as a segment under country, a sibling segment, if you're retaining the original car file. or are you building your own database with country model cost in segment 1, key on country. and country state population in its child segment. Or are you asking how to construct a report? use the OVER command
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
I would define a field containing the value "State Population" and use the over command to position the data on the page. I assume you were just using the car file as a for instance and that your data has only one line per 'country'?
Leah
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004
If you have the situation where you want to display one record followed by multiple (one car then multiple states) then a subhead on country for the COUNTRY/MODEL/DEALER_COST could be used.
If however you can have multiple records for COUNTRY/MODEL/DEALER_COST followed by multiple records for STATE/POPULATION, then TABLE is not a way forward I have found helpful. In the past I have used 2 different methods, DM and MAINTAIN, probably depending on the mood I am in, but both do the same thing, create an HTML output manually. Get the data, in COUNTRY order, into 2 SAVE files for DM, 2 stacks for MAINTAIN and then loop through. In DM I loop within -HTMLFORM BEGIN/END to read and display the data from both SAVE files, and in MAINTAIN I create a STACK displayed with the HTML object using roughly the same logic as in the DM.
Alan. WF 7.705/8.007
Posts: 1451 | Location: Portugal | Registered: February 07, 2007
I like using MACGYVER. We do many reports like this:
State Totals
Area I Totals
County 1 Totals
County 2 Totals
County 3 Totals
(rest of counties in Area I)
Area II Totals
(counties in Area II)
.
.
.
Area VI Totals
(counties in Area VI)
MACGYVER works great for this kind of report.
In FOCUS since 1985. Prod WF 8.0.08 (z90/Suse Linux) DB (Oracle 11g), Self Serv, Report Caster, WebServer Intel/Linux.
Posts: 975 | Location: Oklahoma City | Registered: October 27, 2006