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] Add an image into sql report

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Add an image into sql report
 Login/Join
 
Gold member
posted
Hey;

I tried to add an logo into my sql report that will be viewed by pdf.

What i did is:

DEFINE FILE SQLOUT
IMG1/A100 = 'Razzer< !--graemlin:Razzer-->ort/approot/ibinccen/images/wflogo.gif" border="0">';
END

put into into

ON TABLE SUBHEAD
"
However i can not see it.

Thanks in advance for your help.


-Maria

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


====================
Production: WebFOCUS 7.1.1 on Window 2003
WebFOCUS 7.1.1 Client on HP-UX on WebLOGIC 8.1 sp4
Dev: WebFOCUS 7.6.4 on Window 2003
WebFOCUS 7.1.1 Client on HP-UX on WebLogic 8.1 sp4
 
Posts: 52 | Registered: June 28, 2005Report This Post
Platinum Member
posted Hide Post
I think you can HOLD the SQL out and do the same.


Regards,
Cyril Joy.

WF Production 8008 on Linux.
 
Posts: 143 | Location: Rochester,NY. | Registered: August 20, 2004Report This Post
Expert
posted Hide Post
1) For PDF you have to place the image in the report using WebFOCUS Style Sheet commands
2) The image has to be located in an App folder that is in the App path, and it cannot be in a sub-folder.

I copied wf_logo.gif to App folder ibisamp (which is in my App Path):

TABLE FILE CAR
SUM SALES
BY COUNTRY
BY CAR
ON TABLE HOLD AS SQLOUT
END

TABLE FILE SQLOUT
PRINT *
ON TABLE SUBHEAD
""
ON TABLE SET STYLE *
TYPE=TABHEADING, IMAGE=wflogo.gif, $
ENDSTYLE

ON TABLE PCHOLD FORMAT PDF
END


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
Styling generally is not possible on SQLOUT unless it is a hold file produced from another TABLE FILE (as per Francis).

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Virtuoso
posted Hide Post
And it is also of importance to mention that, for PDF, you'll have to use the HEADING to place the image. It is the only valid place to store your image.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report 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] Add an image into sql report

Copyright © 1996-2020 Information Builders