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 ... 7 8 9 10 11 12 
Go
Search
Tools
Search Results: (227 matches) New Search Login/Join 

Discussion Topic  RE: [SOLVED] Build a string from a field in multiple records (in WebFOCUS/FOCUS Forum on Focal Point ) by jfr99
Hi Steve, Here's an example using the CAR file. This creates a string (CAR_LIT) of all CARs per COU......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Dynamic Report Selection - launch page [SOLVED] (in WebFOCUS/FOCUS Forum on Focal Point ) by jfr99
Hi, I create a report at the end that displays the parameters that were selected for each time the ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: {OPEN] Function to include quotes in a value (in WebFOCUS/FOCUS Forum on Focal Point ) by jfr99
A couple other examples ....... -* -SET &RTM = 20; -SET &RTM_Q1 = '''' | &RTM | ''''; -SET &RTM_......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] How to send a multipart/mixed email from a fex? (in WebFOCUS/FOCUS Forum on Focal Point ) by jfr99
I would like to use EDAMAIL. If I could just include some text in the body and then attach a file, I......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  [CLOSED] How to send a multipart/mixed email from a fex? (in WebFOCUS/FOCUS Forum on Focal Point ) by jfr99
Hi All, I would like to be able to send a multipart email from within a fex. This would mean having......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Best method to generate a list of months in a date range (in WebFOCUS/FOCUS Forum on Focal Point ) by jfr99
Hi Keith, Take a look at this and see if this might work. This creates a temp file along with a mas......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Highest - Plus Others (in WebFOCUS/FOCUS Forum on Focal Point ) by jfr99
Hi John, Here's a way to do this without using the "PLUS OTHERS" feature. This shows you the top 3......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] In variable with comma seprated values (in WebFOCUS/FOCUS Forum on Focal Point ) by jfr99
Here's another example using the CAR file. -* -** This creates a file of 5 EMP_ID's using the CAR f......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Saving file to folder with space (in WebFOCUS/FOCUS Forum on Focal Point ) by jfr99
Is the space just in the file name(as in your example) or is there also a space in the folder name?...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Saving file to folder with space (in WebFOCUS/FOCUS Forum on Focal Point ) by jfr99
Hi MikeW, I had to put double quotes around the OUTFILE variable to get the filedef to work. FILED......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] UNIX FTP CMD (in WebFOCUS/FOCUS Forum on Focal Point ) by jfr99
Hi Todd, Sorry, I was running on a windows webfocus server, thus the "DOS" command: DOS ftp -i -s:......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] UNIX FTP CMD (in WebFOCUS/FOCUS Forum on Focal Point ) by jfr99
Hi Todd, Here's an example of one I used in the past. -* FILEDEF FTPPUT DISK ftpt0002.txt -RUN -* ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] CMD statements stopped working (in WebFOCUS/FOCUS Forum on Focal Point ) by jfr99
Yes, this is very weird. Still working sometimes and not others. Our server is a windows box. Our ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  [CLOSED] CMD statements stopped working (in WebFOCUS/FOCUS Forum on Focal Point ) by jfr99
Hi All, Our CMD statements in our fexes have stopped working. We don't get any error messages. The ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  [CLOSED] ReportCaster does not recognize our &SERVER_NAME variable (in WebFOCUS/FOCUS Forum on Focal Point ) by jfr99
Hi All, We added this: ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Trying to run FTP script from a FEX (in WebFOCUS/FOCUS Forum on Focal Point ) by jfr99
Hi Brian, Here's an example of what I use. This builds the ftp script in the fex and then runs the ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Repeat Write Workday File (in WebFOCUS/FOCUS Forum on Focal Point ) by jfr99
Here's a loop process for a start. This will not work for holidays unless you have a holiday file de......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Current Date Calculation (in WebFOCUS/FOCUS Forum on Focal Point ) by jfr99
Hi Hayley, I created a new thread with a subject = How to create a random subset of a file using fu......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] How to create a random subset of a file using the function RDUNIF or PRDUNI (in WebFOCUS/FOCUS Forum on Focal Point ) by jfr99
Hi Hayley, You are correct, this function will create reproducible random numbers. I also found ano......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] How to create a random subset of a file using the function RDUNIF or PRDUNI (in WebFOCUS/FOCUS Forum on Focal Point ) by jfr99
This is Hayley's last response: Thank you, Jim. Using the RDUNIF function worked perfectly for me, ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point


» Refine Search
» New Search

  Powered by Social Strata Page 1 ... 7 8 9 10 11 12  

Focal Point    Focal Point Forums    Search    Search Results

Copyright © 1996-2020 Information Builders