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: [SOLVED] converting A15 to P14.2 (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
TABLE FILE EMPLOYEE PRINT LAST_NAME AND FIRST_NAME AND EMP_ID AND COMPUTE D_EMP_ID/P14.2 = ATODBL(EM......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] converting A15 to P14.2 (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Hi Lera, Did you try the function ATODBL ? -Hari...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Border issue in PDF with OVER (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Hey Kerry, The borders are seen , but they appear as seperate blocks. I want them to look like a si......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Border issue in PDF with OVER (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
No Tony, i need the borders between the values. Is there any way to get it? -Hari WH-769...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  [SOLVED] Border issue in PDF with OVER (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Hi, On running the below code, you get borders around all data values. But, when you make 'AS name......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Column Title Break with OVER (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Thanks Francis. That's what i wanted. But, my output foramt is PDF with BORDERS ON. I better stick w......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  [SOLVED] Column Title Break with OVER (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Hi, I want to break the column title into two. The comma (CAR,TYPE) does not work with OVER. Does a......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] PRINT FIELD1 * (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Try SEQUENCE . This might be what you need. This request rearranges the order in which columns norm......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] record wrapping (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Check the OVER command in DEv Studio Help...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Extracting Year only from a date field (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
You need to use HDATE, COMPUTE YOUR_DATE/YYMD =HDATE (PLANNED_END,'YYMD'); COMPUTE YEAR_ONLY/YY = Y......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] left justified data is blank - how to remove it? (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Increase the variable length and check, eg: -READ JAPAN &FC.A30. It worked for me sometime ago. H......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: compound pdf with overflowing columns (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Try with BY field. Not sure if it helps, TABLE FILE CAR PRINT CAR SALES CAR SALES CAR SALES CAR SAL......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Launch Page without RUN button (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Try with OnChange event on the dropdown...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Extracting HOLD file information in a -SET variable ? (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Yes. TABLE FILE CAR PRINT CAR COUNTRY ON TABLE HOLD AS HHHH FORMAT ALPHA END -RUN CHECK FILE HHHH HO......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [Solved]-Field existence with Table file request (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
yes..in the above thread, we can only check the field existence outside the table file request..i wa......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [Solved]-Field existence with Table file request (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Yes absolutely. By default, i want some 10 columns to be displayed in my request. So, if the across......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [Solved]-Field existence with Table file request (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Yes, you are right. but in my case, i want to find if a field exists in a hold which gets dynamic d......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Hold File in Where Condition (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
Increase the field size and check....
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Hold File in Where Condition (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
if you still get any error then, follow this example to hold data in a hold file, DEFINE FILE CAR C......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Hold File in Where Condition (in WebFOCUS/FOCUS Forum on Focal Point ) by atturhari
To use hold file in where condition, WHERE MANAGER IN FILE HLD_MANAGER WHERE NOT MANAGER IN FILE HL......
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