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'm attempting to create a chart from a HOLD file in FOCUS format that I've created as a Temporary File from the CAR database. The issue that I have is that after the report has run and created the HOLD file, it is not available to select when I go New > Chart in the Procedure View.
Here's the code that the GUI has generated when creating the HOLD file:
TABLE FILE CAR SUM CAR.BODY.DEALER_COST CAR.BODY.RETAIL_COST CAR.BODY.SALES BY CAR.ORIGIN.COUNTRY BY CAR.COMP.CAR BY CAR.CARREC.MODEL ON TABLE SET PAGE-NUM NOLEAD ON TABLE SET ASNAMES ON ON TABLE NOTOTAL ON TABLE HOLD AS CARHOLD FORMAT FOCUS INDEX 'CAR.ORIGIN.COUNTRY' 'CAR.COMP.CAR' 'CAR.CARREC.MODEL' ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * INCLUDE = IBFS:/EDA/EDASERVE/_EDAHOME/ETC/endeflt.sty, $ ENDSTYLE END
I then right click 'Report' in the Procedure View and select New > Chart. The Chart Wizard starts but the list of master files does not include CARHOLD.
Any ideas?
Thanks in advance.This message has been edited. Last edited by: FP Mod Chuck,
Posts: 11 | Location: United Kingdom | Registered: September 07, 2010
Solved: When creating the hold file, I had to specify the App folder in which the file is written to disk. It wouldn't work when just trying to use a HOLD file held in memory.
ON TABLE HOLD AS 'myapp/carhold' FORMAT FOCUS INDEX 'CAR.ORIGIN.COUNTRY' 'CAR.COMP.CAR' 'CAR.CARREC.MODEL'
Posts: 11 | Location: United Kingdom | Registered: September 07, 2010
if this report can be run by multiple users at the same time writing to an app folder may cause unpredictable results. You may want to try to use foccache/carhold so each users session will have their own version of carhold.
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005