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.
I would like to display the count for total number of rows in the header. Can some help me how I can achieve that or point me to another discussion that have solved the similar issue?
Thank you, GaganThis message has been edited. Last edited by: FP Mod Chuck,
You could also lookup how to use READFILE in which you could create a hold file, read it, and type your count into an amper variable to be used at a later time in your header.
JC WebFOCUS Dev Studio / App Studio 8.2.01 Windows 7
SUM COMPUTERSYSTEM_PROCESSOR.COMPUTERSYSTEM.ASSET_ID_ COMPUTE R/I5 = 1 + R; NOPRINT SUM CNT.COMPUTERSYSTEM_PROCESSOR.PROCESSOR.NAME AS 'Total CPUs' COMPUTE cores_per_cpu/D12=COMPUTERSYSTEM_PROCESSOR.SPECIFICATIONS_PR.NUMBEROFCORES/cpuCount ; AS 'Cores per CPU' COMPUTERSYSTEM_PROCESSOR.SPECIFICATIONS_PR.NUMBEROFCORES AS 'Total Cores' BY COMPUTERSYSTEM_PROCESSOR.COMPUTERSYSTEM.ASSET_ID_ AS 'Server CI ID'
ON TABLE SUBHEAD "Servers with CPU and Core Count" "Parameters: Company &COMPANY Owner Name &OWNER_NAME" "Report Run Date: &DATEMDYY &TOD" "Rows: "Page of Is this what I am suppose to have?