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

Discussion Topic  Printing barcodes on a label (in WebFOCUS/FOCUS Forum on Focal Point ) by JimRice
Hi All, Does anyone have an example of printing continuous form labels with a barcode being printed......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: -READ question (in WebFOCUS/FOCUS Forum on Focal Point ) by JimRice
Here's an example using the CAR file, reading the hold file and setting variables TABLE FILE CAR SU......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Last 5 gifts (in WebFOCUS/FOCUS Forum on Focal Point ) by JimRice
Hi Tracie, I may not understand what you need, but here's an example using test data that displays ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Computing a Percentage of Subtotal (in WebFOCUS/FOCUS Forum on Focal Point ) by JimRice
Hi Rob, Here's an example using the CAR file. -* SET ASNAMES = ON -* TABLE FILE CAR SUM SALES AS ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: EDIT Question - extracting characters (in WebFOCUS/FOCUS Forum on Focal Point ) by JimRice
Hi Marvin, Here's an example using the CAR file and the CAR field(A16). -* DEFINE FILE CAR RJUST_C......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: focus language syntax (in WebFOCUS/FOCUS Forum on Focal Point ) by JimRice
Something like this? -* DEFINE FILE CAR TMP_SALES/D10.3 = SALES; NEW_SALES/A15 = IF SALES EQ 0 TH......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Finding the MAX value of a SUM field (in WebFOCUS/FOCUS Forum on Focal Point ) by JimRice
Hi All, Here's another example creating a couple hold files. The resulting hold file named HLD_SUM2......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Label (in WebFOCUS/FOCUS Forum on Focal Point ) by JimRice
Hi Leah, Here's an example that worked for me. It prints five lines at 30 charachters per line. I......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Label (in WebFOCUS/FOCUS Forum on Focal Point ) by JimRice
Hi Craig, Here's another example without using pdf format. -**************************************......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Label (in WebFOCUS/FOCUS Forum on Focal Point ) by JimRice
Hi Craig, Here's an example using the CAR file. What does this look like for you? -***************......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Percentages not adding up to 100? (in WebFOCUS/FOCUS Forum on Focal Point ) by JimRice
Hi Mark, Here's an example using a defined field: DEFINE FILE SALES N_UNITS/D5.1 = UNIT_SOLD; END ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  First and Last Day of Summit (in WebFOCUS/FOCUS Forum on Focal Point ) by JimRice
Hi All, I would like some advice on when to arrive on Sunday(5/20) and also if you miss much if you......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Loop/Concatenation/Repeat (in WebFOCUS/FOCUS Forum on Focal Point ) by JimRice
Alan, You are correct about the concatenation. Thanks I don't have version 7.1+ and haven't ventur......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Loop/Concatenation/Repeat (in WebFOCUS/FOCUS Forum on Focal Point ) by JimRice
Hi Tracie, Here's an example using the CAR file that kinda shows what is going on with this SUBSTR ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Loop/Concatenation/Repeat (in WebFOCUS/FOCUS Forum on Focal Point ) by JimRice
Hi Tracie, I agree, there seems to maybe be a bug here.... Anyway, another workaround that seemed t......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Creating a YTD Report (in WebFOCUS/FOCUS Forum on Focal Point ) by JimRice
Try this: TABLE FILE YOURFILE SUM VALUE COMPUTE C_VALUE/I5SC = VALUE + LAST C_VALUE; BY YEAR BY MON......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Letters in PDF (in WebFOCUS/FOCUS Forum on Focal Point ) by JimRice
Hi Tracie, Here's an idea using the CAR file as an example. It uses a multi-pane pdf report to prin......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Setting Max. Time Out (in WebFOCUS/FOCUS Forum on Focal Point ) by JimRice
Hi All, This reminds me of an old question. When running a fex manually, I would like to: 1) Firs......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Using a Field in a calculation. (in WebFOCUS/FOCUS Forum on Focal Point ) by JimRice
Another idea: DEFINE FILE CAR CNT/I5 WITH CAR = CNT + 1; FIELD1/D12.2 WITH CAR = DECODE CNT ( ......
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 JimRice
Clay, Also, in the example I used above: STATE_LIT/A149 = IF ProgramName EQ LAST ProgramName THEN ......
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  

Focal Point    Focal Point Forums    Search    Search Results

Copyright © 1996-2020 Information Builders