Focal Point
[CLOSED] Number of Lines per Group By

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/722103524

April 22, 2010, 12:51 PM
dballest
[CLOSED] Number of Lines per Group By
I'm trying to look for a way to display the total lines per group by. XX marks the placeholder for that count value (CNT.DEALER_COST). CNT.DEALER_COST is not a displayed field and there is a requirement to have it place on a location in the SUBTOTAL. I appreciate all the help.

TABLE FILE CAR
SUM
DEALER_COST
BY COUNTRY
BY CAR
BY MODEL

ON COUNTRY SUBTOTAL AS 'Total: XX Lines for '
ON TABLE NOTOTAL
END

Thanks,
Dan

This message has been edited. Last edited by: Kerry,


Dev: WebFOCUS 7.6.10, Data Migrator 7.6.10
QA: WebFOCUS 7.6.10, Data Migrator 7.6.10
Prod: WebFOCUS 7.6.2, Data Migrator 7.6.8
Windows 2K3, Tomcat 5.5.17, IIS 6
Usage: HTML, PDF, Excel, Self-serve, BID and MRE
April 22, 2010, 01:19 PM
njsden
Dan, the simplest way to achieve what you want is by using SUBFOOT and some spotmarkers to position your results.

There could be a way to simulate it with SUBTOTAL but it would require a more elaborate approach and I don't know if that is entirely feasible.

This message has been edited. Last edited by: njsden,



Prod/Dev: WF Server 8008/Win 2008 - WF Client 8008/Win 2008 - Dev. Studio: 8008/Windows 7 - DBMS: Oracle 11g Rel 2
Test: Dev. Studio 8008 /Windows 7 (Local) Output:HTML, EXL2K.
April 22, 2010, 01:38 PM
njsden
In addition to my previous post, even if you managed to put that content in your SUBTOTAL you'll be facing the issue of trying to keep the "Total: XX Lines for" message along with the actual totals in the same line and that is tricky business!



Prod/Dev: WF Server 8008/Win 2008 - WF Client 8008/Win 2008 - Dev. Studio: 8008/Windows 7 - DBMS: Oracle 11g Rel 2
Test: Dev. Studio 8008 /Windows 7 (Local) Output:HTML, EXL2K.
April 22, 2010, 01:46 PM
dballest
Thanks njsden. I'll give SUBFOOT a try to be able to move the fields around.


Dev: WebFOCUS 7.6.10, Data Migrator 7.6.10
QA: WebFOCUS 7.6.10, Data Migrator 7.6.10
Prod: WebFOCUS 7.6.2, Data Migrator 7.6.8
Windows 2K3, Tomcat 5.5.17, IIS 6
Usage: HTML, PDF, Excel, Self-serve, BID and MRE