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] Reporting object (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Reporting Report is not a report. You can build a reporting object with predefined conditions or vi......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Figuring the date minus 364 days (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Thanks a lot Tony and Doug. The code is simple and great....
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Figuring the date minus 364 days (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
How to find if a year is a leap year or not? IS ther any WF function? -Hari WF-769...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Multiple COUNTS (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
SUM CNT.ID BY GENDER BY ETHNICITY SUM CNT.ID BY GENDER BY ETHNICITY BY RACE Hold the data and the......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] how to display total as separate column for each record (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Or TABLE FILE CAR SUM SALES COMPUTE TOTALSALES/I8 = TOT.SALES; BY COUNTRY BY CAR BY MODEL BY BO......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] < Symbol in Heading - Not Working (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
You could take a look at ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] -INCLUDE within IF/THEN/ELSE (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
I don't think that's possible. But you can try this way -IF '&SPECIALTY' EQ 'ART' THEN GOTO :ART; ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] BYTOC and PAGE-BREAK (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
I dont think "PAGE-BREAK" is applicable to an Excel report. You can place the column titles in SUBH......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] How to COMPUTE Growth Rate with across table (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Not clear enough to me. Can you post an example with CAR?...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Calculating a new field for 6 months back (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
"AYM function". Just search for this function in the WF help content and you have everyting explaine......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Subtotal and Grandtotal (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Tony, I want the "Total for SEATS 2", other TOTALS splitted between ASia and Europe. Also, i have t......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Subtotal and Grandtotal (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
thanks Tony for your input. I have an "ACROSS" field in my real request. Thats the reason i avoid SU......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  [CLOSED] Subtotal and Grandtotal (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Hi, Here's the sample code, TABLE FILE CAR SUM SALES BY COUNTRY BY SEATS WHERE SEATS EQ 2 OR 4 ON......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [closed]Arabic Text (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Pls check the NLS configuration like code page etc.. Though Im not an expert on this area, thought i......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Horizontal Dynamic position (PDF) (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
The corresponding syntax is, RELATIVE-POINT=BOTTOM-RIGHT, POSITION-POINT=TOP-RIGHT,...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  [CLOSED] Horizontal Dynamic position (PDF) (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Using Composer, we can have dynamic positions for two reports vertically. Regardless of the row coun......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] How would you do this join? (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
JOIN LEFT_OUTER ID on A TO ALL ID on B END...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] JUSTIFY Options (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
You can use ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Last two rows of data to be bold (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Hope this will help u, TABLE FILE CAR PRINT CAR COUNTRY ON TABLE HOLD END -SET &LAST_ROW = &LINES;......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] (FOC295) A VALUE IS MISSING FOR: &amp;PHRELBD_FUND_CODE (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Here's the working example with CAR, DEFINE FILE CAR CAR1/A10 = IF CAR EQ &CAR.(OR(FIND CAR IN CAR)......
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