Non-numeric in numeric field

Hi,
My database table has a column defined as number(10,0) not null. But its has stored a value of i0 when I do to_char(field_name).
if I try to select the same field its shows nothing, as it not blanks not null some junk value.
Please let me know what is the value i0 means, what are the general reasons to get it populated?
Thanks in advance

shrivatsa wrote:
Hi,
My database table has a column defined as number(10,0) not null. But its has stored a value of i0 when I do to_char(field_name).
if I try to select the same field its shows nothing, as it not blanks not null some junk value.
Please let me know what is the value i0 means, what are the general reasons to get it populated?Not possible.
what does it show for that value if you do:
select col, dump(col)
from table
where ... where "col" is your column and "table" is your table.

Similar Messages

  • Gui_upload for csv file with numeric n date fields

    Hi ,
      i searched on net on how to use GUI_UPLOAD for csv files using split function but the spilt function requires that the data type of all fields of the internal table should be character whereas in my case there is a numeric n data field too.So kindly help me how to do it.
    One way ppl might suggest that give all the fields as char in the internal n after recieving the data in the internal convert the required fields back to data n numeric n then finally insert to the database but if i have 80 fields u would really dont want to do that as it requires precision to convert it to the same type n length as in the original database for all the fields.

    yeah i guess that would be a bit longer if i m having more no of fields (80) compared to ORACLE where this can be done in a shorter way.
    SO i shall use 2 internal tables here rite?? i mean first one(with all fields as char) for storing the split function values and the other one (with actual data types) .CAN u plz tell me how to convert or cast from one data type to another n while moving values from 1st internal table to another  which way shall i do.
    Thanks for ur help n can u suggest if there is any other method for uploading csv also other than this split method n whether this method is better n faster than others.
    THANX

  • Got multiple values for non null local custom field

    Hi,
    I get the following error message while saving a MPP from Project Professional to MS Project Server:
    Got multiple values for non null local custom field.
    I checked the MPP and found that there are fields with same alias as Enterprise field names. However, these fields are at a Task level, whereas the Enterprise fields are at a Project Level.
    I would like to know why this is happening and the resolution for this issue. I don't want to delete the local fields.
    Any help in this regard will be appreciated.

    Then try to find any inconsistencies in the project plans with the issues, like required values not entered. Also try to save the plan as XML format and save it back as an mpp file to see if it helps (be aware that any formatting will be lost).
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Sa-learn says "Argument 'perl_version' isn't numeric in numeric ge"

    Since yesterday, the sa-learn component of Spamassassin complains:
    Argument "perl_version" isn't numeric in numeric ge (>=) at (eval 525) line 1.
    Argument "perl_version" isn't numeric in numeric ge (>=) at (eval 1018) line 1.
    This is a known problem with a known solution (upgrade Spamassassin to 3.4.0). It's discussed here, for example. My worry is that once I manually update or patch Spamassassin, I'll be off the track for Mac OS X Server updates.
    Advice?

    Hi,
    It pays to RTFM. Since DBD 1.22 only Oracle 9i+ libraries are supported. According to your output, install picked 8.1.7 libraries for build. If you do not want to upgrade - your best bet would be DBD 1.20:
    http://search.cpan.org/dist/DBD-Oracle/Oracle.pm#Which_version_DBD::Oracle_is_for_me?
    --romas                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to model a non key figure numeric field

    I am new to SAP BI, so please acceopt my apologies if I am asking a very basic question.
    I have some numeric fields which are attributes of master data. These fields are not key figures and will not be aggregated. How can I model this in BI? I have to keep them as numeric fields because they may be used in some calculations at reporting.
    Thanks!

    You can display them as display attribute along with your main infoobject in query.
    or
    Model it using replacement formula variable by using attribute value as in this [Help|http://help.sap.com/saphelp_nw04s/helpdata/en/03/6ba03cc24efd1de10000000a114084/content.htm] doc.
    Hope this helps.

  • Find none numeric in varchar field

    We have a field that is supposed to store phone numbers, but it is VARCHAR2, don't ask me why it is, but it is and it's not going to be changed or fixed, I am just an end user.
    Anyways, I would like to scan that entire column and find anything that is not a number, how would I do that ? when searching for non-number in a character field ?
    REGEX ?

    This
    SQL> with t as ( select '1234568' col1 from dual union all
      2   select 'adff1354' from dual union all
      3    select '1235jhgjhgrfg' from dual union all
      4    select '8975444' from dual )
      5   select col1
      6   from t
      7   where regexp_replace(col1,'[0-9]') is null;
    COL1
    1234568
    8975444
    SQL> or
    SQL> with t as ( select '1234568' col1 from dual union all
      2    select 'adff1354' from dual union all
      3     select '1235jhgjhgrfg' from dual union all
      4     select '8975444' from dual )
      5    select col1
      6    from t
      7    where regexp_replace(col1,'\d') is null;
    COL1
    1234568
    8975444
    SQL> Edited by: Salim Chelabi on Aug 13, 2009 4:22 PM

  • Can a .pdf created with Livecycle allow a user to enter a % symbol in a numeric or decimal field?

    What I've found so far is that the only way to get the % symbol into a numeric/decimal field at all is to set the "display pattern" to display the % symbol after numbers have been entered into the field.
    The reason I want the field to be numeric and not text is because I have to run a FormCalc caculation that populates a third field.
    (NumericField1 * Numeric Field2*) + NumericField1

    Thanks for the reply Niall.
    I ended up chanigng the numeric field to a decimal field instead, and added the following display pattern: num{zzzz9.99'%'}
    So although the user can't enter a % symbol into the field, a % symbol automaticaly populates when the user enters a number.
    My criteria involved ensuring that a user could not enter a number with more than two numbers after the decimal, so I also set a trailing digits max of 2 (in the Obect > Field settings)
    This is the FormCalc formula I used in the "calculate" event to calculate the salary increase amount request: (DecimalField1 * NumericField2) *.01 + NumericField2
    This formula is meant to calculate the salary amount a manager is requesting their employee's salary be increased to.

  • Joing two files by Numeric and alpha field.

    I asked this question yesterday and thought it complete. Unfotunately, I don't know SQL as well as I thought I did.  I nedd to link two files together. In the Address Book Master(F0902), I need to link ABAN8(numeric Field) to GBSBL(Alpha Field) in the Account Balances File(F0902).
    I was not sure how to convert the correct field and then how to link them. Below is the SQL that I have built. It is missing the convert and the Link.
    Thanks again, Rick
    SELECT "F0101_Address_Book_Master"."ABAN8_Address_Number", "F0101_Address_Book_Master"."ABALPH_Alpha_Name", "F0101_Address_Book_Master"."ABAT1_Search_Type"
    FROM   "F0101_Address_Book_Master" "F0101_Address_Book_Master"
    WHERE  ("F0101_Address_Book_Master"."ABAT1_Search_Type"='E' OR "F0101_Address_Book_Master"."ABAT1_Search_Type"='X')
    SELECT "F0902_Account_Balances"."GBAN01_Net_Posting_01", "F0902_Account_Balances"."GBFY_Fiscal_Year", "F0902_Account_Balances"."GBSBL_Subledger"
    FROM   "F0902_Account_Balances" "F0902_Account_Balances"
    WHERE  "F0902_Account_Balances"."GBFY_Fiscal_Year"=11

    Not clear what your database is assuming its SQL server
    SELECT "F0101_Address_Book_Master"."ABAN8_Address_Number", "F0101_Address_Book_Master"."ABALPH_Alpha_Name", "F0101_Address_Book_Master"."ABAT1_Search_Type", "F0902_Account_Balances"."GBAN01_Net_Posting_01", "F0902_Account_Balances"."GBFY_Fiscal_Year", "F0902_Account_Balances"."GBSBL_Subledger"
    FROM "F0101_Address_Book_Master" "F0101_Address_Book_Master"
    inner join  "F0902_Account_Balances" "F0902_Account_Balances" on "F0101_Address_Book_Master"."ABAN8" = cast("F0902_Account_Balances" ."GBSBL" as int)
    WHERE ("F0101_Address_Book_Master"."ABAT1_Search_Type"='E' OR "F0101_Address_Book_Master"."ABAT1_Search_Type"='X')
    and "F0902_Account_Balances"."GBFY_Fiscal_Year"=11
    again assuming "F0101_Address_Book_Master"."ABAN8" is in fact an int, change cast to numeric if appropriate
    Ian

  • Aodbe form Numeric or Decimal Field

    Hi experts,
                 I am new to adobe form. I want to display, if i enter 1234 ,it will be displayed 12.34 .Can you please suggest me?
    Thnaks.
    Hans

    Hi Hans Bauer,
    Do the following:
    1. Take the field as Numeric Field or Decimal field from Library.
    2. Select the field from Hierarchy.
    3. Go to menu> windows> Script Editor.
    4. Choose Exit event in the script editor.
    5. now write the following code in the exit event of the numeric field/decimal field.
    $.rawValue = $.rawValue/100
    Thats all what you have to do.
    Hope it will solve your problem.
    Regards,
    Vaibhav Tiwari.

  • Cursor Doesn't display in numeric right justified fields

    We have an aplication that we deployed at a client. Normally the cursor blinks in the field that has focus. However, at this particular client the cursor doesn't show on numeric fields that are right justified. The user can type in the values though. Please help.
    Alok

    Hello,
    Maybe you can increase the width of field.
    Regards,
    George
    We have an aplication that we deployed at a client. Normally the cursor blinks in the field that has focus. However, at this particular client the cursor doesn't show on numeric fields that are right justified. The user can type in the values though. Please help.
    Alok

  • Numeric type source field

    Hello.
    I try to make one of my source field as integer. I use XSD Schema and I've already tried all of xsd numeric data types  (like Integer, int, short , byte) - In all cases in Import manager I get always "Text" type.
    Dmitry

    Hi Dmitry,
    If you have mapped numeric/boolean/ccurency etc to text field in Import manager,there will be an automatic type conversion based on type of the destination field.
    This is what you are seeing in the import manager in "type".
    For further details please go to page 225 of Import manager guide.
    Thanks,
    Ravi

  • Check..numeric and charcter fields.

    Hi,
            iam checking the conditions for numeric and character.if the output is numeric then it can shift to right justify,else if it is charcter left justify.but the following code is not checking for charcter fields.
    data:p_input type c.
      data: pout type string.
      data: htype like DD01V-DATATYPE.
      if htype = 'CHAR'.
        shift htype LEFT DELETING LEADING space.
      else.
        CALL FUNCTION 'NUMERIC_CHECK'
        EXPORTING
          STRING_IN  = P_INPUT
        IMPORTING
          STRING_OUT = POUT
          HTYPE      = HTYPE.
        SHIFT htype RIGHT DELETING TRAILING space.
      endif.
    plz help me..
    thanks

    hi,
    try sth like that:
    parameters p_input(50).
    DATA: pout TYPE string.
    DATA: htype LIKE dd01v-datatype.
    CALL FUNCTION 'NUMERIC_CHECK'
         EXPORTING
              string_in  = p_input
         IMPORTING
              string_out = pout
              htype      = htype.
    IF htype = 'CHAR'.
      SHIFT pout LEFT DELETING LEADING space.
    ELSE.
      SHIFT pout RIGHT DELETING TRAILING space.
    ENDIF.
    Andreas

  • Non functional alpha numeric pad.

    The numeral portion of my alpha numeric pad stopped inputting. Only the numerals don't work other symbols are still functioning. Older iMac Intel, Bluetooth keyboard.

    Move this file to the trash can and then reboot and see if the problem is solved. If so remember to delete the test user account. In Lion the library folder is hidden. You have to go to Finder, press and hold the option key and click on Go and then go down to Library. Once in Library click preferences and the move com.apple.keyboardtype.plist to the trash.
    Library/Preferences/com.apple.keyboardtype.plist

  • Conversion of a numeric or decimal field

    Hello,
    i have an adobe print form for my invoices.
    in one cell of a table, either a percentage value will be printed or a fix amount.
    in the table, the value for -30% is "300.00-", for the fix amount, it is 4.88
    on the printform, it should be displayed in the right way.
    the amount is displayed right. "4.88", but the percentage is displayed in the same way as in the table, "-300.00"
    can anyone help me?
    is it necessary, to convert all entries in the table before calling the print form?
    McDelta0six

    Hi,
    You may try out the disp[lay patterns in the object palette of the fields.
    Refer to Designer help, regarding theDisplay, edit patterns...
    hope this helps,
    - anto

  • Insert time as numeric value within field

    How would I have the form automatically insert the time for example into a text field. I ultimately am trying to create a unique order number value that will  (don't have to be sequential or anything) and thought maybe I could format the time of submission.
    Any help would be greatly appreciated!
    Thanks,.
    D

    The time would not be included in the form itself (if you saved a PDF of the response that data would not be included) but you are able to download the responses as an Excel spreadsheet which does include the time submitted.
    I am not sure if this would be helpful, but you can set it up so you recieve email notifications which can include the form data, in the email notification there is a line for "Total Responses:", which if you do not delete existing responses should give you a unique # per submission if you printed out those notifications.
    Thanks,
    Josh

Maybe you are looking for