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     Report Footer Question...

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Report Footer Question...
 Login/Join
 
Master
posted
In Dev. Studio I have created reports with footer formated as coded here:


"Report Prepared On:<+0> <+0>&DATEtrMDYY <+0> <+0>Page:<+0> <TABPAGENO <+0>of<+0> <TABLASTPAGE"

When I run it in browser and print it I see that 'Page: a of b' displays right next to the "Report Prepared On:<+0> <+0>&DATEtrMDYY"
element.


Anyone have a suggestion to add maybe 10-15 spaces between these elements?

Thanks, Confused


Tomsweb
WebFOCUS 8.1.05M, 8.2.x
APP Studio, Developer Studio, InfoAssist, Dashboards, charts & reports
Apache Tomcat/8.0.36
 
Posts: 573 | Location: Baltimore, MD | Registered: July 06, 2006Report This Post
Platinum Member
posted Hide Post
I would think you would need to add something like this to the styling of the report. Each space between the <+0> represents 1 item.

"Report Prepared On:&DATEtrMDYY <+0> Page: <TABPAGENO of <TABLASTPAGE"

TYPE=FOOTING, LINE=1, WIDTH=2, ITEM=1, $
TYPE=FOOTING, LINE=1, WIDTH=2, ITEM=2, $

Eric


dev: WF 7.6.5 w/IIS + Tomcat

prod: WF 7.6.5 w/IIS + Tomcat
 
Posts: 153 | Location: Chicago, IL | Registered: February 24, 2006Report This Post
Master
posted Hide Post
I need to add at least 10 spaces in between the item 1 and item 2.


Tomsweb
WebFOCUS 8.1.05M, 8.2.x
APP Studio, Developer Studio, InfoAssist, Dashboards, charts & reports
Apache Tomcat/8.0.36
 
Posts: 573 | Location: Baltimore, MD | Registered: July 06, 2006Report This Post
Platinum Member
posted Hide Post
Why not set the width of Item 1 to say 3-4 (inches), it should provide the extra space that you need.


dev: WF 7.6.5 w/IIS + Tomcat

prod: WF 7.6.5 w/IIS + Tomcat
 
Posts: 153 | Location: Chicago, IL | Registered: February 24, 2006Report This Post
Virtuoso
posted Hide Post
Here's a way to make spaces.
DEFINE FILE CAR
SP/A1 = HEXBYT(160, 'A1');
SP02/A2 = SP|SP;
SP05/A05 = SP|SP|SP|SP|SP;
SP10/A10 = SP05|SP05;
END

Then you just insert SP10 where ever you need.


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
 
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005Report This Post
Master
posted Hide Post
Prarie,

I tried this and it works quite well.
Actually at this time I am doing this...

<SP20 &FOCFOCEXEC <SP20

Thanks for the info!

Tomsweb


Tomsweb
WebFOCUS 8.1.05M, 8.2.x
APP Studio, Developer Studio, InfoAssist, Dashboards, charts & reports
Apache Tomcat/8.0.36
 
Posts: 573 | Location: Baltimore, MD | Registered: July 06, 2006Report This Post
Guru
posted Hide Post
I'm guessing your output is HTML but if you are displaying in PDF you can do something like this:

TABLE FILE CAR
SUM
  RETAIL_COST
BY COUNTRY
ON TABLE PCHOLD FORMAT PDF
ON TABLE SUBFOOT
"HI<+10>BYE"
END
 
Posts: 406 | Location: Canada | Registered: May 31, 2004Report This Post
Expert
posted Hide Post
i don't know if HEADALIGN=BODY works for footers...there's an nfr for you,
but also, along the lines of Prarie's suggestion
when i need to force some spaces
HEADING
" &|nbsp; &|nbsp; &|nbsp; &|nbsp; myheading"

html will honor 1 space then i force in an explicit space, using the escape character after the &. So this example gives me 8 space in total before the myheading bit.




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report 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     Report Footer Question...

Copyright © 1996-2020 Information Builders