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 trying to put the Ad Hoc Measures report on its own BID tab. I built an MRE fex that does a -MRNOEDIT -INCLUDE measures_entry_rpt01.fex, added a tab in the BID Viewbuilder, put the MRE fex in a launch block and turned off parameter prompting. The Ad Hoc Measures report now lives on its own navigation tab.
The problem is that the 'Enter Data' drill-down no longer resolves to the measure entry screen. Instead, it says it can't find MEASURES_ENTRY_FRAMES. I copied the drill-down's WFServlet URL for the working version and the WFServlet URL for the non-working version on the BID tab. There's one glaring difference, which is that the one that works is passing this:
&IBIAPP_app=mainstreet%20baseapp
The one that doesn't work is passing this instead:
&&IBIMR_drill=X,pmf/pmf.htm
I have a theory, which is that I need to do an Include to set this screen up to work before I call it. I tried the obvious (-INCLUDE A_DEFAULTS), but that didn't fix the problem.
Please advise.
Cheers,
JoeyThis message has been edited. Last edited by: Moogle,
-WebFOCUS 8.2.01 on Windows
Posts: 318 | Location: Los Angeles, CA | Registered: November 15, 2005
This has nothing to do with PMF and everything to do with what happens when you run a FOCEXEC inside MRE. The backend server changes all drills to be "inside MRE" drills. Hence they won't work for a WebFOCUS application that is primarily outside MRE. PMF uses MRE to publish its channels, but it is otherwise a standard WebFOCUS app, meaning it resides in application folders.
The answer for you is to understand primarily how MRE works and how WebFOCUS works and do what we did. You cannot -INCLUDE the report in an MRE based procedure directly. Remember that INCLUDE actually sucks the code into the procedure which means MRE takes over and you don't want that.
The easiest technique would be to create a simple HTML page that onload redirects to run the measure entry listing report using IBIF_ex. Several of our existing pages in the MRE do this, have a look at them.
thanks
Bob Jude Ferrante Director of Business and Development WebFOCUS Performance Management Bob_Ferrante@ibi.com 917-339-5105
I'll take any questions about PMF - business or technical - anytime!