Pb with stylesheets in Web reports

Hi all,
We are on EP7.0 SP11 and facing a problem in displaying BW Reports in Portal.
It seems that the portal uses the actual theme set the user to render the reports.
Is there a way to add customized stylesheets for reports ?
We already tried to modify the iview by adding the path of our stylesheet in the application parameter : STYLE_SHEET=/SAP/BWCustomer/StyleSheets/My_stylesheet.css, without success.
Thanks in advance
Best regards,
Abdel TIJINI

The code will work with some change in the function
<i>function find_sap_table(table_name) {var i;var table;// get the original table    table=document.getElementsByTagName("table");    for (i=0; i<table.length; i++) {            if (table.getAttribute("name")==table_name)                      return table;                                    }}</i>This function I tried but it is not working. I changed it to
<i>function find_sap_table( table_name ){
var all_tables = document.getElementsByTagName("table");
for( var i=0;i<all_tables.length;i++ ){
if (all_tables<i>.name==table_name)//we have found tbl
return all_tables;
return null;
}</i>
Regs
Gopi.
Message was edited by: Gopi

Similar Messages

  • Issues with Sections in WebI report

    Hi
           I am working in BOXIR2. I created a WebI report where I created sections on almost all fields of the Table. I need to create the report as book which almost 58 pages. I am getting following issues.
    1) When I run the report some of the sections are appearing several times in the same page.
    2) Some of the Fields are not completely seen in the report.
    3) The values in some sections are displaying "MultiValues".
    4) Also, in the prompts, I need to give one value as "ALL" which will fetch all the exiting values for that field (58 values) and display the results each in one page.
    Please let me know how to avoid these issues.
    Thanks in advance.

    Hi,
    1) Copy the existing object and paste in the same class.rename with all.Like my object is 'Department Name'.second object is 'Department Name with All'.Edit  'Department Name with All' and add (union select 'ALL' from dual) in the sql and checked the check box do not generate sql.
    2) Go to the insert and tab and select the condition. create condition like this.and parse the condition.
    (@Select(Department\Department Name) in @Prompt('Department','A','Department\Department Name',multi,free)
    OR ('ALL') IN @Prompt('Department','A','Department\Department Name with all',multi,free) )
    3) use this condition in the report and you can hide the 'with All' object in the universe so that it can not visible to the users as this is specfic for the All condition.
    Hope this helps you.
    Thanks,
    Amit

  • Repalce comma with Space in Webi report.

    Hi Experts,
    My address Column in Webi report is showing data is like :
    Address (this is the field coming for BW)
    House No1,Flat J10,New Delhi,INDIA.
    Can we replace Comma with the space so that the ablove data would be like :
    House No1 Flat J10 New Delhi INDIA.
    Thanks.

    Hi Abdi
    Use the formula
    = Replace("House No1,Flat J10,New Delhi,INDIA";",";" ")
    then you will get
    House No1 Flat J10 New Delhi INDIA.
    Use the object in place of Text
    =Replace([Address];",";" ")
    Regards,
    Mahi

  • Css stylesheets for web reports

    Does any one know how to open the css stylesheets used by BW3.0B so that they can be edited?

    Hi Ian,
    you can open the style sheet by using the mime repository -> Transaction "SO2_MIME_REPOSITORY" or with "SE80" and than Mime Repository!
    You can edit it by hand or download an existing stylesheet and make a new one.
    Of course there are a lot of editors. One of the best - and of course for FREE - is TopStyle! It has an WYSIWYG Editor so you can see the effects after any change! You can find it here: http://www.bradsoft.com/download/index.asp!
    You can use also Microsoft Frontpage and many other editors.
    Regards,
    Adem

  • Executing a Webi report with input parameters

    How can I schedule a BO4 webi report dynamically? I have a set of tables which contains the required parameters for the reports and I need implement a mechanism which will invoke these reports with the parameters. Then I would want the reports to be placed at a specified location. I am told that this can be achieved using webservices integration. I just dont know how. Please advise.

    Hi Sukanto ,
    Check the below link for dynamic prompt during scheduling
    http://scn.sap.com/community/businessobjects-web-intelligence/blog/2014/01/24/dynamic-default-values-with-prompt-in-webi-reports-based-on-bex-queries-in-bo
    and file location check below screenshot
    It might help you.
    Regards,
    Anish

  • Database authentication with 9i web reports

    My apologies if this has been answered already or is an elementary question. I couldn't find the answer to it with a search.
    Simply put, how do you authenticate to the database with a JSP web report which uses the RW taglib? I've got my report ready to go but when I attempt to run it I get the error "REP-1202: ORACLE logon not specified". I've searched the documentation for a conf file to put the database configurations in but haven't come up with much. HELP!
    Jeremy

    hello,
    there are three ways of passing the database connection information to your JSP
    1) pass the parameter USERID=username/password@connectstring to the JSP
    2) code it into the parameters-attribute of the rw:reports tag in your JSP
    3) use the keymap file to define a key on the server, containing the parameter and then just pass the key to your JSP
    regards,
    philipp

  • Dashboard with Webi Report link  - Cannot access external data

    Dear Gurus,
    I've a  dashboard with access to WEBI report for Language setting.
    All works fine for the group: Administrators.
    If I take the Users out of the Adminstrators group and assign them normal power user group, I get the message that the external data cannot be accessed. No Error # or so is displayed.
    Even if I grant the usergroup Full Control / Power User on the
    Universe,
    the Connection
    Dashboard itself,
    WEBI Application
    Webservices
    Still it does not work.
    As far as I can see is, that it can't be a Network (Firewall)-Problem, because it works for the memebers of the Adminstration groups - What else can it be?
    I've attached the screen shot for your reference
    Cannot find service name=WS_Lang_Pref or you do not have the rights to view this service.

    Hi Guys,
    This error is fixed by maintaining the security profile for
    "Web Service Query"
    Regards,
    -Ahmed Baseer

  • Scheduled webi reports fail, why? If I restart BO services they work again

    Hello.
    I'm having a problem with my scheduled Webi reports and I don't know what is causing it.  I have some reports scheduled to run at 8:00 am, and are supposed to be sent to a determined e-mail. Last week it worked well and the reports were sent to their destination successfuly, then this week the same reports didn't reach their destination.  I verified in the History option and all of them showed a Failed status.  I checked the detail and this is what it shows:
    Unexpected exception caught. Reason: [java.lang.NullPointerException: i_statusInfo is null.]
    If I try to reschedule these reports or any other report or a new report I get the same error.  The only way I can make the schedule option work again  for my webi reports is restarting  BusinessObjects services.
    But I guess this is not the right solution.
    What can I do? How can I determine what is causing my scheduled webi reports fail?
    What does  this java.lang.NullPointerException: i_statusInfo is null message mean?
    Is there a way I could track the service that is failing? which BO service is the service that manage the Schedule reports?
    Any help is welcome.
    Edited by: Erika Atencio on Sep 1, 2010 6:27 PM

    >
    Efstratios Karaivazoglou wrote:
    > Which version of BOBJ (incl. SP and FP) are you using?
    >
    > Regards,
    >
    > Stratos
    BusinessObjects XI 3.1 SP2
    FixPack 2.6
    Edited by: Erika Atencio on Sep 1, 2010 8:46 PM

  • Webi Report Performance issue as compared with backaend SAP BW as

    Hi
    We are having Backend as SAP BW.
    Dashboard and Webi reports are created with Backend SAP BW.
    i.e thru Universe on top of Bex query and then webi report and then dashboard thru live office.
    My point is that when we have created webi reprts with date range as parameter(sometimes as mandatory variable which comes as prompt in webi) or sometimes taking L 01 Calender date from Bex and creating a prompt in webi,  we are facing that reports are taking lot of time to open. 5 minutes 10 minutes and sometimes 22 minutes  to open.
    This type of problem never ocurred when Backened was Oracle.
    Also when drilling in webi report,it takes lot of time .
    So can you suggest any solution?

    Hi Gaurav,
    We logged this issue with support already, it is acknowledged.
    What happens is that whenever you use an infoobject in the condition
    (so pull in the object into condition and build a condition there,
    or use that object in a filter object in the universe and then use the filter)
    this will result in that object being added to the result set.
    Since the query will retrieve a lot of different calendar days for the period you selected,
    the resultset will be VERY big and performance virtually non-existent.
    The workaround we used is to use a BEX variable for all date based selections.
    One optional range variable makes it possible to build various types of selections
    (less (with a very early startdate), greater (with a very far in the future enddate) and between).
    Because the range selection is now handled by BEX, the calendar day will not be part of the selection...
    Good luck!
    Marianne

  • Error when trying to open a WEBI report with OpenDocument.jsp

    I have a weird problem, i'm trying to open a WEBI report with OpenDocument.jsp and I get the following error message
    An error has occurred: Could not find the document.
    the weird thing is that this error only occurs when i use Internet Explorer.  When i use the same link with Google Chrome, i see my report.
    How do I make this work, our standard web browser is Internet explorer.
    here is a sample link i use to call my report.
    http://<server>:8080/OpenDocument/opendoc/openDocument.jsp?iDocID=AVGrgQALGJZGipKCfjPPZ3g&sIDType=CUID
    Our BO environment is :
    BO XI 3.1 sp2 fp 2.3
    tomcat 5.5 front-end

    Hi,
    I don't know how much this solution will help you but it is worth trying.
    SAP Note: 1198844
    [https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3131393838343426]
    Regards,
    Bashir Awan

  • BO Webi report hierarchy with measure values showing more(almost double value) compare to BW Bex report

    Hi,
    In our BO Webi report hierarchy with measure values showing more(almost double value) compare to BW Bex report. Can any one please help on this.
    Is it BW problem or BO problem?
    I checked in some other threads but it's not given solution.
    Thanks,
    Manjunatha

    Hi,
    Is it BW problem or BO problem? : BO
    is it causing problem with hierarchly data only ?  without hierarchies data is matching or not?
    Post same in SAP BusinessObjects Web Intelligence  .
    Thanks.

  • SAP BO 4.1 Webi report sample with prompts to try Restful api

    I was not able to find, in the report demo samples available in the SAP BO 4.1 installation, a Webi report with prompts.
    I found many Webi reports samples but all are without prompts.
    I need at least one Webi report sample with prompts to try the Restful API http://localhost:6405/biprws/raylight/v1/documents/7090/parameters and http://localhost:6405/biprws/raylight/v1/documents/7090/schedules with parameters body.
    Where can I found such webi sample?
    Thanks,
    Riccardo

    As you have BI 4.1 installed, you could design a sample webi report using Webi Rich Client tool.
    Open Webi rich client, select the sample eFashion universe drag few objects in the query and a filter. Set the filter as a prompt and save the report to Enterprise.
    Now you could now use this sample report for your handson on REST SDK.
    -Bhushan

  • One Webi Report with multiple Cascade Prompts

    HI
             I have a requirement to create Cascading prompts on WebI reports. I have two questions.
    1) Can one Webi report have two or more sets of Cascading prompts.
    2) The universe is used by several groups of business useres. But only one group needs to have a Cascade prompts. Therefore, if i create Cascading prompts on Universe what is the impact to other business users who dont want the prompts as cascading prompts.
    Please provide me this information.
    Thanks in advance.

    Hi
              Thanks for the repoly. Can you please provide me more information.
    I understand that I need to do following steps.
    1. copy existing universe as universe II.
    2. link Universe II to Universe 1.
    3. Create cascade prompts on Universe II.
    4. Provide access to Business group with the requirement of cascade prompts to Universe II and rest of the groups to Universe I.
    Please let me know if my understanding is right.

  • Unable to schedule webi report with Test user

    Hi All,
    I get the below error when i try to schedule a WEBI report with user id.
    I can schedule with my developer id.
    Error Message: Sorry, you do not have the right to 'Edit objects' (ID: 6) for 'sudes_errors' (ID: 45941). Please contact your administrator if you require this right. 
    Any inputs greatly appreciated.
    Thanks

    Error clearly showing that, Test user need access rights defined @ CMC.
    Contact BO admin, to assign Schedule/Full control rights for that Test user.
    Thank You!!
    H2H

  • WebI report on SAP Mobile BI for iOS that contains a chart with element linking issue

    Hi gurus. I have the following issue:
    I have element linking based filters on my chart # 1 to filter values on chart # 2.  It worked fine on Ipad. And it worked fine on BI Launch Pad.
    But after some time I check my webi report and it stopped working on IPAD.
    Filters are not shown on the graph.
    However it still works fine on BI LaunchPad
    Have you faced this issue before?
    Using: BI mobile 5.1.12
    Before, example:
    After some time, I opened sap mobile and it is not showing up the filter anymore
    Now: We upgraded to SAP Bi Mobile 6.0.8.12 but issue persists.
    Could you do the test?
    Steps to reproduce:
    Create a simple Webi report with a table.
    Copy that table and paste it to the report.
    Turn the original table into a column chart
    Add element linking from the chart to table. (When user filters on the chart it should change the table as well)
    Test that the element link works in BI LaunchPad.
    Save the report to the Mobile category and test on iPad.
    Open report on iPad
    Tap chart bars. Yellow filters, that are supposed to show up, are not displayed.

    Hi Erika,
    Is this report element linking defined as 'All Objects' or 'Single Object' in Webi.
    I ask this that report element linking on 'All Objects' is not supported yet. This support is expected to come in later releases.
    However, if this is single object then it should be working. Can you verify this on latest app store build and confirm. If still it does not work for you, then please raise a support ticket for the same.
    Regards,
    Ashutosh

