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

Discussion Topic  RE: Date conversion [Resolved] (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
I think the only way you can get the format you want is to use EDIT with HCNVRT, as jfr99 suggested ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Date format on mas of flat file [Closed] (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
If you want to use SUFFIX=FIX in your master file description, the data must line-up in straight col......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Remove Leading Zeroes and Trailing spaces (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
You can use TRIM to remove leading zeroes, but Francis' earlier comment is valid: you shouldn't need......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Remove Leading Zeroes and Trailing spaces (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
This will remove trailing spaces, but if you put the resulting string back into an A50 field, it wil......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] multiple instances of one field on subhead report (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
This example using the CAR file may give you some ideas: ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] BIlldate =MAX.WEEKENDDATE - 21DAYS (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
There should not be any quotes around the field name. WHERE TOTAL lastbilldate EQ compare_date is a......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] BIlldate =MAX.WEEKENDDATE - 21DAYS (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
A multi-verb request might work. ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Variable prompts when run as INCLUDE, not when run directly. (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
Have you unchecked the "Prompt for Parameters" box in the Properties settings for the fex? You may ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] FEX INCLUDEs between servers? (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
If you don't have one already, you need a -RUN after your APP commands and before your -INCLUDE. Yo......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [Solved]multi select varible in header (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
You can also do it more simply with just the UPCASE, STRIP, and STRREP functions. (Sorry, but since ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [Solved]multi select varible in header (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
A little cumbersome, but here is one way to do it in Dialogue Manager using the UPCASE, PATTERN, STR......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Freeze the 3 Rows (Solved) (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
HFREEZE maybe? No? Well, at least it was fun. The CAR file produces so little data I had to set S......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Where clause does not return any data (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
You should run your code woth SQL trace turned on and check the SQL being passed to your RDBMS. I s......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Inserting a variable into SQL (in iWay Software Product Forum on Focal Point) by Dan Satchell
Unless you set DMPRECISION, Dialogue Manager will default to storing numeric data as integers withou......
Focal Point > Focal Point Forums > iWay Software Product Forum on Focal Point

Discussion Topic  RE: [SOLVED] Assign Define field value in Table1 to variable (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
It's unclear to me from your post whether you need a single value from your first file, or multiple ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] hOW CAN WE GET THE CURRENT TIME? (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
You could capture the date and time before and after your task and then use date-time functions to c......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: SQL ANALYZE vs dbms_stats (in iWay Software Product Forum on Focal Point) by Dan Satchell
Bob, thanks much for the post and for sharing this performance enhancing information. Do you run db......
Focal Point > Focal Point Forums > iWay Software Product Forum on Focal Point

Discussion Topic  RE: [CLOSED] summarize time field (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
Here is an example, using the CAR file, of the approach suggested by earlier posts. The formatted t......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Filedef/Append with FORMAT FOCUS INDEX 'FieldName' (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
To use MORE, only the field names and formats must match. The order of the columns and type of file......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] (FOC1141) GUI_PARAMS ERROR... (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
I believe if you change a synonym field name for a relational table, the ALIAS must still contain th......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point


» Refine Search
» New Search

  Powered by Social Strata Page 1 ... 30 31 32 33 34 35 36 ... 61 

Focal Point    Focal Point Forums    Search    Search Results

Copyright © 1996-2020 Information Builders