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 ... 29 30 31 32 33 34 35 ... 50
Go
Search
Tools
Search Results: (995 matches) New Search Login/Join 

Discussion Topic  RE: defined field in ReportingObj, how to add DESC= (in WebFOCUS/FOCUS Forum on Focal Point ) by mgrackin
Frank, DESCRIPTION and TITLE are keywords for the Master File Description only. You cannot use the......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: defined field in ReportingObj, how to add DESC= (in WebFOCUS/FOCUS Forum on Focal Point ) by mgrackin
susannah, Make sure you have a comma after the ; DEFINE PRIORITY2/A5 = EDIT(PRIORITY, 'Sev $$$$$$$......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: mask in a where clause (in WebFOCUS/FOCUS Forum on Focal Point ) by mgrackin
FYI, The WHERE clauses in FOCUS use the same masking characters as WHERE clauses in SQL. I think t......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: mask in a where clause (in WebFOCUS/FOCUS Forum on Focal Point ) by mgrackin
......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: INCLUDE .GIF FROM TEMPORARY FOLDER. (in WebFOCUS/FOCUS Forum on Focal Point ) by mgrackin
If you are worried about user requests overwriting each other, use the user's IP address in the gif ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: INCLUDE .GIF FROM TEMPORARY FOLDER. (in WebFOCUS/FOCUS Forum on Focal Point ) by mgrackin
Secret, You cannot use the agents temp directory because WebFOCUS deletes the contents of the temp ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Freeware and Shareware for WebFOCUS (in WebFOCUS/FOCUS Forum on Focal Point ) by mgrackin
At one point I had asked about creating a section on Focal Point to post useful code to share with o......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: SubTotal (in WebFOCUS/FOCUS Forum on Focal Point ) by mgrackin
Your are complicating your code unnecessarily. You do not need to do a multi-verb request. Try the......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] The Loop of Death w/Concatention !!Guru Needed Please!! (in WebFOCUS/FOCUS Forum on Focal Point ) by mgrackin
Clay, One other thought: If the ACTUAL and USAGE formats for SDO_LIT have a V on the end in the MF......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] The Loop of Death w/Concatention !!Guru Needed Please!! (in WebFOCUS/FOCUS Forum on Focal Point ) by mgrackin
Clay, I work at NIST off Clopper RD. The last thing I would check would be the length of you INPUT......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] The Loop of Death w/Concatention !!Guru Needed Please!! (in WebFOCUS/FOCUS Forum on Focal Point ) by mgrackin
Clay, Off the topic: Who are you working for in Frederick, MD? I commute to Gaithersburg everyday......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] The Loop of Death w/Concatention !!Guru Needed Please!! (in WebFOCUS/FOCUS Forum on Focal Point ) by mgrackin
Here's an example using the CAR file. DEFINE FILE CAR NEWCOUNTRY/A800= COUNTRY | COUNTRY | COUNTR......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] The Loop of Death w/Concatention !!Guru Needed Please!! (in WebFOCUS/FOCUS Forum on Focal Point ) by mgrackin
Clay, You coded your SUBSTR incorrectly. Try the following: SUBSTR(800, SDO_LIT, 1, 450, 450, 'A4......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: SAVE A HOLD FILE ON PC (in WebFOCUS/FOCUS Forum on Focal Point ) by mgrackin
When you say "on the C: drive" do you mean the users C: drive or the C: drive of the WF SERVER? To ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: SAVE A HOLD FILE ON PC (in WebFOCUS/FOCUS Forum on Focal Point ) by mgrackin
Francis, your original code gave you grief because you were doing a PCHOLD which sends the results ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: focal point mails (in WebFOCUS/FOCUS Forum on Focal Point ) by mgrackin
Post the image on the web at some other external web site and then include an HTML IMAGE tag in your......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Duplicate Dash Labels (in WebFOCUS/FOCUS Forum on Focal Point ) by mgrackin
I did some testing of this and even if I use .EVAL on the &LOOP variables, when the -REPEAT loop nee......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: subtotal in subhead (in WebFOCUS/FOCUS Forum on Focal Point ) by mgrackin
DEFINE FILE CAR SEATS2/I3=IF (SEATS EQ 2) THEN SEATS ELSE 0; SEATS4/I3=IF (SEATS EQ 4) THEN SEATS EL......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: subtotal in subhead (in WebFOCUS/FOCUS Forum on Focal Point ) by mgrackin
DEFINE FILE CAR SEATS2/I3=IF (SEATS EQ 2) THEN SEATS ELSE 0; SEATS4/I3=IF (SEATS EQ 4) THEN SEATS EL......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Report Developed in 4.3 Report Assistant, suddenly won't OPEN in 7.1.4 (in WebFOCUS/FOCUS Forum on Focal Point ) by mgrackin
The following would work for Dialogue Manager variables when the length is unknown: -SET &OLDFIELD=......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point


» Refine Search
» New Search

  Powered by Social Strata Page 1 ... 29 30 31 32 33 34 35 ... 50 

Focal Point    Focal Point Forums    Search    Search Results

Copyright © 1996-2020 Information Builders