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.
When I generate the report using the SET BLANKINDENT option and only displaying the sons of the member I’ve no problem, the right column is used to realized the “drill down”
When i click to a member of “ACTFID”, I want to show only the sons of this member conserving the indents of its brothers and fathers, for example
The problem is that when I obtain the report shown in the next figure In this case I programmed the condition to show the data I need and the data that I don’t need are shown with a “point” by default.
TABLE FILE CG_COCOM1 SUM SALDOS MEZCLA COMPUTE NOMBRE/A400 = FMLINFO('FORVALUE','A50'); FOR PRODUCTOS_MEMBER 'COMNET' &Nivel AS CAPTION LABEL R1 WHERE ( TIEMPO_CAPTION EQ '&Tiempo' ) AND ( ESCENARIO_CAPTION EQ '&Escenario' ) AND ( ANIO_CAPTION EQ '&Anio' ) AND (BANCOS_CAPTION EQ '&Bancos') AND (SALDOS NE ' . ') AND PRODUCTOS_MEMBER IN ('&CADCOMP') ; END
I´m using Essbase 6.1.4 ThanksThis message has been edited. Last edited by: RAMM,