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. Moving forward, myibi is our community platform to learn, share, and collaborate. We have the same Focal Point forum categories in myibi, so you can continue to have all new conversations there. If you need access to myibi, contact us at myibi@ibi.com and provide your corporate email address, company, and name.
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?