Focal Point
[SOLVED] How to get around testing in independent sets of data

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/5981019872

April 03, 2008, 11:00 AM
webmeister
[SOLVED] How to get around testing in independent sets of data
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,


Mainframe FOCUS 7.0
VM/CMS and MVS/TSO
April 03, 2008, 11:16 AM
GinnyJakes
Go to the Advanced Search link and type in MULTIPATH. This is a setting that helps you control how selection is done.

Happy reading!


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
April 03, 2008, 11:18 AM
Prarie
Try SET MULTIPATH=COMPOUND

I guess it would depend on your results as to how concerned you should be...it is the relationship with your where statments that cause this.


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
Oh Ginny you beat me to it....yes a little reading would make for better understanding.


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
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
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!


Mainframe FOCUS 7.0
VM/CMS and MVS/TSO
Advanced Search at the top right of this Page.


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
Thank you for the info-hint! Smiler


Mainframe FOCUS 7.0
VM/CMS and MVS/TSO