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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Masterfile format: keys

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Masterfile format: keys
 Login/Join
 
Silver Member
posted
When your table has keys, why are they not specified in the masterfile? or are the keys supposed to be listed first regardless of the order of fields?


WebFOCUS 7.6.9
Windows
all output (Excel, HTML, PDF)
 
Posts: 42 | Registered: April 29, 2010Report This Post
Virtuoso
posted Hide Post
For a flat file, or a Focus database file, SUFFIX=S[n] or SH[n] identifies the sort keys of a segment.

When support for relational database tables was added, it was apparent that SEGTYPE=S3 (when the primary key has 3 components) is inappropriate, since relational database tables generally have no declared order. So the convention is to leave segtype=S0, and introduce KEYS as an attribute in the access file, along with other SUFFIX-specific attributes.

To answer your other question -- the fields (columns) need not be listed in their order in the underlying database; and the [n] components of the primary key must be listed first, to allow WebFOCUS to determine which ones the KEYS=[n] declaration refers to.

WebFOCUS uses the information about primary keys to determine whether a Join is one-one or one-many.


- Jack Gross
WF through 8.1.05
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
Virtuoso
posted Hide Post
For the case of performing TABLE requests on relational databases: Is there a solution for fields that have a non-unique index over them?

It would appear that MFDs (and therefore JOINs as well) are only able to see key fields that are (part of) the primary key, if the table even has such a thing as a PK. Some types of tables don't, such as financial balance tables.

If WF can't see a suitable key, in our experience it has a tendency to draw in the entire table from the DB and perform the JOIN on the focus side. Not fun with those balance tables I mentioned earlier, there are millions of records in there...

The approach WF took for marking key fields seems a little shortsighted, to say the least?


WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010
: Member of User Group Benelux :
 
Posts: 1669 | Location: Enschede, Netherlands | Registered: August 12, 2010Report This Post
Virtuoso
posted Hide Post
Of course, you are free to create a suitable alternate synonym that lies about the key structure ...
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Masterfile format: keys

Copyright © 1996-2020 Information Builders