Different Units in the Report

Hi All,
We have a cube in which we store delivery quantities in sales units. We have another ODS in which we store the delivery quantities in different units, say Litres, KGs, Pounds etc.
Ex:
Cube:
DelNo quantity Unit
1001        100      L
1002     150     KG
ODS:
PODNo Item Quantity Unit
1001     10   100     L
1001     10   160     KG
1001      10   200     UG6
1002     10   110     L
1002      10   150     KG
1002        10   190     UG6
The User wants a flexibility to look at the quantities in different units i.e they want a variable on selection screen in which they input the required Unit, say KG, then all the quantities in the report should show in KGs.
In the above given example for Del No 1001, cube stores the quantities in 'L' but it has to be displayed in KGs by taking the KGs value from the ODS.
Is it possible to do this?
Both DelNo in cube and PODNo in ODS store the Delivery Number but both have different technical names.
Rgds,
Nene.

Hi nene,
                To do Quantity conversions at report levels,
please follow these steps.
1)Maintain settings at infoobject level(under BEX settings tab),
whenever u made this setting and activate the infoobject one DSO name with "Generated Data Store Object " will be generated.
2)Run the DTP where the default DSO was generated
3)goto Tcode RSUOM,goto tab "Conversion factors",give reference object(as which object u need unit conversion)
4)Under UOM tab select the option of source quantity and target quantity unit
5)Goto BEX,under the properties of keyfigure >conversion>unitconversion have to be taken,variable comes here as conversiontype u have given at RSUOM tcoce.
Hope this helps you
Thanks,
Praveena.

Similar Messages

  • Reporting Services will not automatically use a different replica for the report server databases when a failover occurs. How to overcome this issue

    Reporting Services offers limited support for using AlwaysOn Availability Groups with report server databases. The report server databases can be configured in AG to be part of a replica; however Reporting Services will not automatically use a different
    replica for the report server databases when a failover occurs. How to overcome this issue? is there any workaround for that..
    Rahul

    Hi.
    With the AlwaysOn listener you should have a single DNS name to connect to regardless of which cluster node is active. Are you using the listener service? If not, please refer to the link below.
    http://msdn.microsoft.com/en-us/library/hh213417.aspx#AGlisteners

  • Show 3 different currencies in the Report

    Hi Experts,
    In my query I have three key figures which are shown in local currency. Now i have a new requirement wherein they would like to see the key figures in local, document and group currency based on selection.
    How do I go about it?
    Should I create three different columns for each of these key figures and then do conversion but this would look very messy and ugly.
    Is there another way wherein in the selection screen I can ask the user to select his local currency, target currency and then exe

    Hello,
    I am not sure what you mean by ugly..does it mean more number of records??
    As other have suggested you have the identifier currency type to identify the currencies but if not present then you will have to go for currency conversion.
    If you want to give selections at the screen then you will have to do currency conversion at the query level.
    There are a lot of documents which explains currency conversion at query level.
    If you do currency conversion at query level  then you will not to create any extra column...the user will have to just select the target currency while running the query and you will have to use the currency conversion in the key figure properties...this will give you the values in the currency you require.
    you will have to create a input enabled variable on 0currency and use it in the query as restriction. search the SDN for documents as you will find a lot ofdocument on how to do it.
    Regards
    Ajeet

  • Sort by different sets in the report

    Hi, I have a report requirement like.
    orders sorted by (set1)ch1, ch2, ch3, ch4.
    open quotes sorted by (set2)ch1, ch2, ch3, ch4, ch5, ch6, ch7.
    if the user selects orders, he should see only set1 fields
    if the user selects quotes, he should see set 2 fields.
    how do we do this?
    Thanks,
    Radha

    There is nothing you can pass user selection to sort mechanism. Bex or Web is not to that standard, but in the future it will have it. Sorry for now.
    thanks.
    Wond

  • Different units in total sum row

    Hello Bex Experts,
    I have orders with different Units in a report. currently the total sum row show * for Mix
    How can I get the total sum for ST and KG like
    Total Sum 366 KG
    Total Sum 342 ST
    BR Matthias

    Hi Matthias,
    If you want to sum their numbers regardless of the UNITS, just use the NODIM() in formula..But if you need to add them and have 1 unit for the result, you must convert one of the them to another unit..
    Regards,
    Loed

  • The Report is Empty.

    Hi,
    Im using Crystal Reports 2008 on VS.NET 2005 and .NET 2.0
    I set the dataset to the report programatically.
    The report viewer is empty.
    But the report has more than 2 pages.
    When I click next page on the Crystal Report Toolbar, the report data appears. But not when it is loaded.
    This has worked fine before. The code has not been changed but something did change and screwed up the report.
    Please help me here.
    Aswin Dwarakanath.

    I'd recommend the following:
    Export the report to Crystal Reports format. See if the fields (in the CR designer) are stripped out from the exported report. If they are , you have a dataset issue where you are not matching the schema the report is expecting. To check that, do the following:
    1) Write out your dataset to XML:
    myDataset.WriteXml(xmlPath, XmlWriteMode.WriteSchema)
    so, in your case you want to write out the xml after
    cr.Subreports.Item("Transaction Breakdown").SetDataSource(clientTotals) and
    cr.Subreports.Item("Last10Weeks").SetDataSource(transactionTotals)
    E.g.;
    cr.Subreports.Item("Transaction Breakdown").SetDataSource(clientTotals)
    clientTotals.WriteXml(xmlPath, XmlWriteMode.WriteSchema)
    cr.Subreports.Item("Last10Weeks").SetDataSource(transactionTotals)
    transactionTotals.WriteXml(xmlPath, XmlWriteMode.WriteSchema)
    Now, I do not see where or how you are setting the datasource to the main report, so if you are also using dataset, do the same for it.
    2) Open your report in the CR designer.
    3) Go to the Database menu and select "Set datasource location"
    4) Choose "Create new connection"
    5) Choose ADO .NET (XML)
    6) Point to your xml
    7) Click on he <Update> button.
    If you get a field mapping dialog, the schema of your dataset is different from what the report is expecting and you need to adjust that.
    Ludek

  • Moving the Reporting Services and Report Server DB into AlwaysON Availability Group

    I have configured the new set of SQL 2012 AlwaysOn Availability Group and need to move the SSRS and it's Report Server DB into that Availability Group.
    Can anyone give tell me the steps to do this move?
    Can I just backup the ReportServer DB into the AG server then import that DB into the SSRS running on the new AlwasyOn AG SQL?

    Hello,
    Based on your description, it seems that you want to move the Report Server database to a different server. If so, both the reportserver and reportservertempdb databases must be moved or copied together. You can move the databases by using Detaching
    and Attaching or Backup and Restore.
    What's more, you should also backup the encryption keys for the report server database you want to move and then restore to the new server.
    You can configure report server databases in Always On Availability Group to be part of a replica; however Reporting Services will not automatically use a different replica for the report server databases when a failover occurs
    Reference:
    Moving the Report Server Databases to Another Computer
    Reporting Services with AlwaysOn Availability Groups (SQL Server)
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Logon as different user from within report

    Hi,
    I would like to logon as a different user within the report. Reason is, that I don't have the opportunity to change how the report is called. Due to some security issues, I would like to do something like "CONNECT scott/tiger@myoracle" from within the report.
    Any ideas?
    Thanks!

    Hi Chris,
    Based on my research, on the windows 8.1,we could add "Run as different user" on Start in Group Policy.
    Please perform the following steps:
    1.Press Win+R, and type"gpedit.msc",then press Enter.
    2.In the left pane, click/tap on to expand User Configuration, Administrative Templates, and open Start Menu and Taskbar.
    3.In the right pane of Start Menu and Taskbar, double click/tap on Show "Run as different user" command on Start.
    4.Select Enabled, click/tap on OK.
    5.Reboot the computer.
    Hope these could be helpful.
    Regards,
    Kelvin_Hsu
    TechNet Community Support

  • How to handle different Unit of measures in ALV reports? Quantity/Price

    Anyone knows how to handle different unit of measures for quantity or price in hierarchy ALV reports?

    hi,
    use the below fields:
    Link to measurement unit
    •qfieldname (measurement unit field name)
    only relevant for quantity columns with unit link.
    Name of the internal output table field containing the measurement unit associated with the quantity field FIELDCAT-FIELDNAME.
    The field in FIELDCAT-QFIELDNAME must have its own field catalog entry.
    •qtabname (internal measurement unit field output table)
    value set: SPACE, output table field name
    Name of the internal output table containing the FIELDCAT-QFIELDNAME field.
    regards,
    madhumitha

  • Not able to edit the report created on different data source.....

    I have a query regarding Report in OBIEE - reports developed from BI Publisher are specific to data source on which they have been created ??
    i have a sample report that was created on different data source, i have the corresponding RPD also. I changed the data source according to my DB and when i try to update/edit the report,
    on Analytics for adding a new column, it is generating a seperate new Query from QueryBuilder for that additional cloumn rather than adding up the new query with the previous one(existing report query). Is it because of mismatch of data source on which report had been created and on which it is being update ?? if it is the case, where do i need to make changes related to JDBC connection or others ??
    when i try to create a new sample data set and try to update it, it adds up the extra edited things to original query and works perfectly fine. can ny 1 help me for the same ??

    Hi Denis,
    Normally,what we do is once we provide access to webi users group for each user from BO supervisor module, user(s) will able to refresh/edit the existing report from Full client BO.His colleagues have had no problem editing all his reports from their machines but he is not able to edit any report from his machine and BO is getting freeze.
    He also reinstalled BO and cleaned out everything on his Computer and re-built it but the issue is not yet resolved
    Can you please tell me how to resolve this issue
    Kind Regards,
    Srinivas

  • How can I run the report for different input values at the same time?

    Reports version: Report Builder 6.0.8.13.1
    Oracle version: Oracle8i Enterprise Edition Release 8.1.7.0.0
    I want to run the same report for different input parameter values and spool each o/p to different file and ftp to a server. For this, as a first step, I am spooling different input values in to a file, reading those values through a loop and calling the report for that input values. Each report run/execution is taking 15 minutes. Total report execution is taking approximately 4 hours (assuming 16 different input values) to complete. So I have to wait 4 hours to see ALL outputs.
    I would like to run the report parallel for ALL the input values and I should be able to see the ALL outputs with in 15 or 16 minutes.
    In my shell script, I added & symbol at the end of the report call to start/run the job in the background. Due to this the control passed to the next step after the report call. At this place I have an ftp command to send the output file to a different server and it is giving error some thing like “o/p file is not available/created yet". This is due to the fact that report writer is NOT yet completely started/initiated or it is NOT completed the spooling.
    How can I run the report at the same time for all the input values and save the time?
    Thanks in advance.
    Kishore.

    Increase the number of server engines running right now it seems there is only one engine running ,increase it to 4 or 6
    and then atleast 4 or 6 reports will run simultaneously.
    For FTPing the output add to your sript to check whether it is locked and if not then only try to ftp .
    Also for more better functionality read the document (chapter 15 ) for 10g reports for its new fuinctionality.
    http://download.oracle.com/docs/cd/B14099_17/bi.1012/b14048/toc.htm
    Thanks
    Subodh

  • How to display the header data on different position in alv report

    hi all,
    how to display the header data on different position in alv report.
    for example ,
    customer                                                   name
      xxxx                                                         xxxx
                     vendor        name     street 
                      xxxx         xxxx      xxxxx
    pls   help me .

    hi
    as per my understanding you need to trnasfer header internal table data  to pdf..
    please check the following links for internal table to pdf..
    Convertion of Internal table data to PDF
    This link is related to ur issue
    Re: how to insert the calling of the FM: OTF to PDF
    Thanks

  • Key figure values vary each time the report is run by different users

    Hi All,
    We are facing a unique problem, here it goes :
    Different users are getting different values for the same key figure, when executing the same query  on the same selection conditions.Each time, user executes the report, he is getting varying values for the same key figure.Any idea's how to resolve this issue??
    Thanks in Advance
    Bindu

    Hi Bindu,
    One reason might be due to authorizations as discussed earlier.
    check how frequently is the cube getting refreshed.
    This might also happen that if users are running the data at different times and there is a cube load in between.
    check for this.
    Cheers,
    Srinath.

  • Print the report to different Printers

    Hi,
    We are using Oracle EBS 11.5.10.2.
    We've defined a check printing report , which prints the output to a printer directly.
    We've mentioned this printer in the Concurrent Program definition.
    Its printing the output to a pre printed stationary.
    Now we need to print output to different printers based on the responsibility.
    Can anyone tell me the best way to achieve it.
    Regards,
    Abi

    Currently the report is working like that. In the he Concurrent program definition We've option to set only one printerRemove the printer name from the Concurrent Program Definition Window
    Currently the report is working like that. In the he Concurrent program definition We've option to set only one printer. We need the check printing report to be printed to different printers based on the Set of Books or user. In this case, the following should be helpful:
    - Click on View > Requests
    - Click on "Submit New Request"
    - Enter the Concurrent Program Name
    - Select the Printer from the Printer LOV (under Upon Completion block)

  • Getting different result while executing the report by debugger

    Hi All,
                I am facing a peculiar issue. When i execute the report from SE38 i am getting a particular set of values in a alv report.
    But if i start debugging the report by using /h and execute . i am getting another set of result. How does it happen any idea.
    Without debugger result is
    a
    b
    c
    With debugger i am getting result as
    a
    d
    e
    f
    What may be the reason . Kindly help.
    Thanks in advance.
    S.Velsankar

    Hi,
    you mean you have'nt change anything while debugging and results are different when ALV is displayed?
    I don't really understand your issue... Could you give more details?
    Kr,
    m.

Maybe you are looking for