Show report in different currency depending on user parameter

hi all,
i'm trying to show my report in different currency, depending on users given parameter.
i hold my account balance in USD based. User should select one parameter, in which currency they want to see their account balance. (e.g. EURO, GBP ...) and depending on their selection, i want to convert USD based info into chosen currency, by fetching field from currency table and making some calculation.
also i want to include in report currency($, £ ...) accordingly ().
how can i achieve this, has somebody any suggestion to me?
thanks in advance.
bogi.

hi,
i think i need to explain my problem more detailed. anyone who has suggestion, please help me.
i have 3 tables account, times and currency.
- times table has time_key, date, day_of_week fields.
- account table has - account_balance and time_key_FK fields.
- currency table has currency_type, amount, time_key_FK fields.
1. i have function decode(:Currency,'USD',account_balance,'EURO',--here i want to replace my calculation CALC1---)
CALC1- this calculation need to some calculation like this: account_balance * (fetched field from this sql)(select amount from currency, account where currency.currency_type='EURO' and account.time_key_FK=currency.time_key_FK)
i tried to do this, but discoverer plus doesn't let me make condition and calc. i'm very confused.
2. after i achieve this query, somehow i want to display on worksheet on which currency is it based. can i get parameter value, and show this value as in column heading?
tnx!!!

