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.
Can you duplicate the issue with the CAR file? Post the code if you are able to do this. This iwll help a lot to understand the issue and help us to work out a possible solution.
Thanks!
Mickey
FOCUS/WebFOCUS 1990 - 2011
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003
If you are using subfoots to accomplish your custom placement, is it possible you are using a variable width font and it's causing issues. I remember the pain it was to align custom subtotals in the old days on the mainframe.
Leah
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004
This looks like a bug to me. I created the following example using the CAR file and it looks like when you use SEQUENCE and then hold an EXL2K FORMULA file format, the formulas do not adjust to the new sequence of the columns. If you take off the word FORMULA and hold just a normal EXL2K file, it seems to work.
I would report this to IBI.
TABLE FILE CAR SUM RCOST DCOST BY COUNTRY SUM SALES BY COUNTRY SUBTOTAL SALES BY CAR PRINT SEATS BY COUNTRY SUBTOTAL SEATS BY CAR BY MODEL BY BODYTYPE ON TABLE PCHOLD FORMAT EXL2K FORMULA ON TABLE SET STYLE * TYPE=REPORT, GRID=OFF,$ TYPE=REPORT, COLUMN=SALES, SEQUENCE=1,$ ENDSTYLE END
Thanks!
Mickey
FOCUS/WebFOCUS 1990 - 2011
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003
The problem turned out to be with the output format. Changing the format from EXL2K FORMULA to EXL2K solved the problem. The subtotals also lined up correctly with HTML and PDF. Fortunately, this report did not need recompute or summarize.
So, does anyone know why EXL2K FORMULA misaligned the subtotals?
Thanks,
John
WF 7.7.03, Windows 7, HTML, Excel, PDF
Posts: 225 | Location: San Francisco Bay Area, California | Registered: October 26, 2006
SEQUENCE seems to be a command that affects the visual output of the report and is probably done near the end of creating the report output. When HOLDing in FORMAT EXL2K FORMULA, it looks like the formulas for the spreadsheet are created before the SEQUENCE setting is applied. Therefore the formulas are pointing to the wrong cells in the spreadsheet when processing is complete.
Open a tech support case with IBI to report this issue.
Thanks!
Mickey
FOCUS/WebFOCUS 1990 - 2011
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003
Has anyone found that even using just EXL2K (no formula) if you change the SALES column to a sequence like 2 instead of 1 that the subtotal is not placed in sequence 2 accordingly?
Server Environment: Win2K3 Server WebFOCUS 7.13 Apache Tomcat standalone application server