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.
JOIN
F_NWI_EQUIP_COD_STAR.D_ENTITY_NWI_EQUIP_COD.EQUIP_COD
AND F_NWI_EQUIP_COD_STAR.D_ENTITY_NWI_EQUIP_COD.EQUIP_MODEL IN
F_NWI_EQUIP_COD_STAR TO MULTIPLE
D_ENTITY_NWI_LV_PORT_TYPE.D_ENTITY_NWI_LV_PORT_TYPE.EQUIP_COD
AND D_ENTITY_NWI_LV_PORT_TYPE.D_ENTITY_NWI_LV_PORT_TYPE.EQUIP_MODEL
IN D_ENTITY_NWI_LV_PORT_TYPE TAG J1 AS J1
END
JOIN
J1.D_ENTITY_NWI_LV_PORT_TYPE.ENTITY_KEY IN F_NWI_EQUIP_COD_STAR TO MULTIPLE
F_NWI_LV_PORT_TYPE_ADD.F_NWI_LV_PORT_TYPE_ADD.ENTITY_KEY
IN F_NWI_LV_PORT_TYPE_ADD TAG J2 AS J2
END
TABLE FILE F_NWI_EQUIP_COD_STAR
SUM
J2.F_NWI_LV_PORT_TYPE_ADD.NUM_PORTS AS 'Num. Portos'
BY LOWEST F_NWI_EQUIP_COD_STAR.D_ENTITY_NWI_EQUIP_COD.EQUIP_COD AS 'Sigla Nó'
BY LOWEST F_NWI_EQUIP_COD_STAR.D_ENTITY_NWI_EQUIP_COD.EQUIP_MODEL AS 'Tipo Equipamento'
BY LOWEST F_NWI_EQUIP_COD_STAR.D_ENTITY_NWI_EQUIP_COD.HIER_LEVEL AS 'Nível Hierarquico'
BY F_NWI_EQUIP_COD_STAR.F_NWI_EQUIP_COD_ADD.NUM_FREE_SLOTS AS 'Slots Livres'
ACROSS LOWEST J1.D_ENTITY_NWI_LV_PORT_TYPE.HIER_LEVEL_TYPE AS 'Interfaces de interligação'
ACROSS J1.D_ENTITY_NWI_LV_PORT_TYPE.PORT_TYPE AS ''
WHERE F_NWI_EQUIP_COD_STAR.D_TIME.YEAR EQ &year;
WHERE F_NWI_EQUIP_COD_STAR.D_TIME.MONTH EQ &month;
WHERE F_NWI_EQUIP_COD_STAR.D_TIME.DAY_OF_MONTH EQ &day;
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE HOLD AS RESULT FORMAT &WFFMT
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
I think it's a bug. It works fine if you select HTML as output, but with AHTML it seems to default back to some internal styling. There is a workaround: just add a second field in the SUM part, but specify NOPRINT for that field. Only thing then is that you will see that field in the Pivot submenu of the active report... I'd open a case with IB Tech support to see if there is another possible solution for this.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007