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     Adding Data Elements in the Title

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Adding Data Elements in the Title
 Login/Join
 
<Kristy>
posted
I've just started using WebFocus Dev Studio and I am just trying learn the tool. I want to put a data element in a title. The report is sorted by date and client code where client code is 123. I want the title to say "Report for Client Code 123". It works fine until the report goes to the second and third pages and on the title other than the first page, it resolves to some bogus number and says "Report for Client Code 2800". ??
 
Report This Post
<NIVAS>
posted
Hi
this is sample one of car master file
I sorted this fex by model,Look at this sample code
if u still unable to get it post your sample fex


TABLE FILE CAR
PRINT
BODYTYPE
SEATS

BY
MODEL

ON MODEL PAGE-BREAK
HEADING
"Report by " "
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE SET ONLINE-FMT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,
PAGESIZE='SCREEN',
LEFTMARGIN=0.000000,
RIGHTMARGIN=0.000000,
TOPMARGIN=0.000000,
BOTTOMMARGIN=0.000000,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
GRID=OFF,
FONT='TIMES NEW ROMAN',
SIZE=10,
COLOR=BLACK,
BACKCOLOR=NONE,
STYLE=NORMAL,
$
ENDSTYLE
END
 
Report This Post
<Kristy>
posted
Thanks for the tip. This still did not work for my. Here's my fex:
TABLE FILE VIEWACCOUNTS
SUM
PLACEMENT_AMT
BY
ACCTGRPNO
BY
MO_YR_PLC

ON ACCTGRPNO PAGE-BREAK
HEADING
"REPORT FOR END

Thanks!
 
Report This Post
<NIVAS>
posted
HI
WHEN I LOOK AT YOUR FEX THERE IS NO DATA ELEMENT IN THE HAEDER
IN YOUR FEX ADD UNDER HAEDING
REPORT FOR END
 
Report This Post
<NIVAS>
posted
HI
I AM SORRY I AM TRYING TO UT MY ENTIRE FEX WHICH IS WORKIN FINE HERE BUT IT IS DELETING PART OF THE CODE
 
Report This Post
<Kristy>
posted
There is ACCTGRPNO in my heading. For some reason it's cutting off my code.
 
Report This Post
<monte2000>
posted
I changed the settings of this forum so your code shouldn't be cut off anymore. My apologies. Cool
 
Report This Post
<NIVAS>
posted
hey try this this shd work for u

TABLE FILE LEDGER
SUM
AMOUNT

BY
YEAR
BY
ACCOUNT

ON YEAR PAGE-BREAK
HEADING
"Report by <YEAR "
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE SET ONLINE-FMT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,
PAGESIZE='SCREEN',
LEFTMARGIN=0.000000,
RIGHTMARGIN=0.000000,
TOPMARGIN=0.000000,
BOTTOMMARGIN=0.000000,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
GRID=OFF,
FONT='TIMES NEW ROMAN',
SIZE=10,
COLOR=BLACK,
BACKCOLOR=NONE,
STYLE=NORMAL,
$
ENDSTYLE
END
 
Report This Post
<Kristy>
posted
Thanks! That worked.
 
Report 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     Adding Data Elements in the Title

Copyright © 1996-2020 Information Builders