Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] child and parent drilldown in same proc?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] child and parent drilldown in same proc?
 Login/Join
 
Member
posted
Hi folks,
In one webfocus proc, i made a hold file and a conditional join, to decrease the numbers of rows being handled. now i'd like to make a summary and detail report, with the summary drilling down to the detail. is that possible in the same proc? the drilldown mechanism seems to prefer a totally new proc. Thank you for any advice.

This message has been edited. Last edited by: Kerry,


wf 7.7
windows xp
apdf,excel
 
Posts: 8 | Location: Boston, MA | Registered: October 28, 2010Report This Post
Virtuoso
posted Hide Post
Yes, the drill down can call the same procedure (i.e., call itself). You would need to use some kind of variable value defaults and testing at the top of the procedure to determine whether it should run the summary or detail version of the report. But you would still need to hold your data in a more permanent location (via APP HOLD or use of FOCACCHE), because the drill down call initiates a new WF server agent and all data stored by the previous agent is lost. In other words, using the same procedure for both summary and drill down may not gain you anything. Once you start using APP HOLD or FOCCACHE, concerns about multiple users running ths same report at the same time must be dealt with to prevent one user's report data from overwriting another's. Appending userids to the hold file names is one way to make the hold files unique. Another approach is to permanently store all data necessary to respond to any report request in a FOCUS table that is created per a schedule (i.e., nightly). If the amount of data stored is reasonable and indexes are strategically used, response time for both summary and detail drill down reports can be very fast.


WebFOCUS 7.7.05
 
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007Report This Post
Virtuoso
posted Hide Post
You also might want to try looking into an accordian-style report. That way you can show the summary report and if the user wants detail, they can just expand the desired section on demand without having to "re-run" any report. I haven't ever had the requirement to use this, so I can't give details, but that's the gist of the functionality as I understand it.


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
 
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] child and parent drilldown in same proc?

Copyright © 1996-2020 Information Builders