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.
The simplest technique I have ever used to accomplish something like this is to create a stylesheet entry for that one field and set COLOR attribute equal to the BACKCOLOR attribute, The value is still there, but it appears like a blank space.
Robert F. Bowley Jr. Owner TaRa Solutions, LLC
In WebFOCUS since 2001
Posts: 132 | Location: Gadsden, Al | Registered: July 22, 2005
Name Parent Hier Weight
Top . 1 null
Parent1 1 2 null
Parent2 1 3 null
Ch1P1 2 4 null
Ch2P1 2 5 null
Ch3P2 3 6 null
Ch4Ch1 5 7 5
Ch5Ch1 6 8 10
Data hier Value
Bot 1 7 14
Bot 2 7 2
Bot 3 8 18
JOIN CLEAR *
JOIN
CH IN HIER TO MULTIPLE CH IN MYDATA AS J1
END
TABLE FILE HIER
SUM
Value
Weight
FOR CH
'1' WITH CHILDREN ALL ADD AS CAPTION LABEL R1
END
report would show
Name Value Weight Top 34 15 Parent1 16 5 Ch2P1 16 5 Ch4Ch1 16 5 Parent2 18 10 Ch3P2 18 10 Ch5Ch1 18 10
I want
Name Value Weight Top 34 15 Parent1 16 . Ch2P1 16 . Ch4Ch1 16 5 Parent2 18 Ch3P2 18 . Ch5Ch1 18 10
How does stop me from having to hard coding hierarchy numbers when I create the condition for the colors? The values below the top are the ones that can change and therefore I can not hard code values.
I don't know it will work, but try RECAP the 2nd line like this: recap column1 = column1; column2 = column2; column3 = if ch is last child then column3 else 0;
Developer Studio 7.6.11 AS400 - V5R4 HTML,PDF,XLS
Posts: 305 | Location: Winnipeg,MB | Registered: May 12, 2008
set COLOR attribute equal to the BACKCOLOR attribute, The value is still there, but it appears like a blank space.
CAUTION: The use of setting the COLOR to the BACKCOLOR is that IT IS VISIBLE if / when the user selects the associated text. So, when "hiding" sensitive information this IS NOT the way to go... Your information may not be sensitive and this may be a bit off topic. But, Please consider this when applicable...
In FOCUS Since 1983 ~ from FOCUS to WebFOCUS. Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005