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 am running an issue while I was trying to run the graph in excel format using a hold file My sample as below: FILEDEF GRAF1 DISK //home/eda/ibi/apps/ibisamp/GRAF1.PNG
TABLE FILE CAR PRINT * ON TABLE HOLD AS HOLD1 END
SET GRAPHSERVURL=http://hostnameort/ibi_apps/IBIGraphServlet GRAPH FILE HOLD1 SUM SALES BY COUNTRY ON TABLE HOLD AS GRAF1 FORMAT PNG END DEFINE FILE HOLD1 IMG1/A60 WITH HOLD1=''; ENDIMG1/A6 WITH HOLD1=''; END TABLE FILE HOLD1 FOOTING CENTER "ON TABLE PCHOLD FORMAT EXL2K END
I got the error message as: (FOC003) THE FIELDNAME IS NOT RECOGNIZED: HOLD1 It doesn't like the define field: IMG1/A60 WITH HOLD1=''; ENDIMG1/A6 WITH HOLD1='';
If I don't use the HOLD1 file, instead use the CAR file and just put: DEFINE FILE CAR IMG1/A60 WITH CAR=''; ENDIMG1/A6 WITH CAR=''; it works fine.
Anyone knows how to fix this problem as I do have to use hold file for my report.
You are trying to use the name of a file in your define which is a no-no. And saving a file as a graph image does not give you anything to table file against unless there is something of which I not aware. Of course I haven't put images in an excel file, so is there other information you are processing as well in the real fex.
Leah
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004