Embedded Image in BI 7.0 Web Report (Chart)

Hello Gurus,
I am faced with the following challenge in BI 7.0 Web Application Designer.
My report (Bar Chart) illustrates the "Current Sales" and "Forecasted Sales" for a particular time period. I need to implement a Flagpost (a line with an arrowhead on top) between the "Current Sales" and "Forecasted Sales" bars. Preferably the flag could be moving (eg: like a gif file). How do I implement t´his in my chart?
Regards,
SD
POINTS WILL SURELY BE AWARDED 

Hi,,
Have you seen this post:
Re: Permanent BW Excel Template
For the common template  with the company logo-->This code basically updates the RS table rsrwbtemplate which has the default workbook template information with the templae you specify.
*& Report Z_SET_BEX_USER_TEMPLATE *
*& Program to update all user's default template *
REPORT Z_SET_BEX_USER_TEMPLATE.
parameter wbid like rsrwbindex-workbookid.
tables: rsrwbtemplate, usr01.
select * from usr01.
rsrwbtemplate-templateuser = usr01-bname.
rsrwbtemplate-workbookid = wbid.
update rsrwbtemplate.
if sy-subrc 0. insert rsrwbtemplate. endif.
endselect.
also, check this
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/90bc0c7a-031d-2a10-d7a2-9047b4d1f43f
Hope this helps...

