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 ... 10 11 12 13 14 15 16 ... 28
Go
Search
Tools
Search Results: (542 matches) New Search Login/Join 

Discussion Topic  RE: [SOLVED] How to create dummy records. (in WebFOCUS/FOCUS Forum on Focal Point ) by Ram Prasad E
You can also try with SQL translator and Castesian Join 2 FOCUS tables. ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SHARING] Fun with LET (in WebFOCUS/FOCUS Forum on Focal Point ) by Ram Prasad E
This is nice one. Thanks for sharing. But what about if someone is going to maintain/support the cod......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Passing parameters from Dropdown to fex file (in WebFOCUS/FOCUS Forum on Focal Point ) by Ram Prasad E
Steps to follow. 1. Using HTMLFORM command create form with listbox control in one.fex 2. Form acti......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Passing parameters from Dropdown to fex file (in WebFOCUS/FOCUS Forum on Focal Point ) by Ram Prasad E
From parameters tab in html composer, you can easily bind variables. You could refer to documentatio......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Percentage against a total (in WebFOCUS/FOCUS Forum on Focal Point ) by Ram Prasad E
Thanks for pointing it Anthony. I missed that requirment. -Ram...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Percentage against a total (in WebFOCUS/FOCUS Forum on Focal Point ) by Ram Prasad E
Hi, Try below code. ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SHARING] Our first prototype developed with WebFOCUS (in WebFOCUS/FOCUS Forum on Focal Point ) by Ram Prasad E
Good to see user interactive dashboard built in WF. Thanks for sharing. -Ram...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] topgap or bottomgap in exl2k ? (in WebFOCUS/FOCUS Forum on Focal Point ) by Ram Prasad E
Tom, I do not have sample code. But these are the optins. You can use either Excel Template or HTML......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Create Synonym against DB2/LUW stored procedure (in WebFOCUS/FOCUS Forum on Focal Point ) by Ram Prasad E
Did you raise case with IBI on this. Thanks, Ram...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] HTMLCOMPOSER listbox with parameters from url (in WebFOCUS/FOCUS Forum on Focal Point ) by Ram Prasad E
If you are using HTMLFORM, then you can add a JavaScript to insert AMP variables into list box. Tha......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Passing multiple parameters to a dynamic drop-down (in WebFOCUS/FOCUS Forum on Focal Point ) by Ram Prasad E
Yes it is possible. You need to change the property of first listbox to enable multi select. Thanks......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [Solved] MFD Titles passed to hold files (in WebFOCUS/FOCUS Forum on Focal Point ) by Ram Prasad E
As Waz suggestted, HOLDATTR works perfect. ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CASE-OPENED] Selection of two reports basis selection of dropdown (in WebFOCUS/FOCUS Forum on Focal Point ) by Ram Prasad E
Nasar, Do you want to call second active report from the drop down of first active report? Thanks,......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CASE OPEN] Graph Y-axis label format for HHIS (time) (in WebFOCUS/FOCUS Forum on Focal Point ) by Ram Prasad E
Just an idea. Convert to decimal format instead of date time representing 2:08:00 PM to 14.08 Thank......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Displaying Current Month in the Prompt (in WebFOCUS/FOCUS Forum on Focal Point ) by Ram Prasad E
Hi, You need to restrict with a WHERE clause like below. WHERE FY_MONTH_KEY LE &YYYYMM; END If yo......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Displaying Current Month in the Prompt (in WebFOCUS/FOCUS Forum on Focal Point ) by Ram Prasad E
Hi, You need to place HIGHEST keyword in TABLE FILE request to get the current month. ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Displaying Current Month in the Prompt (in WebFOCUS/FOCUS Forum on Focal Point ) by Ram Prasad E
You can create an onload event and control current month selection using javascript. Thanks, Ram...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Filter in MasterFile (in WebFOCUS/FOCUS Forum on Focal Point ) by Ram Prasad E
Hi, If your table hold less than 2 years of data, then you can have a DEFINE field for ROLL12 and Y......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Pass User Name to External URL (in WebFOCUS/FOCUS Forum on Focal Point ) by Ram Prasad E
First you need to integrate report fex and html page into singe file(using HTMFORM) and append the u......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] PL/SQL IN WF (in WebFOCUS/FOCUS Forum on Focal Point ) by Ram Prasad E
Hi, You can create stored procedures in the DB and make a call from WebFOCUS. You also have control......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point


» Refine Search
» New Search

  Powered by Social Strata Page 1 ... 10 11 12 13 14 15 16 ... 28 

Focal Point    Focal Point Forums    Search    Search Results

Copyright © 1996-2020 Information Builders