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  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Graph with hold file defined in another procedure

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Graph with hold file defined in another procedure
 Login/Join
 
Member
posted
I have the following:

1. A procedure that augments a HOLD file (named augmentData.fex)
2. A procedure built using the Document Composer (named displayData.fex)

AugmentData calls the procedure displayData. (There are two procedures for maintainability.)

In the displayData procedure, everything works if I am defining tabular reports, but when attempting to save a graph report, I get the following error message: "The HOLD file name is missing from the graph reqeust. Please correct the problem before running layout.".

Here is the code generating the HOLD file from augmentData.fex

TABLE FILE SQLOUT
PRINT
*
ON TABLE HOLD AS ALLDATA
END

Here is the graph code I am trying to add to the compound document in displayData.fex

SET LOOKGRAPH=PIE
GRAPH FILE ALLDATA
SUM Amount
BY User
BY Category
END

Any idea what I am doing wrong?

Greg.

This message has been edited. Last edited by: <Kathryn Henning>,


WebFOCUS 7.6
Windows, All Outputs
 
Posts: 9 | Location: Cincinnati, Ohio | Registered: March 08, 2013Report This Post
Master
posted Hide Post
Do you have your -INCLUDE DISPLAYDATA in your fex? That would definitely cause the issue. If you do, then I would use -SET &ECHO=ALL to see what errors are coming up in the code.


Eric Woerle
8.1.05M Gen 913- Reporting Server Unix
8.1.05 Client Unix
Oracle 11.2.0.2
 
Posts: 750 | Location: Warrenville, IL | Registered: January 08, 2013Report This Post
Member
posted Hide Post
Eric,

No I do not, but I figured out my issue this morning.

I forgot to include the code
'ON GRAPH HOLD AS HOLD FORMAT SVG'
when I was defining the graph.

Thanks for the help. I will have to remember the -SET &ECHO-ALL command for the future.

Greg.


WebFOCUS 7.6
Windows, All Outputs
 
Posts: 9 | Location: Cincinnati, Ohio | Registered: March 08, 2013Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Graph with hold file defined in another procedure

Copyright © 1996-2020 Information Builders