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 developed a guided adhoc report which has a double list control where the user can choose number of fields he want on his report.There are many dropdown lists,check boxes,text boxes,radio buttons etc for the selection criteria.There is a Run button and also a Refresh button.
Now the business line is asking for a new requirement where they want to save some queries that they regularly use.So whenever they launch the Guided Adhoc, in addition to doing the regular selections from the Doublelist and the selection criteria, they also want to execute some saved queries.
Is this doable.Can somebody put some thoughts into it.
If so, they can save their reports and reuse them?
If not, You may need to pre-process your report with a "save their data for future use" routine. That routine would write the values which they provided into a file which is read when ever they access that parameters page.
It's a bit of work: but, doable.
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
How do they save their reports to My Reports folder.Can some body explain.I am in ManagedReporting and I see only three folders- Standard Reports,Reporting Objects and Other.
I see the My Reports folder in Dashboard view. What should I do to view the saved IA reports in My Reports folder.
Hi, i have requirement like one dropdown list box and one Iframe.No of item is displaying data in list box.if any items choose from the list box then iframe should display other details with respect select items from list box.