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 10 
Go
Search
Tools
Search Results: (189 matches) New Search Login/Join 

Discussion Topic  RE: [CLOSED] SET ALL=ON Query (in WebFOCUS/FOCUS Forum on Focal Point ) by Spence
See if this helps. Run this with ALL = ON and then run with ALL = OFF -*SET ALL = OFF SET ALL = ON ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] SET ALL=ON Query (in WebFOCUS/FOCUS Forum on Focal Point ) by Spence
For every row in SEGNAME=HEADER is there a row in SEGNAME=BUS?...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] SET ALL=ON Query (in WebFOCUS/FOCUS Forum on Focal Point ) by Spence
From the WebFOCUS Keysheet SET ALL = option ......... control parent selection with no child record......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] problem with subtotal dynamic format change (in WebFOCUS/FOCUS Forum on Focal Point ) by Spence
......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] convert alpha to integer (in WebFOCUS/FOCUS Forum on Focal Point ) by Spence
You can add a DEFINE to the synonym. DEFINE EMPID/I9 = EDIT(EMP_ID); ,$...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] convert alpha to integer (in WebFOCUS/FOCUS Forum on Focal Point ) by Spence
DEFINE FILE EMPLOYEE EMPID/I9 = EDIT(EMP_ID); END TABLE FILE EMPLOYEE PRINT EMP_ID AS 'A9 FORMAT' ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: SOLVED - strip characters from a numeric value (in WebFOCUS/FOCUS Forum on Focal Point ) by Spence
Thank you Waz....
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  SOLVED - strip characters from a numeric value (in WebFOCUS/FOCUS Forum on Focal Point ) by Spence
I'm trying to duplicate this sql in focus. cast((sales * 2.30000) / 1.87000000 as varchar(100)) as ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Solved -- Format &variable from a -READ (in WebFOCUS/FOCUS Forum on Focal Point ) by Spence
Thanks guys. Dan that works for me. Thanks for your help....
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  Solved -- Format &variable from a -READ (in WebFOCUS/FOCUS Forum on Focal Point ) by Spence
Is there a way to comma edit a variable that is being used from a -READ? TABLE FILE CAR SUM SALES ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: SOLVED - conditional styling on graph bars (in WebFOCUS/FOCUS Forum on Focal Point ) by Spence
Thanks Tom. I did not have ACROSSCOLUMN in style sheet, just COLUMN. TABLE FILE CAR SUM SALES BY C......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: SOLVED - conditional styling on graph bars (in WebFOCUS/FOCUS Forum on Focal Point ) by Spence
Tom - the style sheet returns an error when this is done with the ACROSS. (FOC3202) BAD VALUE IN ST......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  SOLVED - conditional styling on graph bars (in WebFOCUS/FOCUS Forum on Focal Point ) by Spence
In this example sales GE 20000 should be green and sales LT 20000 should be red. It works with a BY ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Solved -- Yesterday's Date and same date last year (in WebFOCUS/FOCUS Forum on Focal Point ) by Spence
Tewy - That did it. Thank you. -SET &TODAY = &YYMD; -SET &YDAY = AYMD (&TODAY, -1, 'I8YYMD'); -SET......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Solved -- Yesterday's Date and same date last year (in WebFOCUS/FOCUS Forum on Focal Point ) by Spence
Tewy, Can this be done in Dialogue Manager? LASTYEAR/YYMD=DATEADD(DATE_YYMD, 'Y', -1);...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  Solved -- Yesterday's Date and same date last year (in WebFOCUS/FOCUS Forum on Focal Point ) by Spence
I can get yesterday's date: -SET &TODAY = &YYMD; -SET &YDAY = AYMD (&TODAY, -1, 'I8YYMD'); How do ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Center Heading Over text (in WebFOCUS/FOCUS Forum on Focal Point ) by Spence
TYPE=TITLE, SIZE=10, STYLE=BOLD, JUSTIFY=CENTER, BACKCOLOR=WHITE,$...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] drill downs off of temp tables or files (in WebFOCUS/FOCUS Forum on Focal Point ) by Spence
In theory you could do this. I’ve never been able to get in to work. Create the hold file HCAR01 fro......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] create hold file on disk with mfd (in WebFOCUS/FOCUS Forum on Focal Point ) by Spence
jimbo - still no mfd....
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] create hold file on disk with mfd (in WebFOCUS/FOCUS Forum on Focal Point ) by Spence
tempfiles is in the app path. i did remove the ; at the end of the filedef. there is a -RUN after th......
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 10  

Focal Point    Focal Point Forums    Search    Search Results

Copyright © 1996-2020 Information Builders