Decimal value inconsistency in web reports

Hi All,
I have a scenario where reports running on test and quality server are showing different outputs in wad in terms of decimal notation.
In one system the currency key figure is coming as 3,500.00 while in other system value is appearing as 3.500,00.
Basically decimal and comma values are getting replaced. We have check SU01 settings also and they are maintained in simlar manner in both systems. Is there any other place where these settings are maintained in system which is leadng to this discrepancy. Please let us know if there are some settings in SPRO or somewhere else which are system dependent and is causing this issue.
Thanks
Rahul Mahajan

Hello,
Are you executing both the reports in same work station or different work stations ?
Because the windows settings ( control panel -Time and date settings) will influence the ','  and :." notation in all reports, though not specific to web reports.
Are you also facing the same issue in work books also ?
Regds,
Ravi

Similar Messages

  • Need to clear last selected prompt values while refreshing webi report

    While using ALL within cascading prompts its  still showing the last prompt values selected  in infoview and not while editing and trying to run webi reports.
    Is there any way to clear this?
    I have implemented following options to resolve but did not work
    1) Delete the .lov files of universe.                                                                               
    2) Delete the contents in data folder by going into storage directory
    3) Implemented the non_persistent concept in prompts
    Code is as follows for the filter with in universe
    @Select(Customised LOV\State) = @Prompt('Select State','A','Customised LOV\State',mono,free,Not_Persistent,,)
    or
    'ALL' = @Prompt('Select State','A','Customised LOV\State',mono,free,Not_Persistent,,)

    Hi,
    In Web Intelligence, the Query Filter Condition consists of 3 parts:
    - Object on which condition is applied
    - Operator (=,<,>,matches pattern, etc)
    - Operands (constant, LIst of Values, etc)
    You will find a button with a "?" sign which is also called as Prompt properties. When you click on this button, a new window will open and in this you have an option for "Keep last values selected" which is checked by default.
    Uncheck this check box --> Click OK. Run the report and save --> Relaunch InfoView to avoid any caching problems.
    Hope this works for you
    Sheeba

  • Change of values in the webi report

    Hi
    webi report in QA is working fine .
    but after moving to production the values have changed.
    but bex report in production has got correct values.
    these reports have graphs attached to them.
    evn there is a change in a graph
    what can be the reason for change of values?
    Regards,
    Swetha.

    That sounds quite bizarre. Please provide lots of details. What version, SP and FP of BusinessObjects are you using, what about NW?
    Does this occur for all KF/measures? The numbers that are showing incorrectly, what are these objects in the BEx query? Characteristics, KFs, CKFs, RKFs?
    If measures, what is the aggregation type in the universe?
    What about, in the universe, if you create a calulated measure that is "measure + 10". What result do you get in webi?
    E.g., if the value should be 234 and you're seeing 2234, what does adding 10 to the value do? Do you get 4488? Or 2244?

  • Fetch table value in BEX Web report using Javascripts, and assign condition

    Hi Gurus,
    I am currently using WAD 3.5. I need to change the web report to behave like below :-
    1. Default layout (Field A B C) with condition A & B activated.
    2. If the drilldown Field B and C is removed, leaving only field B alone in the report drilldown, deactivate condition A & B, Activate condition C & D.
    3. the above can be reversed where user drilldown field B & C into the layout, the condition A & B need to then be activated back.
    So I believe this can be done using Javascript. So my questions are below
    1.) How do i fetch table value for the navigationblock ? with navigationblock i am able to know what are the columns are in the drilldown (i will not display free characteristics, so ignore this part). how do i read the content of NAVIGATIONBLOCK_1 as shown in following code? using javascript.
    <P><object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="NAVIGATIONBLOCK_1"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_NAV_BLOCK"/>
             <param name="DATA_PROVIDER" value="DATAPROVIDER_1"/>
             <param name="SHOW_FREE_CHARACTERISTICS" value=""/>
             <param name="SHOW_NAVIGATION_ICONS" value=""/>
             <param name="SHOW_FILTER_ICONS" value=""/>
             ITEM:            NAVIGATIONBLOCK_1
    </object></P>
    2.) After question 1.) is done, please advice how do i activate/deactivate the conditions? based on the fields found in above. Maybe I can use IF navigationblock_1 contain field A only, then set condition A & B , etc.
    <p><object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="CONDITIONLIST_1"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_CONDITION"/>
             <param name="DATA_PROVIDER" value="DATAPROVIDER_1"/>
             ITEM:            CONDITIONLIST_1
    </object>
    I would appreciate if we can solve Question 1 first before proceed to 2.)
    Please advise. Thanks

    Hi JTi,
    what i have understood from your requirement is that you want to access the web item table_1 in javascript, you can get that as below:
    Add
    <span> 
    tag before your web item and set its id to table.
    <span id = "table">
    <param name="OWNER" value="SAP_BW"/>
    <param name="CMD" value="GET_ITEM"/>
    <param name="NAME" value="TABLE_1"/>
    <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_GRID"/>
    <param name="DATA_PROVIDER" value="DATAPROVIDER_1"/>
    <param name="GENERATE_CAPTION" value=""/>
    <param name="CAPTION" value="jezel"/>
    <param name="ONLY_HIERARCHY_NAVIGATION" value="X"/>
    <param name="BLOCK_SIZE" value="0"/>
    <param name="SHOW_PAGING_AREA_BOTTOM" value=""/>
    ITEM: TABLE_1
    </span>
    In javascript access it as :
    var mytable = document.getElementsById("table");
    Hope this helps
    Thanks
    Dipika

  • Changing values in the web report

    Hi All,
    For ex. I have the following scenario.
    I have a web report in which I have a table item which is displaying the query result. The user wants to have a facility to change the Key Figs, if they want, directly on the report, it means when the user runs the web report and if he says something to be changed, he will directly change the value on the report and will click something like a button to save the changed value back in the infoprovider.
    Is this something possible?I came to know that we can do this sort of things using BSP but I am not sure how to make the table item to accept some changes and how to link to a BSP Program.
    Could some one please help me in this..
    Best Regards,
    Nene.

    Nene,
    If you want to know if it is possible , here's how...
    1. Use a BPS layout ...
    2. Create a BSP layout for the same
    option 2 :
    Create a BSP page which has a textbox for accepting the value and a submit button.
    On clicking the submit button , based on the parameters selected by the user , update the ODS. Remember you cannot update the cube because it does not have overwrite capability. However , declare the cube as an export datasource and then call the function module for the data source and push in the data for the same inside the BSP page.
    Hope this helps..
    Arun
    Assign points if useful
    Message was edited by: Arun Varadarajan

  • Showing filter values in a web report

    hello experts,
    I have a web report with 3 web item tables, each one has a query assigned. I'm using 0CALMONTH as a filter but the value for this is not displayed when running the web report. Is there a way to display the value for this filter together with the results? Can I use the web item filter?
    Many thanks.
    Inma

    Hi.
    The Web Item Filter only works for filters that are selected manually by the user.
    The easiest way would be to provide a variable for entry of 0CALMONTH. This variable can then be shown with the WebItem Text Element.
    Regards,
    Beat Stoller

  • Showing only the duplicate values in a webi report.

    Hi, I have a unique identifier in my table which is not unique as we are not correctly maitaining the data, I am looking for a way in Webi to list out only the duplicate numbers in the table for that unique object as an audit report so I can make sure it remains clean with no duplicates. Any suggestions on an easy way to do this?

    Create a Row Count Measure, as the value being 1, in your Universe for the report. Add that Row Count into the query for the report, re-execute the query, highlight the entire report and then set a filter for that by dragging and dropping the Row Count Measure and filtering where the value > 1.
    Edited by: Dennis Scoville on Jul 27, 2009 11:29 AM

  • How to display top 10 values in a Webi report?

    Hi,
    I have the following requirement.
    If the report contains 'State' and 'Revenue' columns, I need to display top 10 cities with highest revenue and the revenue of the remaining cities can be summed together and should be available in a separate cell.
    I tried several formulae to achieve the requirement but was unsuccessful.
    I created a variable using the formula: '= If (Rank(<State> ,<Sales revenue>)>10 ) Then Sum(<Sales revenue>) Else 0' and added it as a column in the report. This provides the required results.
    When I add this variable as a column in the report, it displays 0 for the first top 10 values and only displays the remaining values. After that we can apply the Sum on this column to get the sum of the remaining (Other) sales revenue excluding top 10 values. However I cannot display this sum in a separate cell.
    Please provide some suggestions on this.
    Regards,
    Aditya Joshi

    Hi Aditya,
    Could you please try the following solutions to resolve the issue.
    Solution1:
    In Oracle, there is a function called: RANK() OVER (PARTITION BY () ORDER BY ()) which can be used to define an object at Universe level to return a rank position when used in a report. If you can check with your DBA - there is a similar function available for SQL Server. It should be RANK() OVER (ORDER BY colname) AS () FROM.
    Solution2:
    Or you can also try returning all rows in query, apply sort at report level & apply alerter to highlight the top 10 values.
    Regards,
    Sarbhjeet Kaur

  • BEx Variable default value does not pass thru to Webi report

    Hi,
    It appears that the integration between BEx and BOBJ Webi does not support default values when the webi report is scheduled.  This means that if Webi/Infoview is the delivery method, than clients require 2 reports.  1 for adhoc and 1 for scheduling.  Is there another way around this so 2 reports are not required?  See SAP Knowledge Base Article  https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3030303136363534393826
    Regards,
    Dae Jin

    Hi,
    Yes it is not supported. you can achieve by writing customer exit for this.
    in istep 2,
    check whether the variable value is intial.
    if intial
    pass default value
    if not intial (else)
    dont do any change, just pass the user input to restriction.
    -Sriram

  • Missing values in F4-help in web reporting

    Hallo everybody,
    we have a problem with our F4-value help. When we open this value help in web reporting of bw 7 we only see in the value help a few entries and not all the contents of the master data table. We have checked the infoObject and query settings. Are somewhere in the system a hidden configuration which we haven't checked? The query is 7.x.
    Thanks and regards!

    Check the properties of your infoobject in advanced tab., in query designer
    Currently you can see the values only posted and that is the default option.
    If your requirement is to see all the values stored in master data then change the option in your query and as well as in Bex properties tab of your info object.
    Hope this helps.
    Regards,
    Reddy
    Edited by: Reddybl on Apr 1, 2010 7:40 PM

  • Displaying Prompt values in webi report

    Hi,
    How to display prompt value in my webi report.
    For one prompt value I can user Userresponse function.
    In one of my report, I have a prompt for Date, which also should be displayed in the report under one field. I am using the below formula: =UserResponse("Enter Date:")
    But my new requirement is User wants a Date Range for a particual trasaction date. I created a report level prompt like
    Transaction Date Between "Enter Tran Date(Start):" and "Enter Tran Date(End):"
    I need to display the start date and end date user selected under one field Date in my webi report.
    how should I do that.
    Please share your thoughts.
    Thanks,
    Ven Men

    Hi Ven,
    You have created a report level prompt like
    Transaction Date Between "Enter Tran Date(Start):" and "Enter Tran Date(End):"
    1.Drag two blank cell on report.
    2.click on one blank cell and on formula editor type following formula.
    =UserResponse("Enter Tran Date(Start):" )
    This will show you start date in the cell.
    3.Similarly in another cell type the following formula
    =UserResponse("Enter Tran Date(End):" )
    This will show you End Date in respective cell.
    Do revert in case of any queries.
    Thanks,
    Sandeep B. Singh

  • How to transport the BW query's variable to BO  webi report

    Hi all
    I'd like to know how to transport the BW query's variable to BO 's webi . today ,I created a sap customer varible in my bw system to get the max calmonth in the active table.The varible in the BW side run's well ,but I use this query to build a new univers ,and created a new webi report base on this univers ,but the question is the webi report can't get the varible's value I wann to know how to transport the bw varible value to BO webi report
    Thanks and regards,
    Peter .zhu

    I have changed my variaable in my bw query ,I found if you use SAP default variable it is ok in BO side . So I get a guidline by SAP default variable ,I changed my customer variable in variables edite ,don't use 'ready for input' .And then the variable can be useful in BO side .
    Edited by: peter zhu on Jun 16, 2008 11:43 AM

  • How achieve "cumulated" key figure in a webi report

    Hi all,
    In a bex query we can mark "cumulated" in properties of characteristic, then when we run this query  our key figures for this characteristic will be cumulated but for rest of characteristics will be non cumulated values. Please how can I get  this cumulated valued in a webi report ?? because in spite of mark this flag in our bex query  when I run  this characteristic in my webi report  it doesnt work.  Perphaps there is a function in webi or there is a proporty to modify in my universe??
    Thanks for your help in advance
    Santi

    Hi David,
    Try using RunningSum(), RunningAverage() etc.. function in Web-I.
    Regards,
    Rohit

  • How to pass parameter from xcelsius report to WebI report

    Hi,
    I have a pie chart in xcelsius. When user clicks on one of the slices of the chart I want to pass the selected slice value to a WebI report.
    For this I am doing following steps
    1. When user clicks on a chart slice the selected slice value will be written into a cell say B1
    2. Create a URL button which will get triggered on change of the value of cell B1.
    3. Set the URL value in the cell say C2. Here I am using Opendoc function to open Webi report.
    If I enter following value in C2 and run the report it works fine and opens the desired webi report.
    ="http://myServer.xyz.com:9001/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?sType=wid&sDocName=MyDoc&sReportName=MyReport&sWindow=Same&sRefresh=Y&lsSCompany=MyCompany&lsSDecision="  &$B$1
    here I am Passing two parameters Company and Decision.
    Now I want to make this report run in all the environment so I changed the actual path of server( myServer.xyz.com:9001) to following
    ="../../opendoc/openDocument.jsp?sType=wid&sDocName=MyDoc&sReportName=MyReport&sWindow=Same&sRefresh=Y&lsSCompany=MyCompany&lsSDecision="  &$B$1
    but if I do this it gives me following error in Webi:
    "Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address."
    Is there any other way to open the WebI report from xcelsius?

    Hi Peter,
    the link provided refers to Xcelsius V4.5.
    In Xcelsius 2008 you have to control Flash Vars in the Data Manager.
    Go to the Data Manager, Add the Flash-Var Connection Type, Select CSV-FlashVar and define a name and a range.
    But i am not sure if Xcelsius Engage can handle FlashVars, because i am only working with Enterprise.
    Please take a look at your manual.
    For sure there are other ways to import data during runtime. Take a Look at the Connections provided by Data Manager. (e.g. QaaWS, SSRS, LiveOffice, Webservices, ...)
    Also take a look at the link below. It might be another nice option for "pseudo" data connectivity
    http://labs.businessobjects.com/xcelsiuspublishing/default.asp
    Best Regards
    Ulrich

  • Drill to webi report from a Linechart

    Hi Experts,
    We are showing regionwise no.of orders for each product in a line chart .
    My user want to drill down to next city level webi report for that selected region and product.
    If they click on any series or bubble on the line i have to pass those values to a webi report.
    My problem is how can i capture those selected values.I am anle to capture selected series (Product) but not the Category label(region).
    Any idea please share....
    Is it possible to drill like this?
    Thank you

    Hi Sri,
    You can drilldown to webi report using opendoc URL concept. Please refer below threads for details.
    [Linking a webi report to xcelsius;
    [http://www.forumtopics.com/busobj/viewtopic.php?p=623345]
    Hope it helps you.
    Regards,
    Nikhil Joy

Maybe you are looking for

  • Toplink Optimistic Locking not working with Session Bean facade.

    I am working on Oracle JDeveloper v 10.1.2 and connecting to an Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit The application is based on J2EE architecture and the technology stack uses Struts for presentation/controller framework

  • I have a problem in the itunes

    I have a problem in the itunes when i try to update any a Application  Because my billing info and i try to put my security code but every time is invalid ,,, why ???

  • TS1702 cannot download apps

    anyone? try to connect to itune store but it kept failing...

  • RDS 2012 R2 RemoteApp Server Name Mismatch

    Hi All, I wonder if someone can scratch my head on this. Brand new RDS 2012 R2 deployment. RDS01 with Connection Broker and Session Host Roles installed RDS02 with Web Access and Gateway roles installed one ssl certificate with one domain remote.myco

  • Java Doesn't See Correct Port Request Coming In On

    Oracle Application Server 9.0.4.1 Our HTTP Server is setup to listen on several different ports: - default virtual host listens on ports 443 and 4443 for https requests - another virtual host listens on port 80 for http traffic from localhost When I