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 ... 87 88 89 90 91 92 93 
Go
Search
Tools
Search Results: (1853 matches) New Search Login/Join 

Discussion Topic  RE: [SOLVED]Left Outer Join (in WebFOCUS/FOCUS Forum on Focal Point ) by BabakNYC
When you have a WHERE FIELD EQ 'xyz$' you're basically telling it you want all values that start wit......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED]Left Outer Join (in WebFOCUS/FOCUS Forum on Focal Point ) by BabakNYC
Just to see if the SQL changes you may want to try J1.SGRCHRT.SGRCHRT_CHRT_CODE EQ 'TAC'|'$' instea......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED]Left Outer Join (in WebFOCUS/FOCUS Forum on Focal Point ) by BabakNYC
Are you actually searching for a SGRCHRT_CHRT_CODE value of TAC$ or is the $ sign there for a wildca......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED]Left Outer Join (in WebFOCUS/FOCUS Forum on Focal Point ) by BabakNYC
If you go to the documentation and search for optimization join oracle, there is very specific infor......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED]Left Outer Join (in WebFOCUS/FOCUS Forum on Focal Point ) by BabakNYC
You don't get any SELECT in the trace?...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED]Left Outer Join (in WebFOCUS/FOCUS Forum on Focal Point ) by BabakNYC
What kind of database are you reporting off of? If this is a SQL database, turn on SQL Trace and lo......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED]DB2 File Titles/Constant Computes/Constant Defines (in WebFOCUS/FOCUS Forum on Focal Point ) by BabakNYC
SUM RCOST AS 'Retail,Cost' AS xxx should do it, but if you want it in the HOLD file follow the rule......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED]DB2 File Titles/Constant Computes/Constant Defines (in WebFOCUS/FOCUS Forum on Focal Point ) by BabakNYC
Luke: You can assign TITLE to a DEFINE as follows: DEFINE FILE CAR PROFIT/D12.2 TITLE 'Profit' = RCO......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED]DB2 File Titles/Constant Computes/Constant Defines (in WebFOCUS/FOCUS Forum on Focal Point ) by BabakNYC
One benefit of keeping two separate master files is that when you recreate or refresh the metadata y......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED]Users seeing unauthorized applications in 8.1.0.5 (in WebFOCUS/FOCUS Forum on Focal Point ) by BabakNYC
I'm not positive but I believe security properties of the server app paths are set on the reporting ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED]Users seeing unauthorized applications in 8.1.0.5 (in WebFOCUS/FOCUS Forum on Focal Point ) by BabakNYC
Are you setting the security properties for Groups or Userid or Role?...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED]Sorting the values in across field (in WebFOCUS/FOCUS Forum on Focal Point ) by BabakNYC
Try ACROSS HIGHEST FIELDNAME...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [solved ] Subfoots in Excel? (in WebFOCUS/FOCUS Forum on Focal Point ) by BabakNYC
TABLE FILE CAR SUM RCOST DCOST BY COUNTRY BY CAR ON COUNTRY SUBFOOT "WHATEVER YOU WANT TO PUT IN HE......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Upload multiple csv files using FILEDEF (APPEND (in WebFOCUS/FOCUS Forum on Focal Point ) by BabakNYC
Most production systems turn off OS commands so users can't hack at their applications....
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [no solution]WEBFOCUS can't get "FOR XML" out put from SQL Server? (in WebFOCUS/FOCUS Forum on Focal Point ) by BabakNYC
I tested in 8105. I don't get an error when I run this SQL: ENGINE SQLMSS SET DEFAULT_CONNECTION T......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [no solution]WEBFOCUS can't get "FOR XML" out put from SQL Server? (in WebFOCUS/FOCUS Forum on Focal Point ) by BabakNYC
I could test it for you in 8105 if you provide code that works with generic data in SQL server like ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: ***CLOSED Fex with NE selection...HTML Page (in WebFOCUS/FOCUS Forum on Focal Point ) by BabakNYC
Try putting &BODYTYPE in single quotes. WHERE CAR.BODY.BODYTYPE NE '&BODYTYPE.(AND(FIND CAR.BODY.BO......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED]Calculate the total for distinct columns (in WebFOCUS/FOCUS Forum on Focal Point ) by BabakNYC
You are allowed to use ON TABLE SUBFOOT. BY isn't required. However, the code above should work ag......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED]Calculate the total for distinct columns (in WebFOCUS/FOCUS Forum on Focal Point ) by BabakNYC
The line in my FOOTING got messed up by HTML. It should read: FOOTING DOUBLE QUOTE LEFT BRACKET PERC......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED]Calculate the total for distinct columns (in WebFOCUS/FOCUS Forum on Focal Point ) by BabakNYC
To create column totals for specific columns you have to add the name of the column you want to tota......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point


» Refine Search
» New Search

  Powered by Social Strata Page 1 ... 87 88 89 90 91 92 93  

Focal Point    Focal Point Forums    Search    Search Results

Copyright © 1996-2020 Information Builders