How to Hide Unit Currency in Query Display

Hi to all,
I have created Query for Receivables .
wheher i am using 0FI_AR_4 as datasource and 0CREDIT_LC as Credit amount in local currency and using 0CREDIT_LC at query level as Key Figure.
Now when i display Query in RSRT or PORTAL ,  0CREDIT_LC is display with Unit Currency.
example      ;
                             2100 INR              3500 INR         2300 INR
I need that only value should display not Unit Currency at query level.
example      ;
                             2100             3500         2300
Please can nay one help we with that.
I shall be thankful to you for this.
Regards
Pavneet Rana

Hi,
Please create a calculated key figure and use the function NODIM
so you have will have a new calculated key figure = NODIM ( cube key figures)
Note - this will be fixed for this query.. you will not be able to change it at the report level... units can only be seen if you remove the NODIM

Similar Messages

  • How to hide a keyfigure in query(In wad)

    Hi everyone
    Iam new to WAD.
    I have an contains chart and table .
    In that chart graph, x is values of 3 figures.
                              y axis is values of regarding x axis.
    y axis contains the values from 0 t0 600
    x axis contains 3 keyfigures no of recordof type1,no of recordof type2,
    no of recordof type3.
    my requirement is i hav show to upto 200 in y axis(defaultly it's showing 600).
    I hav to i hide column (no of recordof type2) in table.
    Thanks in advance.
    James

    The easiest is create a new query or view of existing one (with the columns you want to show), specifically for your wad graphic.

  • How to hide the negative sign while displayed in ALV

    Hi,
    I am having a field for 'Price' for which i need the negative sign to do the sum (i.e. futher calculation) but i dont want to display the negative sign which is with 'Price' field in the output screen.
    I tried with the attribute no_sign = 'X' in the field catalogue,but still the negative sign was getting displayed in the output.
    Please help me to not to display the sign in the output.
    Thanks in Advanced.
    Regards,
    Darshana

    Hi Darshana,
    Before displaying the ALV , check what is the value of that particulat field (in a loop ) and if it is less than 0 , make it positive.
    CALACULATION part
    LOOP AT itab into wa.
      IF wa-val1 < 0 .
        wa-val1 = wa-val1 * -1 .
        MODIFY itab from wa INDEX sy-tabix .
      ENDIF.
    ENDLOOP.
    Then build the field catalogue and finally display the ALV .
    Thanks

  • How to hide currency key

    Hi gurus,
    Can anyone advice me how to hide the currency symbol on the bex report
    Thank you

    Use  NODIM data function in the reprot.
    For this make a new formula in query and use NODIM(keyfigure) to make a supression of unit.
    Naveen.A

  • Hide Units

    Hi all,
    How to hide units in the report result display? in BI 7.0 queries.
    for Ex: im getting a value dispalyed as "4029.12 PC". I need to hide the Units "PC" in the report result.
    Please guide me in this issue.
    Thanks in Advance.
    Regards,
    Ravi

    Did you try using.
    Nodim() ?????
    Hope this helps.

  • How to hide full name when publishing photos to icloud's public website?

    When allowing iPhoto to publish photos to iCloud (Public Website, allow anyone to view this photo stream at:..." my full Name (xxx by xxx) is always displayed when opening the link.
    Does anyone know how to hide or change the name displayed?

    I tried changing my name (Apple ID). It had no effect on the Aperture photo stream website page (and yes, I tried it with a new photo stream).
    I still think your name should not be included by default with public website, as well as ability to prevent pictures from Copy/Save.

  • How to hide the unit in the query?

    Hi Gurus,
    I have three key figures,
    1, Stock: Showed as 1000 TON
    2, Value: Showed as 100000 USD
    3, AVG: Showed as 100 USD/TON, the formula is Value / Stock
    In the query, the value will display the unit, TON and USD and USD/TON.
    How can I hide the unit?
    Thanks ahead.

    Hi,
    create Calculated Key figure (for the key figures which u want to supress Units/currency)
    To use the NODIM function, you have to use a calculated key figure (CKF) which is defined as
    CKF = NODIM (KF)
    where KF is your original keyfigure which should be displayed in the report without any units. As I mentioned above, using NODIM will help you hide the ERROR message but will not display units even for those records for which the unit value exists in the info provider
    Create another calculated key figure (for amounts & quantity key figures for which you want to supress unit/currency) and insert "NODIM(Key figure name)" in formula. Use these calculated key figures for display.
    Message was edited by:
            bwuser

  • How to hide reset button in af-query panel in ADF

    Hello All,
    i am using Jdeveloper version- 11.1.2.0.38.60.17 ,i am facing problem with hiding reset button in "af-Query panel".
    kindly suggest me how to hide it. it's urgent.
    Thanks & Regards
    AbhijeetPS
    Edited by: 967068 on Oct 23, 2012 12:39 PM

    Hello All
    I have solved this problem.
    Go to Query panel properties inspector and set Display mode = simple
    and drag an af- command button outside of the query panel.
    <af:commandButton text="Search" id="cb6" actionListener="#{bindings.Execute.execute}"/>
    Thanks
    AbhijeetPS
    Edited by: AbhijeetPS on Oct 23, 2012 6:38 PM

  • 3.x version query how to hide in the report output

    Hi,
    In 3.5 query output, how to hide a row/column which in the report layout.
    Regards,
    Hanisha

    Hi Hanisha,
    If I understood your question correctly that you are looking for hiding the Row or Coloum means either charactertic or key figure in the report layout.
    To hide the any kind of key figures (usually columns) you will have to Right Click KF - Display option always hide.
    if you wanted to hide Characteristic (Rows), there will be no option to hide, but you can remove the drill down of the characteristic so that it will not be appeared.

  • How to hide/suppress unit of measure for  values of columns in structure

    hi,
    hi i am using following in rows and columns.
    Rows:
    1. material group
    2. structure (key figures)
         key figure 1
         key figure 2
         key figure 3
    3. base unit of measure
    Columns:
    1. structure (time scale)
        fiscal period 1
        fiscal period 2
        fiscal period 3
        fiscal period 4
    If I run the report I am getting unit of measure for each key figure in each fiscal period. I wan to show unit of measure only once in a base unit of measure (row).
    I want to suppress / hide unit of measure in columns (time scale - fiscal period). If I wasn't using strcture, I could have used NODIM in formula. But I dont think that I can use NODIM in strctuere.
    Is there any alternative.
    pls suggest. Thanks.

    It seems that i have found the answer. I have checked the query properties --> check the option - Display scaling factors for key figures.
    Pls let me know if  you have any other alternatives. Thanks.

  • How to hide repeated details using SQL Query?

    How to hide repeated details using SQL Query?
    For Ex:
    ------------------------+
    DEPTNO| ENAME | JOB |
    ------|-------| --------|
    10 | JAMES | MANAGER |
    10 | BLAKE | CLERK |
    10 | FORD | SALESMAN|
    20 | SCOTT | MANAGER |
    20 | ADAMS | CLERK |
    20 | KING | SALESMAN|
    ------------------------+
    How we can display the above details in the following way?
    ------------------------+
    DEPTNO| ENAME | JOB |
    ------|-------| --------|
    10 | JAMES | MANAGER |
    | BLAKE | CLERK |
    | FORD | SALESMAN|
    20 | SCOTT | MANAGER |
    | ADAMS | CLERK |
    | KING | SALESMAN|
    ------------------------+
    Thanks Advance

    Hi,
    you can use BREAK ON DEPTNO in SQL*Plus or use LAG.
    SQL> ed
    Wrote file afiedt.buf
      1  select nullif(department_id
      2                , lag(department_id) over (partition by department_id order by last_name)
      3         ) dept_id
      4  , last_name, job_id
      5*  from employees where department_id in (30,50) and rownum <=10
    SQL> /
       DEPT_ID LAST_NAME                 JOB_ID
            30 Baida                     PU_CLERK
               Colmenares                PU_CLERK
               Himuro                    PU_CLERK
               Khoo                      PU_CLERK
               Raphaely                  PU_MAN
               Tobias                    PU_CLERK
            50 Fripp                     ST_MAN
               Kaufling                  ST_MAN
               Vollman                   ST_MAN
               Weiss                     ST_MAN
    10 rows selected.

  • Does anyone an Excel macro to display units/currencies next to its KF?

    Hello,
    I need to change my BEX-display in the following way:
    Current:
    Order#           Amount (loc.Currcy)            Quanitity (BUOM)
    12345             1000 EUR                             5 ST
    My idea is to have it as follows:
    Order#           Amount            Loc.Currcy         Quanitity        Base Unit Of Measure
    12345             1000                EUR                     5                   ST
    Ok, I know how to supress the units/currencies for the Key Figures. I also was thinking of using the units/currencies as characteristics but then they would be display right to Order #.  I want to have it in a new column right of its associated Key Figure.
    I think I can do this with an Excel macro. As I'm not an Expert here, I'm wondering if someone already had done the effort to code such a macro and would be willing to share it with us.
    Thanks

    Use the "Index Array" primitave under the "Array" sub-palette of the functions Palette. The array wires into the top input, and the index of the element you want wires into the bottom input - then the element of the array at the index is returned out the right hand side of the primative (I've attached an example VI).
    cheers,
    Christopher
    Copyright © 2004-2015 Christopher G. Relf. Some Rights Reserved. This posting is licensed under a Creative Commons Attribution 2.5 License.
    Attachments:
    Index_Array_Example.vi ‏12 KB

  • Input Ready Query without unit / currency

    HI ,
    In my input ready query, it is enabling along with the unit / currency. How to show the input ready query without unit / currency
    if I use NODIM() function, it is not possible to creating input ready field.
    Please suggest me is there any way to create input ready field without unit / currency.
    Thanks and regards
    Rajesh

    HI Hyma,
    1.use the currency / unit field in the filter or drilldown
    In this case if the query may have more than 2 fileds which are input ready having differnt unit/ currency, for Ex: Amount = Quantity * Rate
    Currency for amount and Rate is INR and for Quantity is Tonnes. if I restrict both INR & TO in filter, in the system it will store both currency and unit for amount, rate and quantity.
    HI Andrey,
    2. 0CURRENCY or any currency IO that you use in ROWS of query
    In this case also, if I use only one type of currency/unit as input ready then it is fine,, but in my query I want to use more then one currency/unit at a time.(As above Example)
    Please suggest me how to solve this...
    Regards
    Rajesh

  • 0 down vote favorite share [fb] share [tw]        How to hide cut/copy/paste/Replace- menu on the UIWebView when it is being displayed over the keyboard.  Detail: I am having a HTML from, having text box, displayed using UIWebView. If user types in text b

    How to hide cut/copy/paste/Replace… menu on the UIWebView when it is being displayed over the keyboard.
    Detail: I am having a HTML from, having text box, displayed using UIWebView. If user types in text box it shows the keyboard. Now If user tap and hold on text box it shows a popup menu. Now while keyboard and pop up are being displayed user scrolls the view. At this time it shows pop up over the keyboard which I need to hide.
    I tried setMenuVisible of UIMenuController when popup rect and keyboard rect intersects each other on viewDidScroll but it didn't help me.
    Any clues will help a lot.
    Thanks.

    You are more likely to get an answer if you post programming problems to the Developer forum. This forum is intended for normal user level problems.

  • How to hide display details in sap gui and create ad-hoc request in UWL?

    Hi,
    how to hide display "details in sap gui" and "create ad-hoc request" in UWL?
    Please telme the step-by-step procedure to hide "details in sap gui" and "create ad-hoc request".
    Thanks,
    Rashmi

    Hi,
    Thanks for the information. It was very helpfull.
    Can you please tellme where can we fine UWL iView? I tried to find this out in two ways.
    1) Portal Content -> Content Provided by SAP -> End User Content -> Standard Portal Users -> Views -> com.sap.coll.iviews -> Universal Worklist (finally i got this iView). Here i dint find any property called "List of UWL Actions to exclude". In the link which you had given, its written that we can modify the iView and add the name of the actions under the Actions to exclude from the UWL property.
    Which iView do we need to modify and where can i find that property?
    2) I downloaded the xml file and then tried to find this property "List of UWL Actions to exclude" or " Actions to exclude from the UW". But i couldnt find both the properties in xml file.
    Thanks,
    Rashmi

Maybe you are looking for

  • How do I get Home Sharing to work on Windows?

    Hi friends! I promise I've done my homework to try and get a solution on my own. I can't seem to find one. I have a PC with Windows 8 and the latest version of iTunes installed (11.5.5). I have enabled Home Sharing but only the songs I have purchased

  • Preview Aperture Book in Full Screen

    Hi, I'm working on a Macbook Pro 13" and would like to view my photo book in full screen so that I can get a better look at it before I send it off for printing (the inspector takes up 1/3 of the screen which limits the size of my book pages). I rece

  • Calibrating a printer?

    What's the best way to calibrate a printer? I was thinking about creating an InDesign file with various CMYK color-built sqaures and then comparing the printed squares. I would then print out the sheet and compare it with my Pantone Color Bridge swat

  • Extend out-of-the-box script for Publishing Vendor to ERP.

    Hello Experts, We are using ESO 5.1 SP9. I would like to now how it's possible to modify the out-of-the-box script that publishes the vendor to ERP (this script actually generates an XML file). Current client wants to add more fields that are require

  • Reason 4 levels quiet in logic???

    I am using Reason 4 and logic together. When using a redrum, subtractor, etc... from Reason I can never get any volume out of them when rewired to Logic. For example: I tried a couple kick samples playing a pattern in redrum and in the logic mixer it