Report results displays only (*), no numeric values.

Dear all,
The report result only displays asterick (*), no numeric values. But the field in the result thus has numbers which can be seen in display at the top in the excel sheet. why?
Do i need to make any changes in Query properties or something else??
Please advise.

Hi,
You should be trying to work to different units of measure or different currency. If you do any calculation with two values which has different unit then the result will be so.
use NODIM() of the keyfigure and do the calculation. create a formula and add NODIM to keyfigure, then you should be able to see values but you will not get the unit along with value.
Else you should go for conversion of units to single one and then you can get both values and units.
Hope this helps
Regards
Akhan

Similar Messages

  • Display comma for numeric values

    Hi,
    I want to display comma for numeric values.I know we can use strlen and concatenate, but any one can give me an example.
    Ex: 1,234  and 12,234 , 1,22,500  ( iam expecting)
    Thanks,
    Veeru

    it depends on ur data...
    if it is currency then u can use
    WRITE.... CURRENCY...
    if it is qty then u can use
    WRITE....UNIT....
    or u simply pass it to a packed field and it will take the default decimal settings of the user profile...
    Reward points if helpful

  • Query only non numeric values in a column

    How to query only non numeric values in a cloumn.
    For example:
    Table1 has a column1(col1)
    Values:
    Row Value
    1 27376
    2 47D99
    3 83039
    4 DKFI*
    5 3J6
    Query should retrieve only rows(2,4,5).
    Thanks! for help
    Murali

    Version 2(PL/SQL) above is not clear enough, It can be tuned to the following:
    -- Create a function
    Create or replace function IsVARCHAR(pCol VARCHAR2) return VARCHAR2
    AS
    vNumber NUMBER := 0;
    begin
      vNumber := to_number(pCol);
      RETURN NULL;
    Exception
      When Others Then
        RETURN pCol;
    End;
    -- To See VARCHAR values (alpha-numeric) only!
    SELECT col1 FROM tab1
    WHERE IsVARCHAR(col1) IS NOT NULL;
    -- To See NUMBER values only!
    SELECT col1 FROM tab1
    WHERE IsVARCHAR(col1) IS NULL;Versatility here with PL/SQL, but I personally like SQL versions.
    Thx,
    SriDHAR

  • How to 'Only' allow Numeric value in the Edit Box in AcroDialogs

    Hi all,
    I've create an AcroDialog wizard, I need to allow onlu numeric values in the Edit Box. Can someone please help me with this validation?
    Regards,
    Chris

    There isn't a keystroke event for custom JavaScript dialogs, or any proper interactive events for the fields.  You can validate fields when the user presses OK, and you can test fields when the user changes focus by setting the "Action" property for the field.  But the only practical way to restrict user input to numbers is to use George's suggestion.  There is a number property for the fields but it has an undesirable side affect and I never use it.
    Thom Parker
    The source for PDF Scripting Info
    pdfscripting.com
    The Acrobat JavaScript Reference, Use it Early and Often
    http://www.adobe.com/devnet/acrobat/javascript.html
    Then most important JavaScript Development tool in Acrobat
    The Console Window (Video tutorial)
    The Console Window(article)

  • WAD - display only the last value in the chart

    hi...
    I designed a chart in WAD wich displayed a range of values in a line. Now im searching for a possibility to display the value for the points in my chart, but not for all values, only for the last value in the line! And every month the line will extended with new value-points, so it is necassary that the function is dynamic, always for the last point in the chart the value should displayed!?
    thx for some ideas!
    david

    hi @ all... once more information:
    the chart displayed only one keyfigure of a query. for example it display the revenue per month. in jan. = 10, feb. = 15, mar. = 25, apr. = 13, jun. = 23. these values should be displayed in a line in the chart aaaand additional for the last one in the line the valuecaption direct in the chart (f.e.: jun. = 23). not for all "periods-points"only for the last one.
    in jul. = 25 the chart changed and only for july the value-caption should be displayed. Is it possible?
    Regards,
    David

  • Substring  only  the numeric values and  sum It

    Hi All,
    I have  Department Dim Object and Equivalent Base Detail Object. I have created the department as section. And the values for the Equivalent Base displays as follows
    Department 1                 
    16 OUNCE                               
    288 OUNCE
    Department 2   
    UNIT                                          
    12 COUNT
    Required Output:
    Total Equivalent Base
       Department 1 
               304
        Department 2
               12
    now I need to  to display only the Total Sum of Equivalent base for each department.
    First  I tried to substring
    =Substr([Equivalent Base];1;3)
    And then I tried to sum it
    =sum(Substr([Equivalent Base];1;3))
    its giving me #Error
    Regards,
    Rahul Akurathi

    Hi Rahul,
    Is the following your source data?
    Col1, Col2
    Department 1,16 OUNCE
    Department 1,288 OUNCE
    Department 2,UNIT
    Department 2,12 COUNT
    And you want to get?
    Department1, 304
    Department2, 12
    If so my code did not allow for the Unit which had no number.
    you will need something like
    if(pos(([equilvant base]," ")>0;(if (IsNumber(trim(substr([equilvant base];1;pos(([equilvant base]," ")-1));sum(ToNumber(trim(substr([equilvant base];1;pos(([equilvant base]," ")-1)));0);0)
    The logic here is if there is no space then it does not contain a number, therefore use 0. If it has a space check the characters up to the space and see if they are a number. If yes convert to a number, otherwise use 0.
    Let me know how you get on
    Alan

  • Display only non zero values  in rows

    Hi Friends,
                      I have a key figure "X', and it is split over 12 months (aging buckets), by using formula, but I want to filter values with zero values ie I want to display all non zer values only.
    This looks like
    Apr        100   
    May       200   
    Jun         200 
    Jul            0   
    Aug
    Sep
    Oct
    Nov
    Dec
    Jan
    Feb
    Mar
    In the above example I dont want to display 'Jul' at all, and the rest should be displayed, Wherein all the above are formula(Apr, May,......)
    Is it possible ?
    If so , what is method.
    I tried supress in query properties , Like supress zeros, but it is not working.
    Suggest me
    Points assured.
    Sanjay

    Dear Gupta,
                       In my case condition is not working, as I want to display values that ae non zeros. If I am using conditions, none of the values are displayed like Apr, May,Jun, Jul, etc........, I want to display all values except Jul as that values is zero as per my example.
    Please suggest
    Sanjay.

  • Display only limited desired values for an infobject in selection screen

    HI Gurus,
    I have a requirement as follows.
    After executing query, in the selection screen I should only able to find my desired values instead of all the values of master data table.
    Example : Select from:
    After executing query, in the selection screen of BEx Analyzer, for the infobject Status (0CRM_USSTAT) I should find below values only instead of all values from the dataprovider or master data table. That means only desired values should be available in the F4 selection. Can you please now tell me how to restrict this?
    New
    Open
    In Process
    Closed
    Rejected
    Overdue
    Looking forward for the helpful answers.
    Thanks,
    Sasi

    Hi Sasi,
    Go to your Variable screen click the Adjacent Multiple selection Arrow button, Give the values
    New
    Open
    In Process
    Closed
    Rejected
    Overdue
    Now click copy --> immdiatly click the adjacent button --> Click personalize Variable Value,
    Next time onwards when you get variable screen --> click the last buton and Load Personalize Values --> if you click the multiple selections then u will see only the above values..
    Thanks,
    Sudhakar

  • Problem with Report Result Display.

    Hi Experts,
    In one of my reports , i need one  key figure length of service in years which is report execution date (system date ) - entry date / 365.
    Entry date is characteristic and it is in the report display.
    I have made a formula and in that i created a formaula variable using replacement path for entry date and got entry date value.
    Similarly for system date i got it into another formula using customer exit.
    I have made antoher formula length of service in years calculation .Calcualtion every thing is fine.
    My output required is show the result value only   and hide the single values for the length of service. ....
    Here My problem is in the result row for this formula lenght of service it is showing as X instead of the value.
    SIngle values are fine .Result row values are coming as X.
    I read that if it is formual varaivble using replacement path result values wont be proper.
    I treid using calcualte result as ...but i have hierarchy display in my report as a result i am getting warning as
    Calculating result as was not executed...
    I tried using exception aggregattion even then result is coming as X.
    So how i should i get my values displayed in the result row...
    Thanks
    vamsi
    Edited by: vamsi talluri on Oct 13, 2009 4:55 PM

    Hi Experts,
      Any inputs on this...
    Thanks
    vamsi

  • ABAP report to display material wise forecasted value in sap APO

    Hi All,
    I want to create a ABAP report in which i want to display the forecasted values of the material from the planning book.
    Could anyone please help me with the information with any database table or the function module or any other source to get the forecasted value against the key figure ZCONSTR form the planning book data.
    It's very urgent.....Awaiting your reply.
    Edited by: Komal Bhutada on Jul 22, 2011 5:50 PM

    Hi,
    You can more details from transaction BAPI->Supply Chain Management ->Advanced Planning and Optimization ->PlanningBookAPS ->GetDetail2 .Here you can find input parameter and in detail documentation.
    Regards,
    Sunitha

  • How to Return only alpha-numeric Values

    In my query, I want to return only records for which data in a specific column is alpha-numeric. Any records having this field as NULL, or containing symbols, I want to exclude. What's the best way to do this?
    Thanks,
    Brice

    select str from tab1
    where str is not null
    and translate(str, '_0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ','_') is null
    /Regards
    Dmytro

  • Report Painter: Display only own Libraries in GRR2

    I'm working with Report Painter and Key Users find it troublesome to explore all the library tree until they get their own library...
    Does anyone knows if it is possible in transactions GRR2 or GRR3 to hide the standard libraries???
    Thanks for you help!

    I have configured that one but it seems that in transaction GRR2 or GRR3 is checking other Authorization Group (G_803J_GJB = Report Writer: Report Group)
    I will configure both or I will raise an OSS Message with the incident.
    Thanks for the prompt response!

  • Display only single value

    Greetings,
    Given my dimension <course section> and measure object <Billable Hours> etc.
    When a given course section meets multiple times and/or has a lab my report doubles the billable hours.  doubles e.g. instead of 4 billable hours, the report displays 8 billable hours.
    I tried the following formula  w/ ranking w/o any success.
    =If([Billable Hours] = Min ([Billable Hours]) In ([Section ID])) Then "1" Else "0"
    How can I get my report to display only 4 billable hours?
    TIA,

    Greetings,
    I tried the above formula suggested by Jothi, but when I drag my variable to my report, it displays 1 across the board..
    Anuj, in the attached screenshot BIOL-101 shows 8 billable hours, but in actuality it’s only 4 billable hours.  T
    he billable hours usually doubles and/or gives wrong result for the following reasons:
    When the course has multiple sections
    When the course has a lab
    My requirement is to display 4 billable hours for BIOL-101 in the sample.
    TIA

  • Can I display only negative values in an X-Y graph

    I have my graph set up to run reading two arrays. It is a sine on sine wave and I only want to display the negative results. Is there a way to do this? Is it possible with something like a scan from function? In the end I will be linking this up to an absolute value and having only the negatives be positive, but getting the graph to display only the negative values is the first step.

    You can use the Threshhold 1D Array to filter out all values greater than 0.
    Cory K

  • Function to extract only numeric value

    Hi
    I have a column which contains alphanumeric number like LAX4308720
    Is there any function in oracle so that I could extract only the numeric values like
    4308720 from that string..?
    Please provide me some solutions
    Shelly

    You can use translate as demonstrated above.
    You just have to make sure you translate out all the characters that you don't want that may appear in the string. e.g. if the only other characters are uppercase A-Z then you can just use:
    SQL> ed
    Wrote file afiedt.buf
      1* select replace(translate('LAX4308720', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789','??????????????????????????0123456789'),'?') from dual
    SQL> /
    REPLACE
    4308720
    SQL>

Maybe you are looking for