Insert Company logo to WEBI CSS

Hello All,
I am trying to add a company logo to the webi template. I'm working with BusinessObjects 4.0. To develop the right CSS I am using Web Intelligence Rich Client. The CSS i am trying is:
/*  Settings for PAGE_HEADER  */
REPORT > PAGE_HEADER        {
    min-height:1.40cm;
    /*min-height:2000;*/
    background-fill:color;
    background-color:#ffffff;
    background-type: htile;
    background-v-align: top;
    background-h-align: left;
    background-attachment: fixed;
    backgroud-image: boimg://companylogo.png;
    background-repeat: no-repeat;
    background-position: left top
I have added the last 4 lines to the default css.
When opening the Rich Client and trying to open a document, ,I can't see the company logo on the document. How can I do that? Is it also possible to add a line (like HTML <HR>) to the css and position this by default on the document ?
BTW The company logo is in the same folder as the css file.
Kind regards,
Rob
Edited by: rbeeren on Nov 10, 2011 11:40 AM

The image must be either a JPG or GIF. Rob might change the PNG format of the image.
And some attributes should be modified as:
background-fill: bitmapAndColor;
background-type: box;
Best regards,
Joey

Similar Messages

  • How to insert company logo and page number on every page except the first page?

    Hi, I am creating a newspaper and I've inserted the page number and company name on every page using the master page (you know the basic method).
    Problem is I don't want the page number or the logo to appear on the first page, how can I do this?
    Or will I have to copy and paste it on each page instead...? I'd rather not.
    I'd appreciate any help I can get.
    P.S. I'm using CS5 and obviously I'm talking about InDesign.

    Make another master and apply it to the first page.
    Take care, Mike

  • Adding own Company Logo to Report Painter/Writer reports

    Hi,
    Trying to add my company logo to the report painter/Writer reports that i am producing but cant do it, i know its possible as i covered it on the SAP course on this but cant find the way, any help appreciated?

    Hi all,
    Unfortunately there is no function to insert company logo in the report painter report up to 4.6C version.
    I'm sorry about I could not give you better solution.
    Thanks and best regards,
    If you have further queries, you may reach me over
    Dr. Ravi Surya Subrahmanyam, PhD Finance,
    SAP FICO Consultant,
    Answerthink (India) Limited
    Global Delivery Center
    Hyderabad, India
    Phone :91 9848550024
    Email : [email protected]

  • Problems while uploading company logo into sap script

    Hi Experts,
      When i am inserting company logo into sap scripts, i successfully uploaded, but the problem is i am getting black and white image instead of color,but in RSTXLDMC i am giving parameter as BCOL only, could anybody help to get my problem resolved. it is very urgent. The logo which i am inserting is colored.
    bye
    M.Rajendra Singh

    HI
    GOOD
    How to Upload graphics (IMAGE) to your Sapscript?
    Command in your Sapscript
    /: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE E
    These are the steps to be followed for uploading graphics in R/3 system 
    1.   First save the file as BMP 
    2.   Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) and 
          make it Zoom as 100% and save as *.TIFF 
    3.   Open SE38 and execute program RSTXLDMC
    4.   Give your TIFF file path name 
    5.   Select Bcol (for Color) 
    6.   TEXT ID will be ZHEX-MACRO-*. 
    7.   Inplace of * write your own logo name (ZCOMPANYLOGO) 
    8.   Execute the program 
    9.   Now Goto SE71 create your ZFORM 
    10. Create logo window 
    11. Goto text element of logo window 
    or
    In 4.6x :-
    1.  Goto SE71 Change the mode to GRAPHICAL 
    2.  Choose the Graph Tabstrips
    3.  Now type in some name for the LOGO WINDOW 
    4.  Press the IMPORT BUTTON and then IMPORT the BMP file from your DESKTOP 
    5.  The code will be written automatically. You just need to drag and drop wherever you want
         the graphics to be. 
    Please note that in 4.6c onwards, you can also used Windows Bitmap file ( .BMP).
    THANKS
    MRUTYUN

  • Company logo in PO XSL-FO style sheet

    Hi
    I am working on inserting company logo on a PDF purchase order. For this I have changed the XSL-FO style sheet as follows
    I uncommented the following code in the xsl file and added the company logo as shown below
    <fo:inline>
    <fo:external-graphic content-width="248pt" content-height="33pt" src="url('{'${OA_MEDIA}/image.gif'}')" />
    </fo:inline>
    and then I made the following changes in the set up
    Setup / Organizations / Purchasing Options / Control TAB / set 'PO Output Format' = 'PDF'
    setup / purchasing / document types / select "Standard Purchase Order" / Set the Document Type Layout to new template.
    But when I try to view the PO PDF from Purchase Order Summary, I don't see any changes. The company logo is not displayed.
    Any idea on where I went wrong. Any help is greatly appreciated.
    Thanks,
    Sharmila

    Thanks for your quick reply Dave, I appreciate your time.
    But I couldn't test the new template as I was neither able to create a new PO nor was able to run the PO Output for communication Report. When I tried to create a PO the Purchase Order form did not open saying I am not setup as an employee, even the PO Output for communication did not give any LOV for the PO's.
    I tried to define employee name in the employee's login
    information (System administrator/Security/User/Define) for my user, but some how my name doesn't appear in LOV. Any help is appreciated.
    Thanks,
    Sharmila

  • How to change company logo dynamically using login information of the user in flex4 CSS styl method?

    hi all,
    I am doing mxml flex4 web application. i am using a login in my application. this login for multi user  purpose.
    My need is when a user login using his username and password his company logo should show the top of my application and his copyright details show the bottom of my application
    if another user login means his company logo and copywrights should show in my application.
    This logo and copyrights details should change dynamically based on the login information.
    I want to create this using CSS file (skins and sparks)
    How to do this,i am struck in this place,
    Looking for useful and helpful suggession or snippet code,
    Thanks in advance,
    Cheers,
    B.Venkatesan.

    If the user is logging in, presumably you are having the user hit a back end web-server and database and using something like Blaze to connect? Right?
    I personally would not do this with CSS. I would map the company icons to the users in the DB, retrieve the proper company icon and then pass it down (or embed it in the app) when the user logs in. Then, I would just set the source of the icon to be what I passed down:
    Add your image where you want it to go:
    <s:Image id="emptyImage" x="locationx" y="locationy".../>
    Then in your ActionScript, when the user logs in and you know what company the user belongs you could do this:
    private function loginUserBlazeResponse(resultEvent:ResultEvent):void {
    var bytes:ByteArray = ByteArray(resultEvent.target);
    emptyImage.source = bytes;
    addElement(img);
    img.visible = false;
    img.addEventListener(FlexEvent.UPDATE_COMPLETE, imageLoaded);

  • Company Logo went off while exporting WebI Report to Excel in BO4.1

    Dear All,
    I am working on BO 4.1.
    When I am trying to export the WebI Report to Excel, I am not able to see Company logo, had this feature been added in BO 4.1 or not yet?
    If available please guide me on how to get this logo in Excel?
    Best Regards,
    Sonal

    Hi Sonal Neema,
    Check the below link this will help you to resolved your issue.
    http://scn.sap.com/thread/3286244
    Regards,
    Anish

  • How to create a web template with company logo

    how to create a web template with company logo . can any one help me with the steps. or any notes. thnaks in advance .
    2. i have 25000 articles and client want to have a selection feild to see top article ex:50,10,20, 100, 1000 etc . same for bottom articles . plz let me know how to do it . thanks for replay . i am new bw so plz .
    thanks to you all

    Hi
    1) Please read
    http://help.sap.com/saphelp_nw04/helpdata/en/4a/c8353c51aab32be10000000a114084/frameset.htm
    2) Create a condition in the Query Designer: Use a formula variable
    See http://help.sap.com/saphelp_nw04/helpdata/en/73/702e39074dc93de10000000a114084/frameset.htm
    Heike

  • Company logo not appearing in PDF (generated from Web Report)

    Hello all,
    I have created a Web-Report using WAD and have my company logo followed by the reporting values. When I export this report as a PDF, I get to see all the values etc except the company logo. Could someone help me out with this issue pls.
    Thanks,
    SD

    Hi Sebastian,
    We've had the same issue and found no solution for this. There just isn't a way to add an image to a by SAP generated PDF file. The only thing that did work was adding the image to a report and adding the report to the web template. In that case the image is printed but on a seperate page.
    Kind regards,
    Alex

  • In captivate 8, how do you insert a company logo so that it appears on every slide?

    in captivate 8, how do you insert a company logo so that it appears on every slide?

    Put it on the main master slide and check the daughter master slides. Which theme do you use? Not all daughter master slides have automatically the main master objects, that is why I'm asking about the theme.

  • Dynamically Change Company Logo

    I want to create one form used by both of our companies. When the user selects their location, the cooresponding company logo displays at the top of the form including all new pages generated. I was able to get this working with JavaScript but ran into a problem when merging the data to a spreadsheet using Acrobat. The image data exports and creates a huge column of data in my spreadsheet. How do I prevent the image data from exporting to the spreadsheet? This problem does not happen with Acrobat version 10.0.0 but does occur with versions 10.1.11 and 10.1.12.

    If the user is logging in, presumably you are having the user hit a back end web-server and database and using something like Blaze to connect? Right?
    I personally would not do this with CSS. I would map the company icons to the users in the DB, retrieve the proper company icon and then pass it down (or embed it in the app) when the user logs in. Then, I would just set the source of the icon to be what I passed down:
    Add your image where you want it to go:
    <s:Image id="emptyImage" x="locationx" y="locationy".../>
    Then in your ActionScript, when the user logs in and you know what company the user belongs you could do this:
    private function loginUserBlazeResponse(resultEvent:ResultEvent):void {
    var bytes:ByteArray = ByteArray(resultEvent.target);
    emptyImage.source = bytes;
    addElement(img);
    img.visible = false;
    img.addEventListener(FlexEvent.UPDATE_COMPLETE, imageLoaded);

  • How to put Company Logo in a SAP R/3 Login Screen

    Hi,
    1)How can we put our own text in the login screen?
    2) how do we put the company logo in the post login R/3 screen?
    Regards,
    Shobhit

    Hi,
    U can insert logo in both the cases.
    Check this
    http://www.sap-img.com/abap/alv-logo.htm
    * Build report title
      PERFORM build_report_title USING gd_report_title gd_logo.
      DATA:  gd_logo             TYPE sdydo_value,
    *&      Form  BUILD_REPORT_TITLE
    *       Build table for ALVtree header
    *  <->  p1        Header details
    *  <->  p2        Logo value
    FORM build_report_title CHANGING
          pt_report_title  TYPE slis_t_listheader
          pa_logo             TYPE sdydo_value.
      DATA: ls_line TYPE slis_listheader,
            ld_date(10) TYPE c.
    * List Heading Line(TYPE H)
      CLEAR ls_line.
      ls_line-typ  = 'H'.
    * ls_line-key     "Not Used For This Type(H)
      ls_line-info = 'User Message Service'.
      APPEND ls_line TO pt_report_title.
    * Users name (Status Line- TYPE S)
      ls_line-typ  = 'S'.
      ls_line-key  = 'Name '.
      ls_line-info = gd_myname.
      APPEND ls_line TO pt_report_title.
    * Status Line(TYPE S)
      ld_date(2) = sy-datum+6(2).
      ld_date+2(1) = '/'.
      ld_date+3(2) = sy-datum+4(2).
      ld_date+5(1) = '/'.
      ld_date+6(4) = sy-datum(4).
      ls_line-typ  = 'S'.
      ls_line-key  = 'Date'.
      ls_line-info = ld_date.
      APPEND ls_line TO pt_report_title.
    ** Action Line(TYPE A)
    *  CLEAR ls_line.
    *  ls_line-typ  = 'A'.
    *  CONCATENATE 'Report: ' sy-repid INTO ls_line-info  SEPARATED BY space
    *  APPEND ls_line TO pt_report_title.
    ENDFORM.                    "build_report_title
      CALL METHOD gd_userlist->set_table_for_first_display
         EXPORTING
                   is_hierarchy_header  = gd_hierarchy_header
                   it_list_commentary   = gd_report_title
    <b>              i_logo               = gd_logo</b>
    *               i_background_id      = 'ALV_BACKGROUND'
                   i_save               = 'A'
                   is_variant            = gd_variant
         CHANGING
                   it_outtab            =  it_emptytab      "Must be empty
                   it_fieldcatalog      =  gd_fieldcat.

  • How to put Company logo in the report?

    Hi,
    How am i going to include the company logo or a image file into my report?
    What is the best tools?
    I have try to use the "Link File" tool and it required me to specify the "Source Filename". So if I put the file path and filename in the "Source Filename", it's hardcoded...
    How to specify the "Source Filename" at run time or any otherway so that it won't hardcoded?
    Regards,
    Cheong

    Note that you can also use the read from file functionality.
    If you have a character based column, then any layout field based on this column will have the Read From File property. If this is set to Yes, then reports will attempt to use the value of the column to read a file from the file system. You can also specify the type of the file (image, text, or even an image URL to read an image from over the web).
    For example, if you have a column in the data model that returns a value ("c:\temp\mypicture.bmp"), and you set the Read From File property to Yes, and the File Format to be Image then at runtime, reports would look for c:\temp\myimage.bmp and return the value. And of course, since you can create a formula column in the data model then you can control the returned value as much as you like.
    Hope this helps,
    Danny

  • Inserting a logo in the istore sections

    Hi all,
    How will i insert a company logo when i am creating a speciality site for customers in istore.
    Regards,
    Prasad

    Hey,
    This is super easy. If you click and drag the image you want over the top of your clip and select picture in picture you will be able to do this.
    Check out this link if you need the steps on how to do this:
    http://imovietutorialhelp.com/imovie-picture-in-picture-tutorial.html
    It's a great resource if you have questions about iMovie.
    I may receive some form of compensation, financial or otherwise, from my video or link.

  • Inserting a logo into the header and footer

    Hey Team
     I have a workbook with 5 worksheets. On sheet1 I have a button programed to open a new Word document; pull information from fields on 3 other sheets and creates a letter from that data. I have two company logos pasted into sheet5,
    Pic1 and Pic2.
    I want to copy Pic1 and paste it into the header  and copy Pic2 and paste it into the footer of the newly created word document and have them both centered and on all pages.
    As of now I can copy the Pics and paste them into the document body but have had no luck with the header or footer.  Any help is greatly appreciated.   
    Thanks!

    First, when you create a Word doc you should always create it based on a predefined template.  The template has all your corporate styles set etc...VBA code should only be used to insert text.  I almost never use it manipulate anything that can't
    be set in templates.  The templates should already have the logos inserted.
    Set rptDoc = Documents.Add("C:\templates\example.dotx")
    rptDoc.SaveAs fileName:="C:\....................docx", _
    FileFormat:=wdFormatDocumentDefault, AddToRecentFiles:=True
    If you add a picture I recommend adding at it a predefined bookmark in the template.  I do this when adding signatures.  The bookmarks can be in the header.
    Sub SetBkMarkPic(xDoc As Document, xBkName As String, xFile As String)
    ' Set bookmark in document. Add file to bookmark
    If xDoc.Bookmarks.Exists(xBkName) Then
    xDoc.Bookmarks(xBkName).Select
    xDoc.Bookmarks(xBkName).Range.Text = ""
    Selection.InlineShapes.AddPicture fileName:=xFile
    End If
    End Sub

Maybe you are looking for

  • How do I access information backed up using timemachine, from an older macbook?

    I have a new macbook pro and I would like to have access to my old files and pictures that were on my old computer. I backed up my older mac onto an external hardrive using timemachine. Can I access those files without "downloading" it all onto my ne

  • Adobe Extension Manager CS5.5 won't launch

    Hi, As the title states the program will not launch, I have not used it since upgrading to OSX Yosemite, however I did have to reinstall CS5.5 suite after it ceased working after the update. I also installed extension manager separately today to see

  • Creative Vision:M freezing repeate

    I purchased a Creative Zen Vision:M 30 GB back in August, it worked fine until about a week or so ago, when it started freezing repeatedly. Sometimes it freezes in mid-song, and I get an annoying machine gun sound. Sometimes it freezes at the Creativ

  • Common function

    Hello, We can use stored procedure and function in many application. This reduce the time of coding same procedure and function at application label.And there are so many advanteges of stored procedure and functions. How to add user procedure or funt

  • Org Mgmt Report with Org Unit, Position, Person and Chef Position

    Does anyone know a good report that shows an org structure with Org Unit, positions, person, and also highlights the chef positions? I would like to link this to our portal, so would prefer a report to transaction PPOME. Thanks, Dianna