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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
Cataloged path
 Login/Join
 
Guru
posted
I've created a fex which selects a subset of Masters from SYSTABLE in order to limit the number of files in Report Assistant and edited the mr_ie.htm file to point to that fex. The doc states that the fex should be in the Reporting Server's cataloged path, but it does not seem to find the fex, because MRE gives me the message 'fex' not defined. How do I find out about the cataloged path? We're on WF 5.2.7 on IBM iSeries.
 
Posts: 319 | Location: Stockholm, Sweden | Registered: February 04, 2004Report This Post
<WFUser>
posted
If your fex is in MR, it should just find it. If it's on the data server, then right click on either the report or the domain, check the applications box and select the application your fex is in.
 
Report This Post
Guru
posted Hide Post
I've tried both options, but MRE still comes up with agutlist undefined. This is how I coded it in mr_ie.htm.

innerHTML += "<PARAM NAME=masterfex value='"+agutlist +"'>";

The doc did not say anything about the + signs but I think that's the way it must be.
 
Posts: 319 | Location: Stockholm, Sweden | Registered: February 04, 2004Report This Post
<Grzegorz>
posted
Did you try to put it in $IBI_HOME/srv52/home/catalog ?
 
Report This Post
Guru
posted Hide Post
Yes. Actually, it's been all over the place without any luck.
 
Posts: 319 | Location: Stockholm, Sweden | Registered: February 04, 2004Report This Post
<Grzegorz>
posted
If you add the following line inside the showDomains() function in mr_ie.htm:

innerHTML += "<PARAM NAME=masterfex value='"+agutlist +"'>";

then the agutlist have to be the JavaScript variable, not the name of the procedure. When I try to do something similar, I receive the JavaScript error: 'agutlist' is undefined.

I tried to add the line like the following:
innerHTML += "<PARAM NAME=masterfex value='ctables'>";
The MRE console runs without any JS errors, but it seems that my mr_ie.htm customization is just ignored.


Anyone knows what is going on ?
(this is obsolete question, after last edit of the post)


Finally I found it:

There is an error within a documentation.
The parameter name should be:
masterFex, not masterfex
so, your line in mr_ie.htm could look like this:

innerHTML += "<PARAM NAME=masterFex value='agutlist'>";
 
Report This Post
Guru
posted Hide Post
Thanks for your help. Just wanted to let you know I skipped the idea of using masterFex, I edited \ibi_html\javaassist\ibiapplets.txt instead which seem to work much better.
 
Posts: 319 | Location: Stockholm, Sweden | Registered: February 04, 2004Report This Post
<Grzegorz>
posted
It is good to know about the method, thanks.

Grzegorz
 
Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders