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.
PCHOLD FORMAT EXL2K FORMULA now will column-total, sort of...the formula SUM function shows up but the values aren't visible , they're cell custom formatted "";""... when the values in the excel sheet are either MISSING or InS (zero suppress), waiting for end-user input; Does anyone have a 76 up they would be kind enough to test this in , to see if its fixed? FORMULA has been busted since 51... how does this stuff get thru?This message has been edited. Last edited by: susannah,
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
One of our internal resources just reviewed the topic and here is his comment:
I was not able to reproduce this issue in 713, 716 or 760. When using the InS format, if zero is there, it will not be displayed. When using this with Excel Formulas and Column/Row Totals, if all values are 0, then the column/row total will be blank too. If user input is present the totals will adjust accordingly. The code below will demonstrate that.
DEFINE FILE CAR
MYSALES/I8S=0;
END
TABLE FILE CAR
SUM
MYSALES
BY 'CAR.CARREC.MODEL'
ACROSS 'CAR.ORIGIN.COUNTRY'
ON TABLE ROW-TOTAL AS 'TOTAL'
ON TABLE COLUMN-TOTAL AS 'TOTAL'
ON TABLE PCHOLD FORMAT EXL2K FORMULA
ON TABLE SET HTMLCSS ON
END
Hope this helps.
Cheers,
Kerry
Kerry Zhan Focal Point Moderator Information Builders, Inc.
Posts: 1948 | Location: New York | Registered: November 16, 2004
that answer is not only incorrect, it completely misses the point. The row totals are fine. the column totals are invisible. The column totals inherit the formatting of the above cells, which is this case is the excel custom format "";"", which means the column totals are invisible, and remain invisible when the user enters numbers; The formatting of the Row-totals is not the excel custom format "";"", it is in fact correctly formatted. i've opened a case, and taken it directly to the PM, who easily replicated the issue , not only in 716 but also in 76, and took it to programming.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
yup, i agree Rick. thanks for testing it in 76 for us. In previous versions, the column total function didn't even work properly at all... if your column was a PRICE x QUANTITY formula, the column-total summed price and multiplied by sum of quantity. ouch! At least that part is fixed now, just the formatting makes it a no go, and the PM agrees.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003