Maybe you are looking for

  • FEBAN - resetting a cleared item in FEBAN

    Has anyone been successful in resetting/reversing a posted clearing from FEBAN so that it can be reprocessed?  We cleared a check against the wrong payment doc number.  I've tried FBRA - then editing table FEBEP (removing certain fields that are set

  • Cannot upgrade to iTunes 10.4 in Lion

    The hard drive on my Mac Mini (late 2009) failed at the start of July. This has been replaced under Applecare and a new OSX Snow leopard installed at the same time. I used Time Machine to restore my files and system and everything seemed to be ok. I

  • Automatically downloading on iTunes store!?

    Today my dad activated his £25 app card on his iPad. Upon going into the iTunes store front his account said 'You have £17.01 in your account'. We quickly went into the purchases and found 'Common's' new album downloading automicatically. In no way d

  • Route sound output to microphone jack?

    Hi, I have a 5.1 Soundsystem I want to use. My Notebook has 2 headphone jacks and one microphone jack. Is it possible to route the sound so that micropone jack outputs front/center headphone1 gives front and headphone 2 gives rear with ALSA? I alread

  • Database Recovery From Backup Or Datafiles

    I have a consistent full backup in NOARCHIVE mode, and want to restore to a new machine. I have created a new instance on the new machine, but can't restore from my backup on the old machine. I also have a full set of data files that I can copy to th