Similar Messages

  • How to display embedded image & text in content presenter web template

    We have a requirement to display both text and embedded image together like in WYSIWYG editor in Webcenter spaces. The content has to be dynamic and is context sensitive so that users in the same role can edit and publish the content. The users who are in different role would see different piece of content.
    To achieve this use case, i think Content Presenter enabled with Site studio is the best choice. I have created element and region definitions with WYSIWYG and region templates in site studio. Created contributor data file in UCM. Content Presenter in webcenter is configured with that region definition and the region template etc.
    At design time, the contributor data file is edited and some image / text is added in WYSIWYG editor.. But however at runtime view, i could see only the text added in WYSIWYG editor and the file name of the image embedded....Any one successfully used Content Presenter with Site studio???
    Regards
    Prasath.C

    Hi
    I'm using the site studio tags in jdev. My code is the following one and I have the same result I see the the html tags instead a formatted text.
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:dt="http://xmlns.oracle.com/webcenter/content/templates"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:trh="http://myfaces.apache.org/trinidad/html">
    <dt:contentTemplateDef var="node">
    <af:panelGroupLayout layout="vertical" id="pgl3">
    <af:panelGroupLayout layout="horizontal" valign="top" inlineStyle="background-color:#FFF; padding:10px;" id="pgl4">
    <af:spacer width="10px;" id="s1" inlineStyle="background-color:#DDD; color:white;"/>
    <af:panelGroupLayout layout="vertical" id="pgl1" valign="top">
    <af:outputText value="#{node.propertyMap['RD_RICH_TEXT:text1'].asTextHtml}"
    id="ot2" styleClass="bodytext"/>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
    </dt:contentTemplateDef>
    </jsp:root>

  • Adding an image (logo) to webi report

    Seeking if possible to add an image (logo.jpg) to a webi report, as how to achieve this.  thanks !!!!

    Hi Barry,
    The image inserted must be in either Graphics Interchange Format (GIF) or Joint Photographic Experts Group (JPEG) format.
    GIF format supports 256 colors and is useful if a logo or icon is to be inserted in to the document. It allows for background transparency so that the underlying color of the web page can show through. This is useful when inserting an image in a cell that contains data.
    JPEG supports 16 million colors. It is best suited for photographs and complex graphics. JPEG images are static whereas GIF images can be animated.
    Image files are often located on a secured web server on a corporate network. To insert an image in a report, link a selected area of the report to an image file on the web server either by filename or by URL and filename.
    To solve the above issue follow the below steps:
    To link to the images by filename, type the filename in to the cell (for example, <INSTALL DIR>\Images). WebIntelligence automatically adds boimg:// before the filename. This links to the file on the BusinessObjects server (for example: boimg://image.gif).
    Usie the URL and the filename to insert the image when the image files are located on a separate web server. The entire URL and filename is entered in to the cell (for example, http://www.internal.businesscompany.com/images/company_logo.jpg).
    The image"s size is defined when it is created. The size can not be modified using WebIntelligence.
    Hope this helps.
    Regards,
    Deepti Bajpai

  • Populating webi reports with images downloaded live from external sites

    I'm writing applications to create different visualizations of my data, and would like the resulting images to show up in webi reports. Specifically, the application that draws the visualization will be deployed to the same java application server as webi. Users will open a normal webi report which will contain something like an HTML <img href="#myhref" /> tag, where #myhref will be a link to a page in my web application that draws a visualization.; Is such a thing possible, and if so, how? Many thanks, in advance.

    Nevermind... I think I got it. I created a SQL query that would return the URL I wanted (something like SELECT 'http://server/context?param1=' || field1 || '&param2=' || field2 FROM table", and then modified the resulting cell to be read as an Image URL.

  • Issue while opening saved web reports

    Hi,
    The web reports are saved as excel to local machine using 'Export to Excel' fuctionality.
    But when the excel report is opened from local machine BW system requests a UID/PWD.
    It is a Standard functionality when Hiearchy images are present in the web report.
    One solution is to create an anonymous log in for the BEX service or MIME service or create an alias for the BEX service and use the same in the URl. But we can not implement any of these solutions now.
    Is there any other solution existing for this like creating a class and create a service for the class and handle this logon issues at the class itself.
    Can anybody please let me know how we can handle this?
    Thanks in advance..

    Hello Gokul,
    first thing is to check is if your chrome version is supported by your current BO version as specified in the PAM (is it?). If the chrome version is supported, and you still have an issue, then you can check with a sap support engineer.
    best regards,
    Victor

  • Webi report on mobile

    Hi all,
    when i view my webi report on mobile, the report comes with number of pages as the number of elements in my report, i am able to see only one chart in one page and for the next chart i have to go to different page. Is there any possibility that i may view more than one report element in one page. Also i am not able to see report background images on mobile.
    I have inserted an image as background in my webi report (web intelligence rich client) and on that image i have a pie chart and a column chart.
    so now i want to see the background image with the two chart on it in my mobile in a single page.
    Thanks

    Create an additional category called MobileDesigned assign your document to both categories Mobile and MobileDesigned. After this Web Intelligence will not automatically re-arrange your tables and charts. If it is still creating a next page, then your table and chart is oversized for an iPad, scale down.
    Please check the free mobile tutorials at: sap.com/LearnBI
    Best regards,
    Victor

  • Images as Hyperlinks in webi reports

    Hi,
    I’m trying to link two webi reports (summary through Details) through Open doc syntax using Images in a cell.
    We have a requirement to link two webi reports (summary through Detail) using buttons (like Back & email) as images which will be embedded in to the cell and made hyperlink.
    I found many articles on "Hyper linking on the images" between 2 webi reports (summary to detail) using open doc syntax which did not help much. So I am starting a new thread. 
    I’ve 2 scenarios happening, after the images being placed on the server - (…/usr/bobj/<installation Directory>/enterprise/images) –
    1st Scenario – Right click on the cell contents, make it read as “hyperlink” and set appearance to “boimg://image-name.png”
    Result: Image appears and there is no link. Cursor does not changes or no place to click.
    2nd Scenario – Read the image directly into Ahref tag as - <img src=\” boimg://image-name.png\”>
    Result: The link works perfectly fine. But, in the image place holder, a big “RED X” appears.
    The steps -
    - Placed a blank cell
    - Right click -> Appearance -> Image from Address:  boimg://image-name.png
    - Read contents as "Hyperlink" (at this point, tested the cell, image appears fine, but no link appears!)
    - Right Click on the same cell -> Document Link -> pass the values of the related objects -> Parse
    - Also Include the <img src=\” boimg://image-name.png\”> in the AHref tag generated by the system after open doc call
    - In the cell, both the image and the big RED X appears - image does not have a link and the big red X has link but no image. So basically nothing works!
    We are on BO 4.1 SP1.
    Experts please help!

    Hi Fahid,
    You can try the below steps which are pretty simple. It worked fine for me. For this I used an image object placed in ROOT directory of a web application server.
    1.
    Add a blank cell
    2.
    Right-click on the blank cell and select “Format cell”
    3.
    Under “General” specify Read content as “Hyperlink”
    4.
    Apply >> OK
    5.
    Right click on the cell >> "Edit Formula" >> Use the following formula
    ="<html><a href='http://localhost:8080' target='_blank'><img src = 'http://localhost:8080/sample.png' /></a></html>"
    Hope this helps.
    Regards,
    Niraj

  • How to make a PDF embedded image append a report and send via fax electronically from MS SSRS 2012?

    How can I make a PDF embedded image append a SSRS 2012 report and send via fax all electronically?  Is this possible?
    Thanks in advance for your time!

    Hello,
    1. The report item Image can be used to display the image which  embedded in the report, stored in a database, stored on the report server, or stored elsewhere on the Web.
    For example, you can embedded the PDF image in the report and stored as text in the report definition.
    2.Reporting Services includes an e-mail delivery extension and a file share delivery extension which you can send report to user or group through e-mail or send the report to a shared location on your network.
    If you want to send the report to FAX, you may try to create a custom delivery extension depend on your faxing software.
    Reference:Implementing a Delivery Extension
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Sql server reporting services + export to excel + embedded images

    Hi all,
    i got a problem when exporting to excel in ssrs 2008.
    i use embedded image in the report. but when i export the report to excel, image is being exported but its width is being changed to size 0 .
    but when i click on it and expand it explicitly in excel it is being expanded .
    how to make the image by default to its actual width?
    how to fix this problem ?

    Hi sudeep Puvvadi,
    Based on the information posted, I have a test with SQL Server Reporting Services 2008 (SSRS2008) and Microsoft
    Excel 2010 by the following steps:
    From the Toolbox window, drag the image to the top edge of the design surface.
    In the image Properties dialog box, select Embedded from the Select The Image Source drop-down list.
    Click import, and select a BMP file from my local computer.
    Right-click the image, select Image Properties. In Size category, select Original size.
    Export the report to excel.
    When opening the excel file, the image displays with original size rightly. So I suggest you to add an image with
    the same steps above, then checking whether the image shows correctly. If it still cannot work fine for you, could you please give me a feedback and tell me related settings, so that I can reproduce the scenario exactly and provide further assistance?
    Thanks,
    Lola Wang
    Please remember to mark the replies as answers if they help.

  • Down load webi report in excel with images

    Post Author: anshubit
    CA Forum: WebIntelligence Reporting
    Hello Everybody,
    I am facing issue in downloading webi report in excel with images.
    I am not getting any image in the wei report which are there in ANY part of it . like header, body and footer, but the download for pdf is working fine.
    I am using BO XI R2 webi and i need download only to excel with images as per the user requirements.
    Please let us know the work around if any.
    Regards,
    Anshuman Kumar

    Hi,
    I too had similar issue with Excel report.
    Had a discussion with BO tech support, they said it is an issue with Business Objects and it can be fixed in future versions.
    Thanks
    Phani

  • Which way to get image for webi report?

    Hi,
    I have to add image to webi report. So any way is there for adding image for webi intelligence.

    check this thread:
    Adding an image (logo) to webi report

  • Images are displaying in web report

    Hi.
    I am having a webreport,when i try to open that web report in my gateway it is nit displaying images.
    I am able to 'x' mark in the place of image and unable to do drill down,
    Please advice me on the sane.
    Thanks,
    Guna

    Hi Gunasekhar,
    You might have just added URL in "Choose Screen" window.
    If you add URL here means you should be connected to Internet everytime you execute your Web template or if you have given a path in your system where the image is present, the image should be present in the similar path in other system too to make the Web template execute and to display the image through webb template.
    If you want to display the image everytime you execute your template, you need to upload the image in MIME repository... Tcode : SE80.
    To import a number of MIME objects into the MIME Repository using the MIME Repository Browser:
           1.      Start the browser of the MIME Repository. (SE80)
    The browser is displayed. It overwrites the navigation area (left-hand side).
           2.      Expand the Repository’s hierarchy and select the "BEx" folder.
           3.      Choose Import --> MIME-Objects from the context menu.
           4.      Select a MIME object from the file structure on your local hard disk of your computer.
           5.      Enter the MIME attributes and choose  Save.
    Since the object is imported into the SAP System, the dialog box Create Object Directory Entry is displayed.
           6.      Assign a package to the MIME object and choose  Save.
    Now give the path of the MIME repository in the Menu --> Insert --> Picture... --> Choose Screen --> URL...
    Give below path in the URL space provided there.
    /sap/bw/Mime/BEx/Icons/XXX.jpg
    This uses the image present in BW so you will not get "X" mark whenever you execute your report anywhere.
    Regards,
    KK.

  • Change of image in web reports (MIME repository : SE80)

    Hello,
    i want to replace company logo in web reports.
    i have changed the logo (image) through MIME repository in SE80 transaction, but i am unable to see the unchanged logo on portal/web reports.
    What can be the issue. Is there any setting anywhere that needs to be done?
    Thanks,
    Shweta.

    Hi,
    Please check the Image name like
    supported ex:
       "company_logo.jpg"
    Not supported Example:
       "company logo.jpg"
       "company_logo.JPG"
       "Company_Logo.Jpg"
    Concerning the missing images in the WAD please check, if the images
    are available in the Mime Repository:
    Transaction SE80 -> MIME Repository -> SAP -> BW -> BEx ->
    Publisher -> GIFS -> WebItem_Previews -> e.g. "broadcast_prev.gif"
    Check the below link:
    http://help.sap.com/saphelp_nw70/helpdata/EN/44/4cd282bd414e35e10000000a1553f6/frameset.htm
    Thanks,
    Venkat

  • Hyperlink on image within webi report

    Hello,
    is there a way to add a hyperlink on an image within a webi report?
    I tried placing an image in a separate column and checked Read content as hyperlink and placed the link .
    but unable to click on the image.Placed jpg image.
    I am using BO 4.0 sp6
    Even i tried
    <a href="www.google.at" >
        <img src = "URL for the image" />
    </a>
    even i followed this thread 2100596 but couldn't get the solution.Screenshot has been attached
    Help me!!!!
    Regards
    sushma

    Hi Sushma
    plz follow the step properly,
    step1 : create a blank column
    step 2:right click on the blank cell
    step2.1:
    http://PFS-DEV:8080/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=AZusMTK0dcNDnR9kAwyD0Gg&lsSEnter the Calendar Day=&lsSSelectGL=
    past this link in above
    click on parse
    after that click on ok
    step 3: go to www.google.co.in
    step4: right click on image of gogle
    select copy image location
    step 5:
    "<a href=\"http://PFS-DEV:8080/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=AZusMTK0dcNDnR9kAwyD0Gg&lsS%20Enter%20the%20Calendar%20Day="+URLEncode(""+[V_PromptDate])+"&lsSSelectGL="+URLEncode(""+[var2])+"\" title=\"\" target=\"_blank\" nav=\"web\">"</a>
    edit the hyperlink
    add the below line in above line
    <img src="https://www.google.co.in/logos/doodles/2014/world-cup-2014-27-5917140490125312-hp.gif">
    <a href=\"http://PFS-DEV:8080/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=AZusMTK0dcNDnR9kAwyD0Gg&lsS%20Enter%20the%20Calendar%20Day="+URLEncode(""+[V_PromptDate])+"&lsSSelectGL="+URLEncode(""+[var2])+"\" title=\"\" target=\"_blank\" nav=\"web\">
    <img src="https://www.google.co.in/logos/doodles/2014/world-cup-2014-27-5917140490125312-hp.gif">
    </a>
    Note
    dont create a variable.
    note
    after putting the above formula in blank cell
    right click on the cell and select format cell
    select the DISPLAY
    and select the read content as HTML
    IMP after selecting the HTML then only you will see the image

  • Image does not display on Webi/Information Analyzer report BO XI 4.O

    In Information Analyzer ( Webi ) I am using BO XI 4.0 ramp up version. I have create one report with image on it. I moved the image to image directory on BO server .
    While creating the report I am able to see the image fine. However when I call the report from a hyperlink the image does not get displayed.
    If I go and refresh the data, then the image comes back.
    But I want to be able to see the image without having to refresh the report each time.
    I restarted services and removed cookies and cache from IE broweser and tested with many other machines, but still same problem.
    Can someone please advice..soon..

    Is this a custom application that is viewing the report or is it Infoview or urlreporting?
    If it isn't a custom app, you may be better off posting this question [here|SAP BusinessObjects Web Intelligence; instead.  You may also want to open a case with support for this.

Maybe you are looking for

  • Not able to capture HD content from Sony HDR-HC3

    I recently purchased Final Cut Express 4, after successfully using iMovie HD for the past year. I successfully captured some DV content (non-HD) from my Sony HDR-HC3 for a project. However, when trying to capture HD footage for a 2nd project, I'm not

  • OCITransCommit() returns ORA-01013 for correctly committed transaction

    I had the following issue which seems to me a critial bug in Oracle 11g: Breaking an oracle transaction asynchronously with OCIBreak() while transaction is being committed with OCITransCommit() did result in a correctly committed transaction on the d

  • Purchase Invoice Quantity link with Sales Invoice Quantity

    Hello All Experts, My client to link Purchase Document with Sales Documents. 1.I create a Sales invoice and it is to be linked with Purchase Invoice means we want to find out that How much quantity sold from the Purchase Invoice quantity ,Because the

  • Help Accessing Airport Extreme Remotely?

    I have an Airport extreme base station at home and want to be able to login and admin the router from remote locations. I have logged into the router and set the checkbox for WAN access but this doesn't seem to help. All other routers I have owned yo

  • Error in Data service while executing Rapidmart job

    Dear all i am getting the following error : (12.2) 06-29-11 02:35:13 (E) (3132:7104) DBS-070401: |Session Cost_Center_Load_SAP                                                      ODBC data source <FGHSRV018> error message for operation <SQLExecute>: