Advanced Multi-Currency reporting

I've got a complex report requirement and I'm unsure how best to address it ...
We've a multi-currency model and have enabled multiple currencies per entities.
The users are now requesting reports that will show their currency exchange exposures : ie : Total budgeted in each currency.
I'm not sure how to do this. Is setting a filter on HSP_InputCurrency the only way or are there more user friendly methods ?
Cheers,
Jeremie

Hello,
You should use reporting currencies for reporting purpose (sorry for the pun). All of the input data are stored on Local->HSP_InputValue. And currency code, if it's not equal to Entitiy's currency, is stored on Local->HSP_InputCurrency. You may have a lot of different reporting currencies in Currency dimension, e.g. USD, EUR, GBP, RUR etc. Planning is able to generate currency conversion script to convert input data (Local) to reporting currencies. Reporting currencies are stored sparse elements, so you'll get desired values on USD->HSP_InputCurrency, EUR->HSP_InputCurrency, GBP->HSP_InputCurrency, RUR->HSP_InputCurrency regardless of Entity's currency.
Regards,
YM
Edited by: user614618 on Sep 8, 2008 1:38 PM

Similar Messages

  • Multi currency reporting in Projects

    Hi,
    We have created a custom report for giving the overall project status. The data is captured primarily from RPSCO, QMEL, COEP, COSS and COFP tables.  Now our company is going for global rollout and include GBP currency in addition to USD. Whne I tried to change my report database to read all values in object currency, I am facing difficulty in RPSCO table. In this table values are populated under different ledgers when the currency is different. My problem is that the ledger number is not same across all clients.
    Is there a way to get object currency from RPSCO like COEP... tables? Or I need to capture data from BPVG.. tables to get the object currency? Pls help..
    Thanks
    Raghu Kumar

    Hello,
    If the object currency is other than the controlling area currency, then the system posts the values in the object and controlling area currency ledger. So this is a part of key field in RPSCO.
    If you want to show the report values in object currency, then choose the record from RPSCO with the ledger of the object currency, similarly for controlling area currency, and then display the values of the fields 'Value in ledger currency' from this table.
    you can use the FMs
    CATT_KBPS_FIND_LEDGER
    KBPS_FIND_LEDGER
    or the table TPB0L  to find the corresponding ledger for your currency.
    I hope this should solve you issue.
    regards
    Narasimhan

  • Multi currency report

    Hi team,
    when i create purchase order in USD currency, i have created the Project & WBS elements in INR currency, budget profile currency is controlling area currency also INR and payment has been done inl INR. is there any impact in reports and where will get this type report in standard.
    please suggest about this....

    Hi Siddu,
    By default all the standard PS reports shows the values in Controlling Area Currency. In some line item reports like CJI3, CJI5 etc you have the option of selecting Object Currency or Transaction Currency along with Controlling area currency.
    In your scenario all your PS reports or reports otherwise will show all the values in CO. Area currency which is INR. You can do postings in AUD, USD , EUR etc to your projects. This doesn't impact anything. The system will calculate the corresponding INR values for these postings based on rate types maintained in system by your FICO consultants whether M or P.
    Hope it helps you..
    Cheers
    Sammar

  • OBIEE11g - Report Multi Currency Display (Static Data)

    Hi All,
    I have a requirement where i need to display amount data in multi currency format in OBIEE 11g like LCY and OCY format.User have to select the currency type like USD,YEN,EURO and resulting amount data in report should display in that currency format.
    Pls suggest me is it required to do ETL Changes i.e we need to load data in Database in multi currency format
    can we do this at Report level i.e can convert the amount in required currency format.
    Note: Spot rate is currency data it's loading by monthly its a static data.
    please refer my expected output screen short:
    http://imageshare.web.id/images/0dnlgxlvmhl7u5tdbac1.jpg
    (currently we are displaying one currency now we need to show multicurrency)
    Just FYI...
    joins:
    "GPC_DataMart"."GPC_DataMart"."dbo"."MX_SPOT"."OCY" =
    "GPC_DataMart"."GPC_DataMart"."dbo"."IW_POSITION"."ORIG_CURRNBR"
    AND
    "GPC_DataMart"."GPC_DataMart"."dbo"."MX_SPOT"."PPN_DT" = "GPC_DataMart"."GPC_DataMart"."dbo"."IW_POSITION"."Business_Date"
    here ocy & ORIG_CURRNBR is the foreign currency (i.e: USD,YEN,EURO etc)
    Calculation part:
    CASE WHEN "GPC_DataMart"."GPC_DataMart"."dbo"."IW_POSITION"."Product_Type" IN ('Bond', 'Bonds', 'Callable Bonds')
    THEN "GPC_DataMart"."GPC_DataMart"."dbo"."IW_POSITION"."Nominal_AMT" * "GPC_DataMart"."GPC_DataMart"."dbo"."MX_SPOT"."NON_DISC_SPOT"
    WHEN "GPC_DataMart"."GPC_DataMart"."dbo"."IW_POSITION"."Product_Type" ='Equities' THEN
    ("GPC_DataMart"."GPC_DataMart"."dbo"."IW_POSITION"."MKT_VALUE" - "GPC_DataMart"."GPC_DataMart"."dbo"."IW_POSITION"."CAPITAL_GAIN" ) * "GPC_DataMart"."GPC_DataMart"."dbo"."MX_SPOT"."NON_DISC_SPOT"
    END
    in the above calc amount * spot_rate
    I already refer the below one but it wont suite for my case:
    http://www.rittmanmead.com/2010/06/oracle-bi-ee-10-1-3-4-1-currency-conversions-fx-translations-part-1/
    http://gerardnico.com/wiki/dat/obiee/currency
    Thanks in advance
    Regards,
    Deva
    Edited by: Devarasu on Nov 16, 2011 3:13 PM

    Hi Deepak,
    our table will like below one,how we can calculate on fly calculation for this,
    in my dashboard MX_spot.ocy prompt column --> set request variable.
    how i can use this request variable in RPD-->BMM --> logical expression?.
    Table 1: Postion (Fact)
    PRODUCT_ID      ORIG_CURRNBR     (Nom+Capital+PREM_DISC_AMORTISE) Business_Date
    ========================================================================
    HKD T-NOTE 1312     CN1      48407.555               31/10/2011
    HKD T-N 07Y1402     HKD          -45000.23               31/10/2011
    Table 2: Mx_Spot (all currency with static rate)
    OCY     NON_DISC_SPOT     PPN_DT     
    SGD     0.1962748     31/10/2011     
    HKD     0.1605621     31/10/2011     
    CN1     1     31/10/2011

  • OBIEE Report Multi Currency Display

    Hi All,
    i have a requirement where i need to display amount data in multi currency format in OBIEE 10.1.3
    User have to select the currency type like USD,YEN,EURO and resulting amount data in report should display in that currency format.
    Pls suggest me is it required to do ETL Changes i.e we need to load data in Database in multi currency format
    can we do this at Report level i.e can convert the amount in required currency format.
    Pls suggest.
    Thanks in Advance

    Thanks for your answer.
    I found a solution I used virtual tables in the physical layer it will replace the views I had to create inside the DWH to handle this problem.and created the joins in the physical and business layer.then I had the result I wanted for reporting.

  • Multi-currency in reports

    How can I dynamically change the currency symbol in reports using the LNNNGNNNDNN field format.

    If I alter the session and use NLS_TERRITORY and select using to_char(item, 'L999G999D99')
    then it will print with the local currency symbol, however if I have the item defined with format mask of L999G999D99 and select just the number it will not.
    Is there an easy solution to print reports in multi currency dynamically or will I need to select each value with its corresponding format. What would be the use of the L999G999 etc format mask?
    Thanks

  • Multi-Currency Customer Receivables Aging Query

    Hello Everyone,
    SAP B1 2005 SP 01 PL 42
    We cannot produce customer statements for multi-currency accounts (CND & USD) through the Customer Receivables Aging report.  The report converts all FC to LC which is not useful to the customer.
    The statement must show the open invoices in USD and open invoices in CND so that the customer can pay in the appropriate currency.
    We are attempting to create a query to solve this issue and assign a PLD to execute the calculations, but cannot see the best way to execute the task.
    The customer account balance (displaying only unreconciled tans.) would be the most reliable data set (form 809), but it is not available as a table in the query manager.  Any other table suggestions?
    We would like to avoid building the query from scratch (collecting all open invoices, credits, payments etc...) to avoid error.  We would also like to avoid exporting the data as this is very time consuming.  Any suggestions?
    Thanks in advance,
    Tamara

    We have found it better to set up two customers where different currencies are transacted - one in each currency. That way you can produce a statement in each currency.
    I know it's not a perfect solution, but a good work around?
    The only way to get the data you need would be to use OJDT and JDT1 tables, but you would need to join to the reconciliation table as well (OITR?) to get open transactions.

  • How to Design Multi Page Report in SSRS 2008

    Hi All,
    I have managed to create a multi page report. When I am preview mode i can see that the report has 2 pages.
    But when I am in design view I cannot view the second page. How can I view the second page. Reason being I am trying to create a template where the table for certain data needs to be at the top of the page and some data at the middle and so on.
    Thanks in advance.
    Aash.
    Aash

    Hi Aash2,
    According to your description, the behavior of cannot view the second page in design view is expected, in another way, there is only one page in design view.
    Report Designer supports two views: Design to define the report data and report layout, and
    Preview to display a rendered view of the report. If you would like to show a table on the first page, and show the other table on the second page, you can add a page break on the first table like followings:
    1. Click the gray handle in the first table, select “Tablix Properties”
    2. Click “Add a page break after” check box under Page break options in General Tab
    After do above, you can see the first table in the first page, and the other table in the second page.
    For more details about report designer, please see the following article,
    Working with Report Designer in Business Intelligence Development Studio:
    http://msdn.microsoft.com/en-us/library/cc281300(v=sql.110).aspx
    If you have any question, please feel free to ask.
    Thanks,
    Eileen

  • Multi Column Report - printing Across and then Down

    Is there any setup option for a multi column report to go across and then down instead of down & across as a default. The problem I am experiencing is that some where and some how the two columns are not horizontally aligned properly - neither in the
    report view nor in the exported PDF. 
    The added difficulty is the problems created by this misaligned labels while printing on a custom paper that is smaller in size. Though I can setup the custom dimensions and get the desired 4x2 labels on the screen the printing doesn't sit in proper places
    on a preformatted paper.
    Is there any solution(s). Thanks in advance.

    Hi Christal,
    Based on my understanding, you want to make multi columns go across then down in the report.
    For your requirement, on query level, we should add an additional field(DisplayColumn) in the dataset, the field indicates the column in which the corresponding records will display. When designing a report, we add a group in the report, then insert some
    tablixes into the detail row. Within the nested tablix, we specify filter expression based on the value of DisplayColumn field. So that we can decide which data should display on which column. When previewing the report, you can find the report displays like
    newsletter-style. Besides, if we design the report like this, the report can supports all renders. For detail information about how to design the report step by step, please refer to this article:
    Creating Multiple-Column Reports [SSRS] .
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Multi-Currency in Configurator

    Hi,
    we have enabled multi-currency and i am trying to see the prices of configured items in different currency on Configurator. When i launch configurator with base currency price is displayed in configurator but when we launch configurator with other than base currency (Available from Multi-currency conversion list attached to the price list), i am not able to see the prices in Configurator.
    Please let me know if anyone worked on this.
    Regards
    GKK

    Check the following profile values.
    New Profiles: QP: Multi Currency Installed (possible values - Y or N in advanced pricing, N in basic pricing) New Concurrent Request: "Update Price Lists with Multi-Currency Conversion Criteria" New Tables: QP_CURRENCY_LISTS_TL, QP_CURRENCY_LISTS_B , QP_CURRENCY_DETAILS New column: CURRENCY_HEADER_ID in table QP_LIST_HEADERS_B
    Srini C

  • Multi currency set up

    Hi Experts ,
    I am planning to implement multi currency (use of exchange rate )for existing client that have  used SAP B1 functionality with out multicurrency .
    I have tested some of the issues so far i am ware of the problem that existing BP cannot be used for multi currency as they have already transacation associated with it .
    What other implication /complication are there ? Please share your experience in this
    Thank you
    Bishal
    Edited by: BIshal Adhikari on May 21, 2010 2:47 PM

    Hi Bishal.
    Most of our customers have the multi currency option available.
    Where bank accounts are held in FC, these need to be set in their single currency, otherwise reconciliation becomes difficult, but the accounts in local currency should be left as mulit to enable transactions to be completed between accounts.
    The Exchange rate differences routine should be run on BP for reporting, take care how it is applied on GL accounts though.
    Incoming & outgoing payments should have the actual rate applied when processing so the differences can be shown as realised at the time.
    That's all I can think of that we have come across...

  • OBIEE Multi Currency Conversion Question

    Hi,
    We are implementing BI with the Financials Dashboard and currently the default currency displayed is in USD$.
    We would like to add a filter for each dashboard and allow users to choose between 4 currencies:
    1. Local Currency
    2. Reporting Currency Daily (USD at Constant daily/monthly corporate rate)
    3. Reporting Currency Current Year (USD at Constant current year corporate rate)
    4. Reporting Currency Previous Year (USD at Constant previous year corporate rate)
    Please would you know the best way to add this filter and setup the solution in BI?
    Do we need to use Global Rate, Variables...?
    Thank you,
    Ben

    Hi,
    We input the data into currency member called 'Local' and based on the currency conversion it will be converted into reporting currency.
    If you want to enter the currency other than the base currency for an entity, you need to enable the option of enable multi currencies in Other options in the Manager dataforms. While inputting the values you need to give the currency after the value.
    Regards,
    tvmk

  • Currency Report, CTRACK

    Does anyone have feedbackon using currency report in Essbase 6.5.1 ?We have face a problem in 6.1.3awith using both current and constant rates,and were obliged to create a rate that represents current divide by constant to solve our problem. Does it mean something to anyone ?And what about CTRACK command, with fixing (or not) dimension that are not tagged ?Thanks in advance,my questions are large,i'm new in using these featuresBenoît

    hi Srinivas,
    take a look if the same problem
    Keyfigure amplified by 100 from FF
    Basic keyfigure value of the cube is multiped by 100 in the query result.
    Re: currency prob with JPY
    Japanese currency
    hope this helps.

  • Multi-record report: content LOV depending on value of current row

    I have a multi-record report based on a query.
    For each row in the report it should be possible to choose a value from lov.
    The content of the lov is depending on a field in the current row.
    Later on I will update a record based on the chosen value but that is not the
    issue right now.
    The problem I am facing is that I don't know how to refer in a list to a value
    from the current row.
    For example.
    In the example below it should be possible to choose (from the lov) a best buddy for
    an employee. The buddy should be an other employee working for the same department.
    So in the lov I must refer to the deptno from the current row. How is this possible???
    select empno
    , ename
    , deptno
    , htmldb_item.select_list_from_query
    ( 1
    , empno
    , 'select ename, empno from emp where deptno = #deptno# '
    ) buddy
    from emp

    Hi Scott,
    I've created this application "TestLov" at the site you mentioned.
    Application ID : 800
    Workspace Name : ANUWKSPC
    The first page has an employee report with the solution as suggested by Raju Mattamal in this thread. That query seems to work fine without any errors...(I'm surprised why I'm getting errors on my application with the same query, even though data appears?! Is it to do with some setting?)
    The second page has the report with my actual query. This is throwing errors.
    On the third page I've tried to implement the solution you've suggested in Tips & Tricks section of HTML DB Studio(Simulating a correlated sub-query in report LOVs)
    http://htmldb.oracle.com/pls/otn/f?p=18326:54:2188928890822530056::::P54_ID:1282
    This doesn't seem to work either.
    I'm unable to figure out the problem.
    Pls look into the application and let me know how I shld go abt this.
    Thanks in advance,
    Anu

  • Multi-panel report with repetition frame

    Hi all,
    I have a multi-panel report with three vertical panels. In this panels I have one repetition frame inside another repetition frame. My problem is when I run the report the content of the registers appears splitted between pages. I have tried 'Page Protection' on the enclosing frame and the content doesn´t not move to next page. Can anyone help me to solve this problem?
    Thanks in advance.

    Could be an anchor problem. I have seen splitting pages with the use of anchors when attached to repeating frames. Also, I am assuming all your frames are variable elasticity.
    I would try removing all anchors in the report. If nothing else, it will eliminate them as the potential culprit. At a minimum, remove any attached to the repeating frames.
    Good luck...

Maybe you are looking for