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.
I have a compound report that has 2 tabs that I would like to schedule to run and save out to a specified location. Can someone help with the syntax? Thank youThis message has been edited. Last edited by: Kerry,
WebFocus 7.6.5 Platform: 1 windows reporting server. 1 os400 reporting server, 1 application server (windows), dev studio windows version Excel, PDF, HTML
You should be able to PCHOLD FORMAT EXL2K and use the FTP feature of Report Caster to post it. You may need security access depending on where you are wanting to send it.
Pat WF 7.6.8, AIX, AS400, NT AS400 FOCUS, AIX FOCUS, Oracle, DB2, JDE, Lotus Notes
Posts: 755 | Location: TX | Registered: September 25, 2007
PBrightwell thank you for the suggestion, after checking, we do not have FTP capability, is there a way we can save the hold file out as Excel and then use a winnt copy command? Pat
WebFocus 7.6.5 Platform: 1 windows reporting server. 1 os400 reporting server, 1 application server (windows), dev studio windows version Excel, PDF, HTML
I do this exact process with a compound report in excel, but I'm on UNIX. My concern in the windows environment is that after you place it in the directory the first time every time after the copy command would be prompted that the file already exists and if you want to over write it, unless you can somehow name your files different each time with a date/time stamp. Or you could perform the delete file command prior to the copy file command.
WF 7.7.05 HP-UX - Reporting Server, Windows 2008 - Client, MSSQL 2008, FOCUS Databases, Flat Files HTML, Excel, PDF
I have several processes that do precisely that, check whether the file or folder exists and then delete it and/or continue. Even to the point of deleting yesterdays backup file and renaming yesterdays actual file, before storing todays.
There are several command extensions that you can use on such commands as RMDIR, MKDIR ERASE etc. to prevent the prompting behaviour that is normal in interactive situations.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
FILEDEF COMPFILE DISK C:\TEMP\COMPFILE.XLS -RUN TABLE FILE CAR HEADING "ONE" SUM SALES ACROSS COUNTRY ON TABLE HOLD AS COMPFILE FORMAT EXL2K OPEN END TABLE FILE CAR HEADING "TWO" PRINT MPG BY COUNTRY ON TABLE HOLD AS COMPFILE FORMAT EXL2K END TABLE FILE CAR HEADING "FIVE" PRINT CAR BY COUNTRY ON TABLE HOLD AS COMPFILE FORMAT EXL2K CLOSE END
WebFocus 7.6.5 Platform: 1 windows reporting server. 1 os400 reporting server, 1 application server (windows), dev studio windows version Excel, PDF, HTML