Similar Messages

  • 2 columns dependent on user parameter, others are not - complicated

    Hi
    My select statement (for reporting purposes) contains 8-9 columns from a number of tables.
    My problem is that 2 out of these columns will depend on the following:
    a. user entered parameter
    b. more complex joins needed for just this column - on difefrent tables than used by most of the columns
    ex: of above (excluding other columns that do not depend of user parameter):
    select sum(col1), sum(col2)
    from tab1, tab2, tab3
    where tab1.col1 = tab2.col1
    and tab1.col2 = tab3.col2
    and tab1.col3 = (select col1 from tab4 where tmstmp = (select max(tmstmp) from tab4)) and tab1.col5 = (select col1 from tab6 where col1 = <userparameter>)
    How can I combine the above with my main sql statement that looks like
    select...
    from tab10, tab11,tab12,tab13,tab14........
    where ...........
    order by
    Any ways to resolve the above problem without affecting performance too much ... greatly appreciated.
    Thx!

    that looks like a dba's nightmare. I wouldn't want that running on my server.
    Perhaps you can simplify it using functions.

  • Invoice report with different currencies

    Dear friends,
    I need a report for invoices. I want to choose currency from selection screen. And report will calculate invoice amount with this currency. Does SAP have a standard report for this?
    How can I see invoice list with different currency?
    Thanks

    Thanks for your interest. But I am looking for invoce report. For example I have 3 PO
    PO number      Currency      Amount
    121100                EUR             100
    121101                TRY              200
    121102                USD              300
    I want to see a invoice list like below
    Selection screen :
    Report Currency : USD
    When I execute I want to see report like
    PO number      D.Currency      Amount          Report Currency (I choose USD and amount will exchange to USD)
    121100                EUR             100                       68
    121101                TRY              200                      150
    121102                USD              300                      300
    Is it possible?

  • Layout shows different data depending on user-language (German or English)

    Hello best of the best,
    we are using layouts to enter data into BCS. In one of our layouts different numbers are shown depending on the user-language (German or English).
    This is despite the same layout is used.
    Have you got any idea what could cause this problem?
    Is there a setting somewhere that I didn´t know up to now (to distinguish in different languages)?
    Better to ask SAP using an OSS-message?
    Many thanks in advance,
    Thomas
    If you need more information about that case, pls tell me.

    The numbers are volumes (KWh, to, l).
    There are several positions with different "Breatdown Categories". In the english version of the layout only the KWh-volumes are shown. "to" and "l" (Diesel) are missing.
    To describe the problem more clearly, in the german version the layout seems to show correct data:
    Position                KWh         to         l
    Diesel (l)                   -            -       5.000
    Coal (to)                    -        3.000      -
    Electricity (KWh)   200.000      -         -
    The "-" shows fields that are grey --> no data can be inserted
    The english version looks like this:
    Position                KWh         to         l
    Diesel (l)                   -             -          -
    Coal (to)                    -            -           -
    Electricity (KWh)   200.000  200.000  200.000
    Here the white fields at Diesel (l) and coal (t) are empty, but the grey fields in the col´s "to" and "l" show the value of "KWh" in electricity as well.
    Does this answer your question?
    br,
    Thomas

  • Generate report in different currency

    HI,
    I got a requirement to generate a report for an entity which is having default currency as "USD". This is very quite easy to generate report by selecting as entity currency. But the requirement is the same report must be in other currency like "GBP" which is not a parent currency of the Current Entity. But the currency is available in my Application. So How can i generate the report and what are things i need to do select? Please clarify my issue....
    Thanks in advance....
    Challenger

    I am not very clear about your requirement. What do you mean by this?
    But the requirement is the same report must be in other currency like "GBP" which is not a parent currency of the Current Entity. But the currency is available in my Application. Can you give us more info about the current layout of your report? Which dimensions do you have in your rows? Is currency an entity or a UDA?
    Cheers,
    Mehmet

  • Display Currency Value of User POV for Entity & Value in Text Box (Header)

    I am looking for a function in Financial Reporting Studio that operates the same as the HsCurrency function in Smart View. This would allow batch reports displaying the currency value of the User POV for Entity based on the User POV for Value. Right now I have to have Member Lists for separate reports and different currencies as I am only able to display the Value dimension in the heading of a given report. Users will not be certain of the currency if the Value dimension is <Entity Curr Total>.
    I tried the HFMCurrency text function, however the entity is not defined in a Row / Column / Page reference as the entity is determined by the User's Point of View.
    Is there a way to display the currency value of a User's Point of View for Entity based on the User's Point of View for Value?
    Reference from Oracle Hyperion Smart View for Office, Fusion Edition, User's Guide:
    HsCurrency
    Data sources: Financial Management, Hyperion Enterprise
    HsCurrency retrieves the currency value of the specified dimension member. Entity and Value are the only valid members for the HsCurrency function.
    Syntax
    HsCurrency (“Connection,Entity;Value”)
    Example
    In this example, HsCurrency retrieves the entity currency where the currency for the East Sales entity is USD, and the currency for the UKSales entity is GBR. The EastSales entity displays USD, and UKSales displays GBR.
    HsCurrency(“Comma”,”Entity#EastRegion.EastSales;Value#<Entity Currency>.”)
    HsCurrency(“Comma”,”Entity#EastRegion.UKSales;Value#<Entity Currency>.”)

    Question answered in My Oracle Support Community - Hyperion Reporting Products:
    communities.oracle.com

  • News Publication depending on User Locale

    I need to show news in different languages depending on the user locale/personalization settings.
    Secondly I need to publish the same news to external internet site depending on the user locale.
    Any quick suggestion on how to go ahead.

    Hi Gulshan,
    You wrote that you “created a single XML form which captures different languages”.
    Did you just put the labels in the xml form in several languages or did you really implement some kind of internationalization? Cause I did a lot of research on internationalization of KM XML Forms and didn’t find a word.
    Hope you or anybody else can help me out. Thanks a lot!
    Cheers,
    Timo
    EDIT: Just found it... http://help.sap.com/saphelp_nw70/helpdata/en/fb/c10f41dd57f623e10000000a155106/content.htm
    Edited by: Timo Mattner on Jan 16, 2008 12:23 PM

  • Issue in validation tigger in user parameter

    hi every one,
    i am converting my report oralce 6i to 10g
    i have a report which have validation tigger in user parameter and vallidation tigger will be fire when user enter a date in form parameter(report).
    then it's an error of invalid parameter .
    any on have idea that why is give mention error.

    Good Morning Hashim Raza Syed,
    If we understood correctly your questions, Date formats is huge issues in developing.
    We tried to check DATE format first.
    According to NY state law, fortune telling is a class B misdemeanor. If you can tell yourself is better.
    If you have any more question feel free to post them.
    Otherwise, mark accordingly.

  • Report to show different currencies

    Dear Experts,
    Currently my report shows value in local currency.
    In my report I need to show the PO Value, GR Value etc in local, order and group currency. While investigating the underline Cube and DSO's, I find the following:
    1. There is no 0Curtype object in the DSO or corresponding values coming from Datasources.
    2. Each record has an Exchange Rate attached to it.
    3. All the PO values are converted to local currency. Say a PO is ordered in CAD and the local currency is USD. Now in the transformation the PO Value is converted to local currency using the program PERFORM LOC_CURR_CONVERT which uses the Process Keys, Order_Val, Doc_Date, Order_Curr, Loc_Curr, Exchg_Rate.
    4. This is done for other key figures too.
    Questions:
    1. Which the best way to approach this requirement and how to achieve the objective of showing the report in local, order and group currency? Do I need to make changes in the design if the cube, dso or only at report level and how? pls provide detail steps.
    2. In the DSO or Cube's I do not see any Group Currency mentioned? What is Group Currency and how do I achieve it?
    Thanks,
    Jainu

    Hi Jainu
    There is no need to change the Cube or DSO's design. Firstly Group currency is usually the global reporting currency used by your client. Usually it is USD if your client is based out of North America. Secondly you need to define different currency conversion types. For that go to RSCUR transaction and define a currency translation type.
    - It can be AS02 (Month Average Rate) or AS01(Month End FX Rate) or M (Daily exchange rate) type based on your requirement.
    - These values will be available in the TCURR table in your system and will be transferred from SAP R/3 to your BI system.
    - In the Currency Translation type definition choose Exchange Rate type in the exchange Rate tab.
    - In the currency tab choose "Source currency from Data Record, Target urrency as "Fixed Target Currency" and choose USD in the F4 help.
    In the Time Ref tab choose Fixed Time Ref and Current Date.
    Activate and move this translation type from Dev to Production in a transport. In order to do a currency conversion using this translation type in your query, choose your key figure and in the conversions tab, choose the conversion type and the Target Currency will automatically get populated as USD. When you run this query after these settings it will return your key figure values in USD. Remember that in the TCUR table your conversions should be maintained for all currencies to USD for this to happen and your READ_EXCHANGE_RATE function module should be defined.
    This is a generic approach and does not need any cube or DSO change.

  • GR55 reports display in different currency

    Hi SPL gurus,
    Hope you can help me with this GR55 question.
    My customer needs to apply different (constant) exchange rate type while running the GR55 reports for all the company codes to ensure constant reporting across without taking account the flux in the exchange rates. I have therefore setup a constant exchange rate types, ratios and exchange rates in customizing.
    When I then run GR55 some reports show the figures in the new rate and some seem to ignore the rate (currencies/company codes are the same). My question is - does anybody know if there is a second setting for the currency rate type on the Report Painter/Writer itself? If so can maybe somebody point me to it?
    Any other suggestions why some reports do work and some don't?
    Many thanks,
    Annika

    Hi Gaurav,
    Thanks for the answer. It is not user specific problem.
    I think I already found an answer myself - some of my reports are in corporate currency and some in local.
    Anything in Global currency does not for some reason convert, only the reports on local currency do apply the different exchange rates correctly.
    I think I will need to redesign all the Global currency reports. Do you agree?
    Thanks again,
    Annika

  • Different currency symbols in report

    Hi All!
    Can anybody show me how to create international reports. I need to show different currency symbols in the same report but for different clients.
    I try to use set_nls function, but no luck.
    Any suggestions will be appreciated!
    It's urgent.
    Mike

    hi2guru wrote:
    > Do u want to display the values in particular currencies?
    Hi,
    I want to have for each row the local currencies and specific rows corporate currency.
    For example (1111 (this is the company code)) and 0010 (this is the corporate currency):
    1111  1000,00USD
    2222  2000,00JPY
    3333  3000,00RMB
    0010 1234,00Euro (1234,00 as example conversion in corporate currency)
    So I have rows with local currency which are transfered all into the BW and displayed in the report.
    And I need particular rows where the conversion should be displayed.
    I know the transaction RSCUR but don´t know how to handle the different currency appearance in the report.

  • Display different portal page or portlet depend on user's

    can I display different portal page or portlet depend on user's
    profile,such as: if user's gender is male, display a portal
    page named "malePortal",if the user's gender is female, display
    a portal page named "femalePortal"

    This can be accomplished by using Entitlements Segments.
    You can define them in EBCC. you will have to define a user profile which
    will contain user information (like gender).
    Once you have two segments defined, you can use portal administration site
    to configure entitlements for pages and portlets.
    Regards
    Mike
    "Joshua Davies" <[email protected]> wrote in message
    news:3d1c78cb$[email protected]..
    >
    "xxxx" <[email protected]> wrote:
    can I display different portal page or portlet depend on user's
    profile,such as: if user's gender is male, display a portal
    page named "malePortal",if the user's gender is female, display
    a portal page named "femalePortal"If it has to be a portlet, you'll have to create a custom web flow thatstarts with
    a custom IP class. If you just want to show different content based on auser profile
    value, take a look at "Content Selectors" in EBCC; this sounds like aneasier way
    to get where you're trying to go.
    I don't think there's a way to display different portal pages/portalsbased on user's
    profile settings.

  • Report painter question regarding amounts in different currencies

    Hi,
    I have a report created in GRR2 using library 1VK. We display the total costs SWOG here but have the request to see in addition these costs in USD simulteanously. For that I included the basic key figure SWZG. When executing the report there is now a new selection parameter Target currency, Exchange rate date and Exchange rate type. I can see a new column with USD values, so far so good. But when I check the calculation I find that it can't be right, it differs from what it should calculate.
    If I execute the report and select currency tranlsation of the key figure SWOG with exactly the same exchange parameters as above I'm getting different values in USD which match my manual calculation.
    Any idea why this happens? What do you recommend to have both currencies ate the same time on the screen?
    Thank you
    Exberliner

    hii sanjeev.
    try this,
    FM - > spell_amount
    OR
    data: words(50) type c.
    call function 'HR_IN_CHG_INR_WRDS'
         exporting
              amt_in_num   = '100000'
         importing
              amt_in_words = words.
    write:/ words.
    OR
    RF_SPELL
    rgds
    anver

  • How to show register attribute value in my register users report in FIM 2010 R2

    Hi,
    How to show register attribute value in my register users report in FIM 2010 R2?
    Please suggest on this.
    Regards
    Anil Kumar

    hello,
    the only way I know is manage the attribute descriptiona s a property and then enable the pivot table option "Show properties in tooltip".
    But I'm interested in what you mean with  "using
    "OLAP pivot table extension" is an option". How this works?
    Thanks
    bye
    Norman

  • How to set different default interactive reports for different user groups?

    I'm probably overlooking an obvious solution, but how do I set different default interactive report for different user groups?
    For the same interactive report, I want one set of users to see a default where the default filter is based on column X. However, another group of users doesn't have authorization to see that column so I need to set the default filter to something else for them.
    Thanks

    You can set a filter on a report in a URL - would that help? I think with apex 4.x you can also link to a saved default report or alternative report...

Maybe you are looking for

  • Dial-up and newly acquired AEBS ~ can't detect modem connection / dial tone

    I've read the threads but have yet to find an applicable solution... Just received the new AExtremeBS, connected and set up as prompted... Not able to get online with my iBook G4 as the modem / dial tone cannot be detected. Obviously, since I'm posti

  • Get Album and Song Info AFTER Import?

    I imported a bunch of CDs at home, where I have no internet connection. I brought my laptop in to work today and I am hoping iTunes will use the internet connection here to find info about the songs, albums etc. How do I make this happen? Thanks!

  • Best way to make view lots of text?

    So I have this book that I want to convert into an app, with images and interactive elements. What is the best way to get the text from the text file into Sienna. For example, I could use a Text gallery to show the different pages. How do I import th

  • All my purchases aren't working correctly

    I just spent the last hour and a half reading all the problems people are having with the latest iTunes update. I hope all your problems are solved. However, no one seems to be having the problem I am. I upgraded to 8.1.1 two days ago and now all of

  • Number of entries in variable

    Hi experts, is there a limit in the number of entries of a variable in the selectionscreen of a query? Or in other words: Is it possible to insert more than 15.000 values in a variable in the selectionscreen without getting an error when starting the