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 ... 44 45 46 47 48 49 50 ... 84
Go
Search
Tools
Search Results: (1669 matches) New Search Login/Join 

Discussion Topic  RE: [CLOSED] How to stop HTML composer ruining my code (in WebFOCUS/FOCUS Forum on Focal Point ) by Wep5622
......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [Solved] Excel extension .xmh and Win 7 (in WebFOCUS/FOCUS Forum on Focal Point ) by Wep5622
It's possible that tomcat sends the wrong MIME-type for those documents. That may be worth investiga......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Multiple MATCHes (in WebFOCUS/FOCUS Forum on Focal Point ) by Wep5622
Also keep in mind that MATCH expects 1 to 0-1 relations between the files. If you have multiple ri......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Graphs; How to make it start from a particular month? (in WebFOCUS/FOCUS Forum on Focal Point ) by Wep5622
Thanks! I ended up using the second solution with a couple of -REPEAT loops to make things generic. ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  [SOLVED] Graphs; How to make it start from a particular month? (in WebFOCUS/FOCUS Forum on Focal Point ) by Wep5622
I have a GRAPH request like the one below. As you can see, the output of the below starts with Janua......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SHARING] Use of Deploy Scenarios in Developer Studio (in WebFOCUS/FOCUS Forum on Focal Point ) by Wep5622
We use deploy frequently, but ONLY for files that were created with Dev Studio. We have other files ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Parts of fex DISAPPEAR! (in WebFOCUS/FOCUS Forum on Focal Point ) by Wep5622
Nothing wrong with that. I'm a relatively new coder and I do the same!...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Conversion From Date to Alpha. (in WebFOCUS/FOCUS Forum on Focal Point ) by Wep5622
First a few general remarks:......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] GRAPH dimensions; Did I suddenly lose my ability to count? (in WebFOCUS/FOCUS Forum on Focal Point ) by Wep5622
Thanks for the suggestion, but this weekend I realised what the answer is. We can use "normal" WF ta......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] GRAPH dimensions; Did I suddenly lose my ability to count? (in WebFOCUS/FOCUS Forum on Focal Point ) by Wep5622
I can't remove the WHERE-clause from our actual situation as it would get us the wrong results: We f......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] GRAPH dimensions; Did I suddenly lose my ability to count? (in WebFOCUS/FOCUS Forum on Focal Point ) by Wep5622
Well, as it turns out the GGSALES sample tables are similar to what we have, so I can! As you can s......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] GRAPH dimensions; Did I suddenly lose my ability to count? (in WebFOCUS/FOCUS Forum on Focal Point ) by Wep5622
Not sure why, but although it does output a GRAPH, the legend labels got replaced by numbers and the......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  [SOLVED] GRAPH dimensions; Did I suddenly lose my ability to count? (in WebFOCUS/FOCUS Forum on Focal Point ) by Wep5622
I'm getting this error: (FOC32466) MERGE DIMENSIONS EXCEED THE NUMBER OF SORT FIELDS For this GRAPH......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CASE OPENED WORK AROUND]DBMS Security not closing Connections (in WebFOCUS/FOCUS Forum on Focal Point ) by Wep5622
Any idea whether this is specific to Oracle RDBMs? We don't use MRE, but our report caster is runni......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Help needed with MISSING data and WHERE statement (in WebFOCUS/FOCUS Forum on Focal Point ) by Wep5622
It looks like MISSING integer values get silently cast to 0 in equality tests. That makes me wonder,......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] ReportCaster PDF file corruption (in WebFOCUS/FOCUS Forum on Focal Point ) by Wep5622
Is the file really in PDF format? Try opening it with a text editor....
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] DB2 Advice Required -- Row Change Timestamp (in WebFOCUS/FOCUS Forum on Focal Point ) by Wep5622
It looks like DB2 is an MVCC family database, so it's possible that you could get the information yo......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SHARING] Capturing program execution info (in WebFOCUS/FOCUS Forum on Focal Point ) by Wep5622
......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] HTML List of My Report (in WebFOCUS/FOCUS Forum on Focal Point ) by Wep5622
You can do that using the APP LIST and APP QUERY commands....
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Calculating SUM for an Integer data type (in WebFOCUS/FOCUS Forum on Focal Point ) by Wep5622
WebFOCUS doesn't do implicit type casts, so you can't just concatenate alpha and numeric values like......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point


» Refine Search
» New Search

  Powered by Social Strata Page 1 ... 44 45 46 47 48 49 50 ... 84 

Focal Point    Focal Point Forums    Search    Search Results

Copyright © 1996-2020 Information Builders