Images in a interacitve report

Hello,
one question:
Is it possible to display a image in a interative report?
I did this already in a classic report by using:
CASE
when ("Number" > 1) then '<img src="#WORKSPACE_IMAGES#red.JPG" alt="RED">'
when ("Number" <= 1) then '<img src="#WORKSPACE_IMAGES#green.jpg" alt="GREEN">' end as "Trafficlight"
This worked perfect in the classic report. But when I use this for the interactive report, it displays just the text, ("img src.... ") but shows no image.
Maybe the interactive report can't show any images?
Thanks for your help,
LISA :-)

Hi Lisa,
Yes it is possible to display images in the Interactive Report. If you are just seeing the text "img src..." check the Report Attributes to see if the 'Display Text As' is set to. It should be Standard Report Column.
Regards
Paul

Similar Messages

  • Show Image in an SQL Report Region

    Hi,
    I'm having some trouble with showing an image in an sql report region.
    I used the Upload/Download Tutorial in the HTMLDB How-Tos and it worked well.
    Now, I have the following in the query region:
    select s.facilityid, s.id, s.name, s.subject,
    '<img src="#OWNER#.download_my_file?p_file=s.id" width="90" height="70">' image
    from file_subjects s
    where s.facilityid = :FACILITYID
    I get a red X in place of the picture. I know that the pictures are there and have been uploaded successfully. Can anybody tell what I am doing wrong?
    Thanks much,
    Nora

    Nevermind, I fixed it by changing the image line to
    '<img src="#OWNER#.download_my_file?p_file=' || s.id || '" width="90" height="70">' image
    Thanks
    Nora

  • How do I display blob (image) in a Portal Report

    I am using 9ias 10222 and portal 30983 and I have a table that stores an image as a blob and have a varchar field to store the mime type. I have created a form to upload the image and can then query the form to display the image.
    How do I dislay the image in a Portal Report/Dynamic Page Component. I have followed note 68016.1 but the retrieve_img_data procedure does not work it gives a wwv-11230 error.
    Any ideas? Any help would be appreciated.
    Thanks
    Belinda

    Hi,
    Can you display what code you used for this? I followed note 172045.1 and everything compiles properly but when I run the report, I just get a box with a red X in it, like it is not finding the picture. I ran the procedure that downloads the image and it works fine from there. Thanks.

  • Image Quality in PDF Reports

    Hi,
    I have a rectangular JPG image which is holding the company logo. Most of the image's background is coloured white.
    If I import the image into MS Word for example, when I print out the document the image is very high quality, sharp, etc.
    When I import this image into an Oracle Reports via menu: insert / image, although it appears fine when looking at it in Report Builder on the 'Paper Layout', when I run the report the image in the output PDF has lost quality and when printed out, the white background (which should be white) prints as as a light shade of grey.
    Does anyone know how to stop the loss of quality on the image and how to stop the background of the image printing as light grey ?
    I'm running Report Builder 10.1.2.0.2.
    Many Thanks, Mark

    This document explains how to increase the image resolution when exporting:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30407084-c51d-2b10-1f81-813488350e6f
    But it's for Crystal Enterprise 8.0, do you know if Crystal Reports 11 will work the same way?

  • Displaying images in a HTMLDB Report

    I have a procedure(pdt_image_display) that accepts a imageid and returns a blob content and mime_type value in the select into clause.
    The procedure is called through a SQL Report using the following image src tag
    SELECT <col1>,
    '<img src="#OWNER#.pdt_image_display?p_image_id=' || nvl(<imageidcolumn>,0) || '" height="50" width="50" />' img
    from <Image Table >
    The report when run couldnt display the images..
    Can anyone help me to display an image in a htmldb report
    Thankyou
    Message was edited by:
    user523354

    I have done this many times. Eventually you miss the right syntax or you didn't grant execute to your procedure to public. Here is one of my examples you may use to compare with yours:
    SELECT NULL download, related_documents, subject,
           || get_category_type (category_type)
           || category_type,
           || get_subcategory_type (subcategory_type)
           || subcategory_type,
           get_subcategory_description (subcategory_type) description,
           '<im g src="#OWNER#.marketing_image_display?p_image_id='
           || NVL (ID, 0)
           || '" height="'
           || NVL (display_height, 100)
           || '" width="'
           || NVL (display_width, 70)
           || '" />' img,
           SUBSTR (get_subcategory_type (subcategory_type), -1, 1) series_type,
           sort_flag
      FROM marketing_images
    WHERE NVL (TO_CHAR (category_type), '%') LIKE
              CASE
                 WHEN TO_CHAR (:p4_category_type) = '-1'
                    THEN '%'
                 ELSE :p4_category_type
              END
       AND NVL (TO_CHAR (subcategory_type), '%') LIKE
              CASE
                 WHEN TO_CHAR (:p4_subcategory_type) = '-1'
                    THEN '%'
                 ELSE :p4_subcategory_type
              END
       AND LANGUAGE = :p0_choose_your_language</br>
    Denes Kubicek

  • How to add Image to Web Document Report?

    Hi,
    I need to add Logo in my report.  Please share how to achieve this, and are there any constrains regarding picture format, or placement of the image or report transformation(to XL/PDF) or printing.
    Thanks in advance,
    -Vishi

    You simply embed the logo in your report however It does not gets exported when the report in exported in Excel but works in PDF.
    You can fine complete details and workaround for image in excel at below link.
    http://www.dallasmarks.org/blog/2009/02/tips-and-tricks-displaying-images-on-web-intelligence-reports/
    --Kuldeep

  • How to add image in web intelligence report?

    Hi All,
    I tried to add an image into web intelligence report by using the background image function available in the appearance settings. But when I tried to click on the button with ellipse, it does not show up a dialog box.
    Do I miss out anything? Help is really needed.
    Thanks
    David Yee

    Hi David,
    You can try these steps to see if the Background image dialog box is appearing for a Free Standing Cell.
    1. In Webi Java Report Panel, select Templates-> Free Standing Cells -> Formula and Text Cells-> Blank Cell
    2. Click and drag the cell in the report.
    3. Select the cell Properties
    4. Under Text Format, click on the button in the Background Image property.
    5. You can select the u201CImage from URLu201D or u201CImage from fileu201D.
    6. If you are selecting u201CImage from URLu201D, change the u201CRead cell content asu201D property to u201CImage URLu201D under Display section in the Properties Window.
    Hope this helps.

  • POJO How to include a Image/Picture into a report

    Hi All,
    the POJO Data Source support works fine but how can i include a image/picture into a Report ??
    My Pojo contains a Blob and a byte[] but if i trag 'n' drop it onto the report design surface (myReport.rpt), C4E creates automatic fields for me but the Blob and the byte[] does not become available for reporting.
    In the application i would like to move a image into the blob or into the byte[].
    What is wrong ??
    Thanks a lot for Your help
    René
    MY POJO
    public class RhuPlakatData {
    private String text11;
    private Blob blob1;
    private byte[] bytes;
    public byte[] getBytes() {
    return bytes;
    public void setBytes(byte[] bytes) {
    this.bytes = bytes;
    public String getText11() {
    return text11;
    public void setText11(String text11) {
    this.text11 = text11;
    public Blob getBlob1() {
    return blob1;
    public void setBlob1(Blob blob1) {
    this.blob1 = blob1;

    Hi James
    Unfortunately, I found no solution.
    Did You found a solution??
    Thanks for Your help
    Greetings
    René

  • Image Quality In Crystal Reports for Visual Studio 2010

    I am using the new production release of Crystal Reports for Visual Studio 2010 and I am having an issue with image quality when adding an image to a crystal report.
    The image itself is a .TIF file,  and when opened in Windows, the quality of the image, which is mostly text, is very high. The image was created from a electronic PDF form and I intend to use this as a background for the crystal report, over which I will place data fields.
    As soon as the image is added to the report you can see the degradation in quality in the design window and in the preview window within visual studio. The quality remains low when viewing the report in the WPF report viewer and when printing from this control.
    I have ensured the "Retain Original Image Color Depth" option is checked but this has made no difference (the image is black and white anyway).
    The image in the report has been left at its native size, no resizing at all. The image is 355KB in size if that's relevant.
    Is there a reason the image looses quality when added to a report? Is it being compressed? More importantly, is there a way to make the image retain its native quality when adding it to a crystal report?
    Thanks in advance.

    The following image is the image I am trying to display. Although imageshack has converted it to a png, if you right click and save the image you can open it and zoom in with little image degradation.
    http://img132.imageshack.us/i/j301.png
    The following is a screen shot of how the tif file looks in the designer when zooming in:
    http://img138.imageshack.us/i/j30lowquantity.jpg
    The second image has lost its clarity and is unusable when printing.
    I hope this helps.

  • How to Assign Image field in crystal report through Image UDF

    Hi All,
    I want to capture the Image UDF in crystal report. How can i assign the field in report.
    Can any body help me.
    regards,
    Kiran Kumar

    Hi kiran Kumar,
    IPost a message to SAP Businessone Reporting & Printing Forum
    and also check this link
    Re: SAP Business One and Crystal Reports
    Image Type In Crystal Report
    Regards
    Jambulingam.P
    Edited by: Jambulingam P on Jun 19, 2009 8:22 AM

  • Add a GIF image file to excel reports

    Hi all
    I have a concurrent program which gives me a report in excel( I Have PL/SQL code for generating excel output which works fine)
    I want to add a gif image to the excel report output
    can anyone tell me how to add a gif file to the excel report
    Thanks

    Hi;
    Please check:
    In Report Manager, How Can We Place The Line Description In The Center Of A Page for a published FSG report? [ID 553406.1]
    http://blogs.oracle.com/xmlpublisher/2008/05/excel_limitations.html
    Hope it helps
    Regard
    Helios

  • Display image file - BLOB on Report

    Hello there,
    Has anyone knew how to display an image file (BLOB) on Report using Application Express?
    You prompt reply would be appreciated.

    Once htmldb.oracle.com is available again, you may have a look in my demo application:
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    In the tab section II, you will find an image display example and the corresponding
    procedure.
    Denes Kubicek

  • Export SWF to image (new revolution in reporting)

    Can I have some engine to run SWF on server side?
    I want to have flash software which needs to run a .swf file
    and generate a snapshot of the flash.
    E.g is amCharts which has a .swf file which when run along
    with a configuration xml file and data file generates a beautiful
    chart on the browser.
    Now what I want is to run this .swf file on server side with
    the help of some software and take a snapshot and store it as image
    on the server. I want to use this image for generating the reports.
    This will help reporting go to a next level with help of SWF.
    Please help me.
    Thanks,
    Pramod

    use google to search for the bitmapexporter class.

  • Display image data in a report

    Hello.
    I have a table with a BLOB column that stores images.
    I want to run a report and display the images.
    Say my blob column is named IMAGE_DATA.
    I want my report definition to be simply SELECT IMAGE_DATA FROM T; and I want the page to display the images in one neat column, one underneath another.
    I have managed to build a report that in the IMAGE_DATA column shows a hyperlink called "download" and if I click on it, it takes me to a page displaying the image file. (I use dbms_lob.getlength("IMAGE_DATA") for the report and then "DOWNLOAD:T:IMAGE_DATA:ID" in the number/date format for the report attributes)
    But that's not what I want.
    I want the report to list not the hyperlinks all saying "download" in the IMAGE_DATA column that, if clicked on, would take me to the images. I want the report to display the actual images in the report itself.
    Is it possible? If so, what's the magic sause recipie?
    Thank You
    Boris

    Hello Boris,
    You can use something like
    decode(nvl(dbms_lob.getlength(p.product_image),0),0,null,'<img src="'||apex_util.get_blob_file_src('P8_PRODUCT_IMAGE',p.product_id)||'" height="75" width="75" />') img
    in your select statement.
    See the documentation and/or [this blog post|http://dgielis.blogspot.com/2008/07/show-blob-of-other-table-in-apex-form.html].
    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this reply by marking it as either Helpful or Correct ;-)

  • How to find orientation of  image displayed in a report region

    Hello,
    I have Apex 3.1 application showing an image in a report.
    The images are held as files on the web server and filename and description held in a database table
    I can use SQL to retrieve the data into report columns and then HTML expression to display the image as a fixed size as shown below. This works fine for landscape pictures but obviously distorts portrait ones.
    I wanted to check the orientation of the image and adjust width and height if portrait. I was considering using javascript to get image.height and image.width but am not sure how to reference the column and feed back into the HTML expression.
    Is this this the best approach and any help how to reference the column would be appreciated
    Many thanks
    Colin
    The Report Region Source is -
    select      "PHOTOFILE"."FNAME" as "FNAME" ,
    "PHOTOFILE"."ID" as "ID",
    "PHOTOFILE"."DESCRIPTION" as "DESCRIPTION",
    "PHOTOFILE"."FNAME" as "IMG2"
    from      "PHOTOFILE" "PHOTOFILE"
    where id=:P4_IMAGE_IDColumn Attributes IMG2
    Column Formatting
    HTML Expression
    <B><I><U><font face="verdana size="16"><center> #DESCRIPTION# </I></U>
    <font face="verdana size="20">&P4_DESCRIPTION.
    </B></center></font>
    <br/>
    <img src="#IMG2#" width=600 height=400  >

    This example may help you, although a bit different from what you want to achieve:
    http://apex.oracle.com/pls/otn/f?p=31517:212
    The point was:
    1. display image region should be fixed size (300px wide and 300px height)
    2. if the image size is bigger than that, the region should expand automaticaly.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

Maybe you are looking for

  • HT1848 why can't I transfer songs from my itunes account to my ipod?

    On my computer I have tons of songs on Itunes, how can I transfer those songs to my Ipod? I have already sync my Ipod. I also owe money to itunes, could that be the reason why I can't transfer purchased songs and burned songs from cds to my ipod?

  • Apple TV 3 has mirroring problem with Yosemite

    Just updated to Yosemite yesterday for my macbook pro retina 2013. At the same time, I bought an apple TV 3 for which I want to use my TV as an external monitor. Strangely, all iTunes movies streamed from my macbook work fine for the apple TV -- very

  • Regarding FBRA - Reset and Reverse.

    Hi, I am ABAPer and trying to prepare BDC for transaction FBRA. I want to use option 'Resetting and revers'. While recording when I go for save option in FBRA, it concludes the recording as I am pressing save button and goes for first default option

  • Transaction solution_manager in solman 7.1

    What open ins transacton in solman 7.1? How configure ins solution?   This function is obsolete and not supported anymore.   Use the equivalent functions in the SAP Solution Manager work centers   instead.   See SAP Note 1541013.

  • Display Program output in PDF format using Webdynpro

    Hi all, I have a requirement which is as follows: I need to create Webdynpro with ABAP application which should internally call a program. There will be selection screen for the program but that should not be shown and program should be executed for