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.
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 ArpitaThis message has been edited. Last edited by: Kerry,
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, 2005