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 2 3 4 5 6 7 8 9 
Go
Search
Tools
Search Results: (165 matches) New Search Login/Join 

Discussion Topic  RE: [CLOSED] if date val EQ '01/01/1900' then display null (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
DT_FLD/MDYY MISSING ON = IF DT_FLD EQ '01/01/1900' THEN MISSING ELSE DT_FLD;...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] "Folders" in Business Views (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
From my experience, it is useful when you want a new group/folder. You can pull the fields from dif......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Subtotal & Subfoot Options print (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Here's an example, ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Help with PDF Formatting with borders or gridlines (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
This is very much possible with 7.7.03. You should be able to use new features like HEADALIGN=BODY,......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Understaning hold files (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
If two volatile tables are joined, would the joins be processed at the database level or at WF serve......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] PDF blank page-breaking (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Try adjusting BOTTOM MARGIN, it might help sometimes....
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Problem Totalling Computed Fields (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Try this, DEFINE FILE SALES MARGIN_PCT= IF PROD_CODE = 'B10' THEN 0.1 ELSE .2; REVENUE/D12.2 = UNIT......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Field from vertical to horizontal (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Look for OVER command in the documentation....
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] x months ago (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
TABLE FILE EMPLOYEE PRINT FIRST_NAME COMPUTE DT_FLD/I6YYM = 201106; COMPUTE DT_FLD_MDYY/MDYY = DT_F......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] default template new fex (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Where would you like the green lines to appear on the report? What's the output format?...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Report fails when Shceduled in report caster (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
To avoid the error 'Description not found', try prefixing the master file with the app name. For exa......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Report fails when Shceduled in report caster (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Might be related to the ReportCaster Exection ID. Have a look at this thread, ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] how to refer that first item in subtotal line in stylesheet (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Did you try this, TYPE=SUBTOTAL, BY=break-1, .... $ Can you paste here the entire code?...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] nEED TO REPEAT sORT DATA ON LOWER LEVEL SORT BREAK (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
The fields should be under PRINT (and NOPRINT the sort fields). If the display columns (PRINT) and s......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Customize FOCUS Error Messages (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
? 206 (error number) Displays a more meaningful error message. (FOC206) INSUFFICIENT MEMORY IS AV......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] How do I suppress a single subtotal? (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Do you want the last subtotal line (Grandtotal) to be supressed?...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: PDF number of lines on each page (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
PAGELAYOUT=1, NAME='Page layout 1', text='Page layout 1', TOC-LEVEL=1, BOTTOMMARGIN=0.33, ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] COMPUTE + WITHIN (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Thanks Dave ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  [SOLVED] COMPUTE + WITHIN (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Hi, Without COMPUTE field, the code works for any number of WITHIN phrase. But, when you have a CO......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Heading styling (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
This should also work, HEADALIGN=BODY with COLSPAN...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point


» Refine Search
» New Search

  Powered by Social Strata Page 1 2 3 4 5 6 7 8 9  

Focal Point    Focal Point Forums    Search    Search Results

Copyright © 1996-2020 Information Builders