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'm not sure if this is possible. I need to spin thru the following table summing NBR by TITLE. The table shows categories, some are "details" (type A) and some are "combinations" (type B). Details make up combinations, and for each detail category line, the "combinations" column contains which combinations they go into.
The report I'm trying to make would show the following:
For each "A" type, I show NBR and TITLE. For each "B" type, I show NBR, TITLE, and the respective DETAILS that it consists of. Problem is, the details are scattered throughout the entire table.
Representation of data:
IND NBR TITLE COMBINATIONS --------------------------------- A 101 title1 B 103 B 105 A 102 title2 B 103 B 103 title3 A 104 title4 B 103 B 105 title5 A 106 title6 B 105 A 107 title7 B 103 B 105
Would I need to run thru once, table the NBR & TITLE, create a hold and then run through again looking for detail matches, or can this be done in one pass?? Thank you to any ideas.This message has been edited. Last edited by: CD960,
Yeah, it does look a bit messy, but the data is actually that random. What holds it together is a sequence number that I didn't mention, which will not be displayed in the output. This is the MFD: