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 ... 16 17 18 19 20 21 22 ... 61
Go
Search
Tools
Search Results: (1213 matches) New Search Login/Join 

Discussion Topic  RE: [CLOSED] PDF output (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
@ Tony - LMGTFY.com ... this will be fun!...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Converting a Date to Epoch Time and DATEDIF (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
Try putting single quotes around your dates so DATEDIF knows you are providing dates instead of numb......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED]new synonym - automatic title (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
If it's simply a matter of removing underlines from the field names and changing the case to proper ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Date/time conversion (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
Try this: ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] ISO 8601:2000 date-time format in InfoAssist (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
Don't know if this will help you, but there is a WebFOCUS date-time output format that will display ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] child and parent drilldown in same proc? (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
Yes, the drill down can call the same procedure (i.e., call itself). You would need to use some kin......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED]Parameters with Null Values (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
If these are FOCUS tables, try setting ALL=ON, or ALL=PASS if you have WHERE clauses on any of the J......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED]Parameters with Null Values (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
If the values are truly null, it seems to me that the variables would contain the null value ".". I......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Hiding across columns conditionally. (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
Something like this might work. You may need to add .EVAL to the variables (i.e., &FLG1.EVAL) in th......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] hold table index issue (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
I believe the limit on index field names is currently 12 characters. In any case, HUB_CRM_LEAD_KEY ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] hold table index issue (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
You could try adding SET ALL=ON to your code, but I don't think that is the issue. I question wheth......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] hold table index issue (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
j.gross is correct that the file.segname qualification in your INDEX statement is misleading because......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] How to get the row and column average among 0 and Numbers (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
Don't use ACROSS when creating your HOLD file. Use BY instead. Use ACROSS only when producing your......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] How to get the row and column average among 0 and Numbers (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
By adding the HOLDMISS setting to Mary's excellent example (with or without the NODATA setting), the......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [Solved] Find First Sunday or Last Saturday of a month. (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
A Dialogue Manager approach: ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] deference of function run between 7701 and 7703 (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
DATEADD and other SmartDate-only functions can be used in Dialogue Manager (DM), but the DM dates mu......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] RC as a mail distributor (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
You might try using the EDAMAIL command. Info below is from IBI Tech Support (document says new in ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] define function for 7.7.03 (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
Or ... put the final output EDIT in the function itself: ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] define function for 7.7.03 (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
The function seems to be working fine. It's the direct EDIT of the function output in the DEFINE FI......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Determine if a Hold file Contains a column[Solved] (in WebFOCUS/FOCUS Forum on Focal Point ) by Dan Satchell
The best alternative would be -READFILE, but that's not available until 7.7.01 (according to the doc......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point


» Refine Search
» New Search

  Powered by Social Strata Page 1 ... 16 17 18 19 20 21 22 ... 61 

Focal Point    Focal Point Forums    Search    Search Results

Copyright © 1996-2020 Information Builders