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     [CLOSED] Compound Report- Graph and Report in Exl2k format

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Compound Report- Graph and Report in Exl2k format
 Login/Join
 
Gold member
posted
Hi,
I want to generate one Report in EXL2K format, which contain one Graph and One tabular table.
Both we want to show together in EXL2K format.

When i'm generating the Report, the Report is coming fine on left side. In the right side the image is not displayed. Instead of the graph or image one box with red cross is coming.

Please anyone can suggest, how to resolve this issue.

Thanks in advance.

Thanks
Arpita

This message has been edited. Last edited by: Kerry,


WebFOCUS 7.6
Windows, All Outputs
 
Posts: 43 | Registered: October 04, 2010Report This Post
<JG>
posted
Sounds to me as if you and shakila25 are working on the same thing.

If a red cross is being displayed that means the web browser cannot find the file.

When inserting a graph into an excel you must supply the url for the file not
a relative or absolute filename.

Do a search on the forum there will be plenty of examples.
 
Report This Post
Virtuoso
posted Hide Post
Here's an IBI example
 GRAPH FILE CAR
SUM RCOST DCOST
BY COUNTRY
ON GRAPH HOLD AS carpng FORMAT PNG
END
-RUN
DEFINE FILE CAR
-* this code assumes that approot is pointing to the application folders on the
-* Reporting server and will pick up the image that was saved in baseapp
IMG/A60 WITH CAR='<img src=/approot/baseapp/carpng.png>';
END
TABLE FILE CAR
SUM RCOST DCOST
BY COUNTRY
PRINT CAR RCOST DCOST
BY COUNTRY
FOOTING CENTER
-* taking the image of the graph that was saved and inserting it in the Footer
"<IMG "
" "
ON TABLE PCHOLD FORMAT EXL2K
END 
 
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005Report This Post
Gold member
posted Hide Post
Hi,
Thanks a lot for your reply.
I tried your solution, but sorry to say still its not working.


Thanks
Arpita


WebFOCUS 7.6
Windows, All Outputs
 
Posts: 43 | Registered: October 04, 2010Report This Post
<JG>
posted
Just checked to confirm but the ibi example that Prarie mentions is actually incomplete.

the following line

APP HOLD baseapp

or a FILEDEF or APP FI statement is also required
 
Report 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     [CLOSED] Compound Report- Graph and Report in Exl2k format

Copyright © 1996-2020 Information Builders