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     [CLOSED] A DEFINE FIELD in TITLE

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] A DEFINE FIELD in TITLE
 Login/Join
 
Guru
posted
Hi All,

Is there a round about way we can have a DEFINE FIELD as part of the TITLE...

Something of this sort...

 DEFINE FILE CAR
CONTRYNAME/A20 = COUNTRY;
END

TABLE FILE CAR
PRINT
CAR AS <CONTRYNAME
BY COUNTRY NOPRINT
ON COUNTRY PAGE-BREAK
END  


I cant go for Subhead because, My Client wants this Exactly in the TITLE Area. Also While Using SUBHEAD OR HEADING, You can't bring the exact Grid Style as that of TITLE...



I need to fill on the Empty Boxes with DEFINE Field that changes on a BY FIELD.

Confused

Thanks is Advance...

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


Thanks,

Ramkumar.
WebFOCUS/Tableau
Webfocus 8 / 7.7.02
Unix, Windows
HTML/PDF/EXCEL/AHTML/XML/HTML5
 
Posts: 394 | Location: Chennai | Registered: December 02, 2009Report This Post
Virtuoso
posted Hide Post
Can't do that, I'm afraid.
Only way is to create as many TABLE's as there are Countries (in this case) and to put it in a compound document...


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report This Post
Guru
posted Hide Post
Hi Gamp,

Thanks for the reply.

Compound Report will be bit complicated to resolve this cosmetic kind of issue.

Also, I need this to be done all 3 formats PDF,EXCEL and HTML.

Am trying so many things... But nothing works out as solution...


Thanks,

Ramkumar.
WebFOCUS/Tableau
Webfocus 8 / 7.7.02
Unix, Windows
HTML/PDF/EXCEL/AHTML/XML/HTML5
 
Posts: 394 | Location: Chennai | Registered: December 02, 2009Report This Post
Expert
posted Hide Post
Hi Ramkumar,

Is this resolved? If not, you may want to contact Information Builders' Customer Support Services and open a case for further assistance. You may call at 1-800-736-6130, or access online at InfoResponse.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
<FreSte>
posted
Maybe something like this ??


TABLE FILE CAR
BY COUNTRY
ON TABLE HOLD AS COUNTRIES FORMAT ALPHA
ON TABLE SET HOLDLIST PRINTONLY
END
-RUN
-SET &ROWS = &LINES;

-REPEAT :LB_READ FOR &I FROM 1 TO &ROWS;
-READ COUNTRIES, &CNTRY&I.EVAL
-:LB_READ
-RUN


-REPEAT :LB_REPORT FOR &I FROM 1 TO &ROWS;
TABLE FILE CAR
ON TABLE SUBFOOT
" "
HEADING
"Country: &CNTRY&I.EVAL "
" "
SUM DEALER_COST
BY SEATS
ACROSS CAR AS ''
WHERE COUNTRY EQ '&CNTRY&I.EVAL' ;
ON TABLE SET HTMLCSS ON
ON TABLE SET PAGE NOPAGE
END
-RUN
-:LB_REPORT
 
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     [CLOSED] A DEFINE FIELD in TITLE

Copyright © 1996-2020 Information Builders