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 getting the "Testing in independent sets of data" message in a FEX I've got. In the FEX, I need to have the intermediate tables sorted by a certain critieria (in this case, Student_Id) but still be able to "pull" data from another segment of the same dataset.
What might be an easy way to get away from the warning message, and secondly, is this message something I should truly be concerned about?
Thanks in advance!This message has been edited. Last edited by: webmeister,
I think the spirit of the message is that 99% of reports are from a single logical path and you have probably done something wrong if you have a multipath in the wf reporting tree.
Normally this is the case and you have typed a fieldname wrong etc.
However there might be the 1% of cases where it is useful.
(You can suppress the message by SET FOC441 I think)
rdbmses solve the problem by cartesianing everything so there is no tree structure and this problem never occurs so you could set cartesian=on.
If you want to display 2 sets of children side by side (IMHO the most likely 99% of the 1%)then use
SET MULTIPATH=SIMPLE
Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2 Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo
Posts: 888 | Location: Airstrip One | Registered: October 06, 2006
Thank you all for responding, however, I still have some questions, based on how we use focus here.
We make our FEX's using VM/CMS XEDIT functions, and the same with making our JCL (Yes, we create our JCL for MVS/TSO in VM/CMS's XEDIT) and then submit via an EXEC, the batch JCL to run our FOCEXEC's on MVS/TSO.
I mention this only to let you see where I am coming from.....I don't think I have a way of getting to or using the Advanced Search feature mentioned, so is there information about this in a FOCUS manual somewhere, or can someone please further explain?
Thanks again....looking forward to hearing from you all!