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 
Go
Search
Tools
Search Results: (77 matches) New Search Login/Join 

Discussion Topic  RE: Different Counts (in WebFOCUS/FOCUS Forum on Focal Point ) by Jim_at_LM
fast way: just DEFINE fields as yournew columns with IF statements controlling what you need in that......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: How to Setup variable value to the Fex Field value (in WebFOCUS/FOCUS Forum on Focal Point ) by Jim_at_LM
TABLE FILE FILENAME MAX.FOCLIST ON TABLE HOLD END -RUN -READ HOLD &HOLD_FOCLIST.I5. -* You can ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Merging Files and Dropping Duplicates (in WebFOCUS/FOCUS Forum on Focal Point ) by Jim_at_LM
Just wondering how you are doing on this. If you want to give me a call, I'm available today at 2PM ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Merging Files and Dropping Duplicates (in WebFOCUS/FOCUS Forum on Focal Point ) by Jim_at_LM
That's a good size FOCUS DB in the end. Here's a few more questions and recommendations. 1) Do y......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Merging Files and Dropping Duplicates (in WebFOCUS/FOCUS Forum on Focal Point ) by Jim_at_LM
Do you have an estimate on the number of records in both files? How to process will depend on volum......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: FOCUS databse update not working (in WebFOCUS/FOCUS Forum on Focal Point ) by Jim_at_LM
The status counters overflowed, hence the asterisks. Can you do a ? FILE dbname to see the segment ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: To Display the fields based on some selection criteria (in WebFOCUS/FOCUS Forum on Focal Point ) by Jim_at_LM
Not sure if this is what you need or want: DEFINE FILE . . . DEF_FLD1/I9 = IF STATUS EQ 1 OR 4 THEN......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: NOPRINT Across Values with Computes (in WebFOCUS/FOCUS Forum on Focal Point ) by Jim_at_LM
For every COMPUTE column you create in the TABLE, it will repeat for every ACROSS column input to th......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: processing time (in WebFOCUS/FOCUS Forum on Focal Point ) by Jim_at_LM
Pam: I see a few performance issues. First, if you could use DB2 SQL to extract what you need with......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Masking Characters (in WebFOCUS/FOCUS Forum on Focal Point ) by Jim_at_LM
DEFINE FILE FILE TOT_AWRD XSPRIDEN_ID/A4 =EDIT(SPRIDEN_ID,’$$$$$9999’); END : BY XSPRIDEN_ID...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Anyone know how to align subhead with across column? (in WebFOCUS/FOCUS Forum on Focal Point ) by Jim_at_LM
WIth PDF being postscript, try using a positional marker, say: ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Join Results Question (in WebFOCUS/FOCUS Forum on Focal Point ) by Jim_at_LM
I concur with Susanah. Put a ? JOIN after your JOIN and CHECK FILE file A PICT -RUN too. You ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Multiple WHEN in a STYLESHEET (in WebFOCUS/FOCUS Forum on Focal Point ) by Jim_at_LM
Sending a few commented-out examples. Just remember a new line for each condition you want to co......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Mainframe FOCUS - Modify/Update (in WebFOCUS/FOCUS Forum on Focal Point ) by Jim_at_LM
USE dbname NEW END > Is for Databases that don't exist yet, and you will create during the session ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: two reports in one html output page (in WebFOCUS/FOCUS Forum on Focal Point ) by Jim_at_LM
We use compound reports i.e. two TABLE requests outputting 2 HTML reports. Then we reference the reo......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: restricted subfoot (in WebFOCUS/FOCUS Forum on Focal Point ) by Jim_at_LM
For multiple sort fields, use the syntax BY fieldname ON fieldname SUBFOOT [MULTILINES] [NEWPAGE] ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Formatting of 'BY' fields not taking (in WebFOCUS/FOCUS Forum on Focal Point ) by Jim_at_LM
Try: COLUMN=N2 - or N3 etc....
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Focus READ function (in WebFOCUS/FOCUS Forum on Focal Point ) by Jim_at_LM
From the WF 7.0 documentation. (Filename is usally 8 positons or less.) The documentation states: ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Font Color (in WebFOCUS/FOCUS Forum on Focal Point ) by Jim_at_LM
We ref. the column: WHEN = N1 EQ 1 ,...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Heading position (in WebFOCUS/FOCUS Forum on Focal Point ) by Jim_at_LM
This report has 5 heading lines – all centered in style sheet, but listed as HEADING in the TABLE ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point


» Refine Search
» New Search

  Powered by Social Strata Page 1 2 3 4  

Focal Point    Focal Point Forums    Search    Search Results

Copyright © 1996-2020 Information Builders