Setting the HTML Web Reports encoding to UTF-8

Hi,
We have a problem with web reports (Reports6i with 9ias r1) showing some characters wrong(like the pound/yen symbols). The whole system (database and reports server) runs in UTF-8 characterset, but the web reports dont set any "ecoding=UTF-8" tags in the header section of the generated HTML .. so the users browser doesn't display the html correctly (unless he switches the browser from "Western European" to UTF-8 encoding himself).
Any way we can force this? i didn't found any way on setting the UTF-8 tag in the report?!
Cheers, Stefan

OK. I think I can answer your question. You can change the Apache settings into UTF8 of your Apache Web Server in which you deploy your reports.

Similar Messages

  • BW web report Encoding issue

    Hi Experts,
    In our company, the BW server is located in China, but Korea data is also merged in our system.
    We provided different query for China and Korea user.
    But when we run Korea query report, the default Encoding is Chinese, and even if we change Encoding to Korean, each time after the page refresh, Encoding return to Chinese. It is very inconvenient.
    Is there any way that I can set the Encoding default to Korea? Thanks.
    Best Regards,
    Lena

    Hi N Ganesh,
    Thanks so much for your information.
    Could you please tell me how to set the Korea user's authorization?  Add in role? and which object?
    Thanks in advance.
    Best Regards,
    Lena

  • Change the colour of a cell text depending on the value Web Reports (NW04s)

    Hi all,
    does anyone know how to change the color of the text of a cell depending on its value on Web Reports? For example red text for values smaller than zero and blue for values bigger than zero?
    I know you can create exceptions, but that changes the background color of the cell and not the text color
    I have tried modifying the theme but the property "negative text" doesn't related to cell values.
    Thanks
    C
    PD: Point will be awarded!
    Message was edited by:
            Carles Prunera

    This function changes all numeric fields to blue if no css style is set.
    [code]
    function turnblue(){
      var cells =document.getElementsByTagName('a');
      for ( i=0; i<cells.length; i++){
        if ( cells<i>.className == '' ){
          var changeColor = checknumber(cells<i>.innerHTML);
    // additional condition on value
          if (changeColor) {
            cells<i>.style.color = '#0000FF'
    function checknumber(cNumber){
      var x= cNumber
      var anum=/(\d+$)|(\d\.\d$)/
      if (anum.test(x))
        testresult=true
      else{
        testresult=false
    return (testresult)
    [/code]
    hope it helps

  • Error while refreshing the BO WebI report

    Dear Friends,
    I have created BO report on top of BICS Query in BO 4.0(have used aroung 15 BICS queries in to the report) and able to see the correct data.
    I have used hierarchies and also selected levels in to webI report. Last week I am able to refresh the report but since two days I am getting some strange errors.
    Errors:
    1) Unable to run the empty Query.
    2) When trying to invoke the method com.sap.ip.bi.bics.dataacess.consumer.queryview.results.et.IRsAxisTupleelement.Getcharateristicmember() of an object loaded from Local Variable 'element'(WIS00000)
    Can you please help me on this isse.
    Regards,
    Eswar

    Hi,
    Was there any recent Patch up/downgrade done in your environment?
    What is the current Patch level?
    Also, did you get a chance to look into the Fixed Issue ADAPT01626356?
    Regards,
    Muthulakshmi Ramanathan

  • Setting the browser for report builder 10g

    Hi all,whenever i am trying to run a report in web layout,a Firefox window opens and displays the home page of ff and i get a error message in report builder stating that Failed to locate the browser,try connecting again.
    Can someone kindly suggest me what i need to do in order to run a report in web layout.
    Firefox version:5,IE Version:7
    Thanks in advance!!

    Please follow the link
    Reports
    As it is a report regarding question so you should ask thes question in report section
    Hope this will help ya.
    Regards
    Abbas

  • How to set the default web site for WGM users

    Hi,
    In Tiger server there was a place to input the URL of the default web page for all browsers when users logged into network home folders. This was really helpful and saved a bunch of bandwidth and class time. Is there any way to do this in Leopard server? If so, please point me in the right direction.
    Thanks,
    ..Tom

    Antonio, Thanks! That seems to have worked for Safari. However, we like Firefox too, and I tried to set that up the same way, but was told "can't find a manifest for that app". I wonder if I can copy the Safari list then alter and rename it?
    ...Tom

  • How 2 Set the logic for report 2 run 1st of everymonth......

    Hi Experts,
    i ve developd a HR-ABAP report in that Some part of code will Mon-Fri, Excluding Public holidays and sat & sundays...( i.e no public holidays and no sat & sundays)
       and some part of should Run on 1st of everymonth.... but 2 parts of code should be in same report..
    How can set the logic to run the report respective times....
    Thanks in Advance....
    sudeer.

    you can code this but need some good expertise on fm's  , date handling techniques and subroutine call coding.
    1.
    to make the code run only on 1st of every month
    capture the rundate of ur prog .. take value of  sy-datum
    ex.. 01.xx.yyyy
    or date std will be yyyymmdd so check for dd = 01 ..
    so per logic first two chars show that its first of any month in any year ..
    if yes
    execute the logic for the first of every month ..
    endif.
    2.
    where the code needs to be run on mon-fri and not on public holidays / sun / sat ..
    first fetch the day based on date .. like mon or tue or wed .. except sat and sun..
    second check whether if m-t-w-th-fr if any of them is  a holiday or not
    u need to check the date in the calender list like tholi thoc and .. to check whether that is a holiday or not ..
    coming to sat and sundays .. u need to check the day for date using function modules and build the logic ...
    br,
    vijay..

  • Setting the APEX interactive report items

    Hi,
    I need to reset the APEX interactive report items like apex_ir_APP_USER to some value.
    I put the below jQuery code in the javascript header page it did not work:
    <script type="text/javascript">
    $document.ready(function() {
    $('#apexir_APP_USER').val('NEW VALUE');
    </script
    Any suggestions ??
    Thanks

    The reason of me trying to set the apex interactive item is:
    For the interactive report, we enabled the subscription service, so that users can subscribe for the selective reports.
    So, when a user clicks the Actions button and selects the subscription option, then the couple of fields like email address, subject etc., are populated, with the default values.
    The email address field is auto populated with the user id like abc.efg.
    And, the email address field i would like to manipulate and change to [email protected]
    Now i was able to change the value of the hidden variable, apexir_APP_USER with the below code but when i select subscription option i still see the same user id populated in the
    email address field.
    <script type="text/javascript">
    $(document).ready(function() {
    alert('test'+ $("#apexir_APP_USER").val());
    $("#apexir_APP_USER").val("Value changed");
    alert('changed value '+ $("#apexir_APP_USER").val());
    </script>

  • Bring Back the HTML Web Photo Galleries to CS4

    These were useful, easy to customize templates with more creative freedom. Much more so than what the flash templates provide. Using the web photo gallery control panel through Bridge was more efficient than through Photoshop since you could select files rather than entire folders. Since it's available as a "legacy" plugin included with the Goodies for Photoshop, how about a plugin script to put it back where it was in Bridge? (Bridge>Tools>Photoshop>Web Photo Gallery)
    Please?

    Sorry,
    I don't know how to post a new massage.
    I'm sorry to used it to post my question.
    My question is, how I can use bridge cs4 to post a web gallery to my server,
    all the time is tell me I can't do it.
    or if i want to open it in dreamweaver cs4 is tell me I need flash cs4 but, I have flash cs4 install
    any help I will appreciated it.
    I'm sorry again to post it here.
    Thank You
    Blas

  • Error While Run the WebI Report on SAP BW Query

    Hi
    I have build the universe on SAP BW Query . I built the same universe on the SAP BW DEV and SAP BW Test
    When I tried to run the WEBI Report on the Universe which is built on the SAP BW Test
    WebI Report is prompting for the below values
    Calendar Year
    Profit Center
    Profit Center Hierarchy
    Version.
    Here I can see the List of values for the Calendar Year and Profit Center. Its giving me below error when I look  for list of values for the  Profit Center and Profit  Center Hierarchy.
    u2018Database error: [SOFA Driver] : The operation completed successfully.. Contact your Business Objects administrator or database supplier for more information. (Error: WIS 10901)u2019
    My Questions:
    1.     Why I am getting this error. Because of authentication or configurations set on the Profit Center and Profit Center Hierarchy objects? If so , please let me know what I need to set?
    When I tried to run the same WEBI Report  on universe which build on  SAP BW Dev Query. I can see list of values for the Calendar Year, Version, Profit Center, Profit Center Hierarchy.
    But when I selected the values and tried to run the report. I got below error.
    u2018Query 1 - P&L Structure Monthly_Devtst
    Database error: [SOFA Driver] : The MDX query SELECT NON EMPTY HIERARCHIZE( {[Measures].[4CEX5LZ5571LCZHJBK0L0360P],[Measures].[4CEX5MM6Q2UPWV3VT27LU9261]} )  DIMENSION PROPERTIES PARENT_UNIQUE_NAME ON COLUMNS , NON EMPTY HIERARCHIZE(  { [0CALMONTH].[LEVEL00].MEMBERS }  )  DIMENSION PROPERTIES PARENT_UNIQUE_NAME ON ROWS FROM [ZFIGLPCBM/ZZFIGLPCBM04_Q011] SAP VARIABLES [!V000001] INCLUDING =[0PROFIT_CTR                   1000HCICONS08] [!V000002] INCLUDING =2 [!V000003] INCLUDING =2008 [!V000004] INCLUDING =000 failed to execute with the error Value "0000000002" for variable "Profit Center" is invalid. Contact your Business Objects administrator or database supplier for more information. (Error: WIS 10901)u2019
    My Questions :
    1.     What is this error? Please suggest the solution to run the report successfully.
    Also I am attaching Print Screens of  DEV and Test  reports Prompts and Errors.
    Here I am using Business Objects XI R2 SP4
    I am sorry if I confused you with elaborated explanation, I have very less knowledge of BO and SAP BW .. 
    Please help me with your valuable suggestions.
    Thanks,
    Anitha

    Hi Ingo,
    - the BI Query in the Test system is running correct and all the variables do work ?
         Yes, BI Query is working fine in the Test System and I can see all the variables too
    In BI Query I can see values for  Calendar Year, Version, Profit Center, Profit Center Hierarchy
    - the Universe has all the variables ?
      Yes, Universe has all the variables.
    - do you see values in the Web Intelligence prompts when you run the report ? 
       No,
       I can only see values for the Calendar Year & Version  in the Web Intelligence Prompt.
    When I try to see values for the Profit Center & Profit Center Hierarchy in the Web Intelligence Prompt, its showing below error.
    u2018Database error: [SOFA Driver] : The operation completed successfully.. Contact your Business Objects administrator or database supplier for more information. (Error: WIS 10901)u2019
    I can send you the Print Screens of Prompts & Errors, but i don't know how to attach the file here.
    Thanks,
    Anitha

  • How to set an input box in an HTML Web Resource embedded in a CRM 2013 form

    I have embedded an HTML web resource that contains some input boxes in a custom CRM form. In the CRM form I have created some fields that corresponds to the input boxes in the web resource and they are hidden.
    The reason to do so was the limitation of the CRM not giving me the flexibility of the layout I was looking for. So basically, the user enters the data in the web resource and once saved they write to the hidden fields. On the other hand, when the form loads
    the values from the hidden fields are copied into the web resource input boxes.
    I am having a hard time setting those input boxes from the corresponding hidden fields on the form. I can read the crm fields easily using JavaScript. I can also get to the HTML web resource using the following:
    var target = Xrm.Page.getControl("WebResource_CriticalPath").getObject(); I also appended the contentWindow.document to the end of this and it comes back not null but when I try to get to the HTML element which is the inputbox I am trying to set
    the value to, I get a null reference. I am using:
    target.getElementById('input20'); to get to the element. I know this is not supported and I have to use Xrm.Page but I cannot figure out how to do so.
    Also, any advice on how to do the writing back (i.e. from the element to the form field) when the record is save would be helpful.
    I really appreciate any comments/help in this regard.

    Hello,
    What I would suggest is try to do everything from your html webresource. Add following code to set you field's value during onload:
    document.getElementById('input20').value = window.parent.Xrm.Page.getAttribute('hidden field id').getValue();
    Add following code to onchange hanlder to put changes back:
    window.parent.Xrm.Page.getAttribute('hidden field id').setValue(document.getElementById('input20').value);
    Dynamics CRM MVP/ Technical Evangelist at
    SlickData LLC
    My blog

  • Webi report - save as .csv is bringing double the number of rows.

    Hello all,
    I am running a webi report and then saving it as .csv file to my desktop but when I save the file it is giving me double the number of rows. In my report I have employee, employee key, attributes and Org unit and some measures.
    The .csv file has one additional column at the end which does not have any header and that column has "1" in the rows which should be legitimate and "0" in the rows which are so called duplicates, in these duplicate rows there is all data except it is missing the employee key and org unit key.
    If I save as excel I get the right number of rows.
    has any one seen this issue before?
    Thanks in advance,

    Exporting to csv is different from exporting to csv.
    If you have any filter on your crosstab or table and you export it to excel it will show you your data according to this filter.  Let's say in your table you have amount 0 and 1 and you filter that column so it will show only those records where amount = 1.  If you export it to excel you'll get what you see in your WebI report, that's only records with amount = 1.
    But if you export to csv the same Webi report with the same crosstab or table filtered by amount=1, the csv export will ignore this filter and your csv will include amount 0 and amount 1 records.
    I don't know if that's a WebI's  bug, but that's what has happened to me.
    A workaround could be adding your filter directly in the query pane, not filtering your table columns.
    Also check your query pane to see what object is bringing that extra column in your table.

  • Data not coming in web report

    Hi,
    I have created a multiprovider based on two cubes...have done neccessary identification and selection as well. But the query->web report is not displaying data from one cube. It only displays data for char n kf for one cube and the char n kf for other cube dosent show any data. Also, there are no filters set in the query and data is also available in both the cubes.
    Can anyone please suggest what must be going wrong. Your help will be surely rewarded.
    Regards,
    Minal

    but check if there are any global filters or hidden filters in query used for web reporting
    i donot want any reward

  • Connect 2 BO Universes in a WebI Report

    Hi,
    I need to set up a WebI report with 2 universes. Each universes is based on a SAP BW Query and has a date variable to execute the BW query. I established the report based on the first universe and then added in the "edit query" window with the funtion "add query" the second universe.  Both universes have a data variable to execute the BW query. But I could not link these 2 date variables together, so that the user has to enter only ONCE the date. Is there any possiblity to passthrough the entered date from the first query to the other query? When yes, how can I do this?
    Please help!
    Thank you Stefanie

    Hi Stefanie,
    You have not posted the complete definition or the main prompt definition which should be as
    @Prompt('text','A','Class\LOV Object',mono,free)
    please check that part. Even single extra space in the definition would result in the two different prompt.
    Check once for space or spelling...there must be something different..
    If both the definition are exactly the same then I can't think of reason why it is so?
    You can try this: Create the two more prompts at the universe level (keeping exactly the same definition). And pull these two prompts in their respective queries and check the result. If you get the result then replace the genrated defintion of the prompt
    Hope it helps you.
    Regards,
    Rohit

  • Webi Reports Hyperlinks on top of OLAP Universe

    Hi Webi Gurus,
    my BoBJ version 3.1 sp3
    BW-OLAP universe.
    I checked below Link for the solution, but couldn't
    get answer, as these are based on relational universes.
    /people/erika.atencio2/blog/2011/04/14/creating-hyperlinks-between-webi-reports-in-infoview
    I have a OLAP universe. On top of it, there are two reports
    One parent report and one child report.
    Question: I have a column called Auction Id on parent report.
    Now, when I click on any of the Auction Id values, child report
    should only bring data for that Auction Id alone and not other Auction Ids.
    In the child report, I have Auction Id as query filter.
    Now while in Webi's Interactive Mode, I chose the option
    Select Column--> Create Hyperlink --> Link to a document -->
    Document prompts: Prompt User in runtime.
    This option works fine.
    However, when I change the Document Prompt to:
             Select Object (or) Build Formula
    report throws MDX error, during run-time,
    Please suggest.
    MDX error:
    ========================================================================
    The query failed to execute with the error Value for the Characteristic.....WIS 10901
    ==================================================================================
    Regards,
    AK

    Still getting error...I tried this
    >> 1. In the detail webi report, create a query filter for AuctionID and use Equal operator. Give the prompt text as ActionID.
    AK: Done
    >> 3. In the column properties, in the display section select display cell content as HTML.
    AK: Done
    When I provide the URL and Parse it throws following error.
    "Invalid identifier a at position 15. (WIS 10022) "
    I gave following URL and parsed it.
    ="<a href="http://sapbojdev:8080/OpenDocument/opendoc/openDocument.jsp?
    iDocID=18774&lsSAuction ID="URLEncode([Auction ID])"&sRefresh=Y
    Q: Is there any problem with syntax?
    Q: Secondly, for OLAP universe based webi report , can't we use the hyperlink option:
    Link to  Document
    Thanks,
    AK

Maybe you are looking for

  • 9i PE won't install after unzip

    So that we may better diagnose DOWNLOAD problems, please provide the following information. - Server name - Filename A91514-01 Oracle 9i PE for Win 98 - Date/Time 2/19/2002 - Browser + Version ME 6 - O/S + Version Win 98 - Error Msg none After downlo

  • All agents become not ready Suddenly

    Does any one know what could be the reason why all the agents suddenly become not ready ? -Agents state after ring no answer set to : Ready -Automatic work and wrap up time disabled. -No skills,resource group based queue and circular call distributio

  • I have1.7 os but printer will only work in 1.6 or below - help!

    helpppp

  • Virgin refusing BT phone number to port over

    Hi, I really need some help keeping my phone number. For the past couple of days I have argued with Virgin and BT over my account. The issue I have is that I closed my Virgin phone account, but wanted to port my number to BT. No-one told me not to bu

  • Keyboard navigation

    I have just installed Revel on my Mac and I'm puzzled by the lack of keyboard navigation. The Page Up / Page Down keys are not enabled! Same for the Home / End. Surely this must be trivial to implement?