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.
We have 450 tax reports that users want on a dashboard but have no easy way to display without a great degree of scrolling. We want to use an accordian report. The report will read a table which will provide the hierarchy to make the reports easy to manage and run. The idea was to have a field that is hidden from the user but contains the href that would run the particular report. I can't get the href to passed to an -INCLUDE nor is the EXEC COMMAND supported. Is there a better idea?
Vince
Posts: 2 | Location: PHILADELPHIA | Registered: July 12, 2005
shame about those Eagles...what a game, tho. Have a single report , accordion or not, listing each of the 450 reports by name, and in that report, each 'name' is an ordinary drilldown that would run the corresponding fex. Your dashboard page displays the reportnames but hides the fexname, yet passes that hidden fexname along in a drilldown when the user clicks the desired reportname. PRINT REPORTNAME BY FEXNAME NOPRINT ... TYPE=DATA,COLUMN=REPORTNAME, FOCEXEC=FEXNAME(..), {TARGET=NEW,}$ the reportname and the fexname have to be together in some small datatable somewhere. seems simple enough. what am i missing?
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
Francis had a nice method that you could use to read the HTM file to get a list of reports and fex names. You should be able to use that as your datatable w/o having to create and manually maintain something -- assuming you're already using MRE.
Check out this thread for an example and then Francis should be able to help you from there if you get stuck:
Production: 7.6.6 WF Server  <=>  7.6.6 WF Client  <=>  7.6.6 Dev Studio Testing: <none> Using MRE & BID.  Connected to MS SQL Server 2005 Output Types: HTML, Excel, PDF
Thank you all for your help. I ended up using a variation of Susannah's technique since it was close to one of our earlier alternatives, it was the Eagles reference, and we got a working model. Tony's reference to N.Selph solution would have worked. Peformance not been an issue. 450 tax reports and growing is the issue. Thank's again.
Vince
Posts: 2 | Location: PHILADELPHIA | Registered: July 12, 2005