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     [CLOSED] FML Heirarchy

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] FML Heirarchy
 Login/Join
 
Gold member
posted
Following is the sample of hierarchy table that I setup. Also, follows is the modified master file for this table that I changed to reflect the hierarchy. However, when I drop in some fields in the report painter and switch Child2 field to ‘For’ and click the matrix tab, I get the following error "Top element missing. Would you like to display a data tree anyway?". If I click Yes, then it only shows a few rows from Child1 and Child2 columns. What seems to be wrong here? Thanks!

Parent Child 1 Child 2 Caption
100 411 411100 Gross Sales
100 411 411600 Gross Sales
100 4111 411700 Less Discounts and Allowances
100 511 511100 Cost of Goods Sold
100 5111 511200 Rebates
100 5111 511210 Rebates
100 5111 511220 Rebates
3000 3033 6111000840 Salaries No Print
3000 3033 6112000840 Salaries No Print
3000 3033 6113000840 Salaries No Print


FILENAME=glheir, SUFFIX=SQLMSS , $
SEGMENT=GLHEIR, SEGTYPE=S0, $
FIELDNAME=PARENT, ALIAS=PARENT, USAGE=A6, ACTUAL=A6, PROPERTY = PARENT_OF, REFERENCE = CHILD1, $
FIELDNAME=CHILD1, ALIAS=CHILD1, USAGE=A7, ACTUAL=A7, PROPERTY=PARENT_OF, REFERENCE = CHILD2, $
FIELDNAME=CHILD2, ALIAS=CHILD2, USAGE=A10, ACTUAL=A10, $
FIELDNAME=DESCRIPTION, ALIAS=DESCRIPTION, USAGE=A30, ACTUAL=A30, PROPERTY=CAPTION, REFERENCE=CHILD2, $

This message has been edited. Last edited by: Kerry,


WebFOCUS 7.6.10
Windows
all output (Excel, HTML, PDF)
 
Posts: 69 | Registered: March 11, 2010Report This Post
Platinum Member
posted Hide Post
The Parent of the top node must be blank.
 
Posts: 229 | Location: New York | Registered: July 27, 2004Report This Post
Gold member
posted Hide Post
I am not sure if I follow. Could you modify the example code shown above to give an idea how to leave the parent blank? Thanks.


WebFOCUS 7.6.10
Windows
all output (Excel, HTML, PDF)
 
Posts: 69 | Registered: March 11, 2010Report This Post
<HarryL>
posted
You can't have 2 children on the same row... your mfd (and data) needs to be more like this:

FILENAME=glheir, SUFFIX=SQLMSS , $
SEGMENT=GLHEIR, SEGTYPE=S0, $
FIELDNAME=PARENT, ALIAS=PARENT, USAGE=A6, ACTUAL=A6, PROPERTY = PARENT_OF, REFERENCE = CHILD1, $
FIELDNAME=CHILD1, ALIAS=CHILD1, USAGE=A7, ACTUAL=A7,$
FIELDNAME=DESCRIPTION, ALIAS=DESCRIPTION, USAGE=A30, ACTUAL=A30, PROPERTY=CAPTION, REFERENCE=CHILD1, $
 
Report 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     [CLOSED] FML Heirarchy

Copyright © 1996-2020 Information Builders