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    Search    Search Results
Page 1 ... 12 13 14 15 16 17 18 20
Go
Search
Tools
Search Results: (398 matches) New Search Login/Join 

Discussion Topic  RE: [CASE-OPENED] selecting PDF or Excel at different levels of a drilldown (in WebFOCUS/FOCUS Forum on Focal Point ) by RSquared
My HTML page has all the selection on the side. if this is true, then you can pass all the Formats t......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CASE-OPENED] selecting PDF or Excel at different levels of a drilldown (in WebFOCUS/FOCUS Forum on Focal Point ) by RSquared
You can change the code for the output on each drilldown level to /* ON TABLE PCHOLD FORMAT &WFFMT.(......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Number of rows in hold file (in WebFOCUS/FOCUS Forum on Focal Point ) by RSquared
Francis, That line was just an example of how to use the value in &NUMLINES in a WHERE clause, noth......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Number of rows in hold file (in WebFOCUS/FOCUS Forum on Focal Point ) by RSquared
Frank, Did you try it. The -SET &LINES =&LINES; gives you the number of lines in your HOLD file...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Number of rows in hold file (in WebFOCUS/FOCUS Forum on Focal Point ) by RSquared
Try this extra code. ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] SUBFOOT with count of a column. (in WebFOCUS/FOCUS Forum on Focal Point ) by RSquared
I am trying to print this "Type of Cars = ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] SUBFOOT with count of a column. (in WebFOCUS/FOCUS Forum on Focal Point ) by RSquared
The last line is /* "Type of Cars = ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] SUBFOOT with count of a column. (in WebFOCUS/FOCUS Forum on Focal Point ) by RSquared
Sorry it truncated. DEFINE FILE CAR CAR_COUNT/I1=1; END TABLE FILE CAR HEADING "All" PRINT MODEL BY ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] SUBFOOT with count of a column. (in WebFOCUS/FOCUS Forum on Focal Point ) by RSquared
Try this code instead. DEFINE FILE CAR CAR_COUNT/I1=1; END TABLE FILE CAR HEADING "All" PRINT MODEL......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Stripping apostrophes from a variable and storing back to a variable (in WebFOCUS/FOCUS Forum on Focal Point ) by RSquared
Try using the CTRAN function decode_desc/A256V=CTRAN(256, BP8DESCRIPTION, 34, 39, decode_desc);...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Why am I getting FIELDNAME NOT RECOGNIZED error? (in WebFOCUS/FOCUS Forum on Focal Point ) by RSquared
Two things. First, why do you have STU_ID twice in your tables ? Second, add this code after you cre......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [Closed] Why the extra blank line? (in WebFOCUS/FOCUS Forum on Focal Point ) by RSquared
-* File ASOMPLETEST.fex TABLE FILE CAR PRINT CAR BY SALES ON SALES PAGE-BREAK ON TABLE S......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [Closed] Why the extra blank line? (in WebFOCUS/FOCUS Forum on Focal Point ) by RSquared
......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Grand Totals on top ? (in WebFOCUS/FOCUS Forum on Focal Point ) by RSquared
Just add /* ON TABLE SUBHEAD "......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Having trouble with PDF margins/report title space. (in WebFOCUS/FOCUS Forum on Focal Point ) by RSquared
Yogesh, The problem of the blank first cell is caused by the Define for the EMP_CNT. The first rec......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Having trouble with PDF margins/report title space. (in WebFOCUS/FOCUS Forum on Focal Point ) by RSquared
I don't have any solutions for yout first problem, however as far as the blank column, if you change......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED (but open to suggestions)] Help With Multiplicative Effect (in WebFOCUS/FOCUS Forum on Focal Point ) by RSquared
Dan, Just for a test, have you tried doing a simple join of 2 tables, holding the output and then ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Table with 4.8 Million Records (in WebFOCUS/FOCUS Forum on Focal Point ) by RSquared
Do you have any index fields on the Table ? If yes, are they identified and are you using them as BY......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Table with 4.8 Million Records (in WebFOCUS/FOCUS Forum on Focal Point ) by RSquared
Try this /* ON TABLE PCHOLD FORMAT HTML ON TABLE SET WEBVIEWER ON ?* This will return one page at a......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] generating html form for multiple ID's (in WebFOCUS/FOCUS Forum on Focal Point ) by RSquared
Have you tried ReportCaster ?...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point


» Refine Search
» New Search

  Powered by Social Strata Page 1 ... 12 13 14 15 16 17 18 20 

Focal Point    Focal Point Forums    Search    Search Results

Copyright © 1996-2020 Information Builders