Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Positioning Subtotal

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Positioning Subtotal
 Login/Join
 
Gold member
posted
Hi
I am trying to make subtotal to appear below a certain column. How do we specify that in style?
I have been trying
TYPE=SUBFOOT,
BY=1,
LINE=1,
OBJECT=FIELD,
ITEM=1,
POSITION='N3',
$

But not getting the desired output.

Thanks
Chirag


7.6.11
Linux
Excel, HTML, PDF

 
Posts: 69 | Registered: February 15, 2008Report This Post
Virtuoso
posted Hide Post
Chirag

This functionality only works in a PDF format report.
In HTML you need an other approach.

What is your required output format?




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
Gold member
posted Hide Post
The desired output is excel. What approach should i follow?


7.6.11
Linux
Excel, HTML, PDF

 
Posts: 69 | Registered: February 15, 2008Report This Post
Virtuoso
posted Hide Post
Chirag

Positioning in HTML can be done with grid, I'm not sure if that works in EXCEL to.
Can you post something more of this report, the whole fex might work, but put it between [ code] and [ /code] tages.
There might be an other solution.




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
Virtuoso
posted Hide Post
Chirag,

Here is one possibility:
  
-* File chirag2.fex
TABLE FILE CAR
SUM SALES 
BY COUNTRY 
BY CAR 
BY BODYTYPE
ON COUNTRY SUBFOOT
"Total for <COUNTRY <ST.SALES "
" "
ON TABLE SET HTMLCSS ON
ON TABLE PCHOLD FORMAT EXL2K
ON TABLE SET STYLE *
TYPE=SUBFOOT, HEADALIGN=BODY, $
TYPE=SUBFOOT, ITEM=4, JUSTIFY=RIGHT, $
ENDSTYLE
END


Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF

 
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006Report This Post
Master
posted Hide Post
quote:
TYPE=SUBFOOT,
BY=1,
LINE=1,
OBJECT=FIELD,
ITEM=1,
POSITION='N3',
$

Try:
TYPE=SUBFOOT, HEADALIGN=BODY,$
TYPE=SUBFOOT,
BY=1,
LINE=1,
ITEM=1,
COLSPAN=3,
JUSTIFY=RIGHT,
$

The OBJECT=FIELD (or TEXT) is optional, it makes it harder to count your positions. Without it each part of the line is 1 item. In the line
"Country Subtotal <COUNTRY<AMT"

ITEM=1 would be 'Country Subtotal '
ITEM=2 would be COUNTRY (the value of the field)
and ITEM=3 would be AMT.

Be aware that if you type it like this:
"Country Subtotal <COUNTRY <AMT"

in EXCEL AMT becomes item 4. The space following COUNTRY becomes item 3.


Pat
WF 7.6.8, AIX, AS400, NT
AS400 FOCUS, AIX FOCUS,
Oracle, DB2, JDE, Lotus Notes
 
Posts: 755 | Location: TX | Registered: September 25, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Positioning Subtotal

Copyright © 1996-2020 Information Builders