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 ... 494 495 496 497 498 499 500 ... 529
Go
Search
Tools
Search Results: (10577 matches) New Search Login/Join 

Discussion Topic  RE: $ in a CSV data column causes problems (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Perfecto!!! Susannah, that worked fantastically. In our case, there would never be a comma in the ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: $ in a CSV data column causes problems (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
I've added the XML adapter via the WebFOCUS server console. I've saved the spreadsheet as an XML fi......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: $ in a CSV data column causes problems (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
We receive an Excel spreadsheet that must be read by Data Migrator to load the data into a SQL Serve......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  $ in a CSV data column causes problems (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
I have a CSV file generated from an Excel spreadsheet that has the $ symbol in several data columns.......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Converting integers (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
You should be able to do the following: TABLE FILE BLAHBLAH PRINT TOTAL_AID_AWARDED/D12M END The M......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: CSV File with semi-colon separator (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Perhaps there should be a New Feature Request to have the CDN setting generate semi-colon column sep......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: &LINES IS 0 (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Sorry, I didn't notice that &LINES was being used in the FOOTING. I'm glad other people suggested be......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: &LINES IS 0 (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Simply stick a -RUN command after the END statement. The report runs and &LINES is populated. As a ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Embedded SQL in WebFOCUS code (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
JG, unfortunately, I still get the FOC1487 error. I've dug around in the documentation, and there i......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  Embedded SQL in WebFOCUS code (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
I have a fex that generates SQL passthru code that is executed to insert rows into a MS SQL Server 2......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Excel Conversion (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Is this happening to alpha fields that contain numerics?...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: sort on sum field (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Here's what we've done: TABLE FILE HSALR2 SUM COMPUTE CTR/I1 = CTR + 1; NOPRINT COMPUTE RGNX/A57 = ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Timestamp in webfocus reports (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
This is what I do: -*-- Set friendly Report Date for footing --------------------------------------......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Substituting the start and end dates in a procedure (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
So does this: -SET &MTDF = DATECVT( DATEMOV(DATECVT(&YYMD,'I8YYMD','YYMD'),'BOM'),'YYMD','I8YYMD');......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Using Master File Created By Hold (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] variable table name during webfocus call (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Try this: TABLE FILE CAR PRINT CAR ON TABLE HOLD AS HOLD1 END -RUN -SET &HFILE = 'HOLD1'; -SET &I......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] variable table name during webfocus call (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
And, could you please tell us if this working sample works in your environment? TABLE FILE CAR PRIN......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] variable table name during webfocus call (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
<option value='$*' selected>All</option> !IBI.AMP.&MY_SELECT; </select> should be......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Need assistance with HTML front page (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Stephanie, I have heard that WF 7 generates no form HTML pages but I have never seen one. Please p......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Hold creates master file? (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
If you want them chained together, then I suggest you use Resource Layout Painter in Developer Studi......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point


» Refine Search
» New Search

  Powered by Social Strata Page 1 ... 494 495 496 497 498 499 500 ... 529 

Focal Point    Focal Point Forums    Search    Search Results

Copyright © 1996-2020 Information Builders