Busiiness Objects dropping decimal part of imported value

I am using a csv file as the basis for several reports.  The values being imported have integer only and decimal values.  Business Objects appears to import only the integer value of every record even if the record contains a decimal value.  Is this a know response, problem, in Business Objects and is there a work around or is there a configuration value that needs to be changed?

Which version of BOBJ do you use? Did you install any additional language packages?
Regards,
Stratos

Similar Messages

  • How to see decimal part of float value?

    How to see only value of decimal part of float value?
    For example, if I have 1.455, i need only to see .455 part.

    Read the floating point value.
    Convert that into a string.
    Use the String's substring and indexOf method to find
    the "." and then cut from there, to the end of the
    string.<sarcasm>
    Really? I'm sure pbrockway already said that but i must be mistaken.
    </sarcasm>

  • Changing Node Attributes to drop decimal places on MI 7.1 table UI Element

    I have been struggling with finding a way of dropping three decimal places on a QUAN data type for a Node attribute, so that the value can be displayed as an integer instead of with three decimal places displaying when outputted within the table UI element within our MI 7.1 Mobile Client application.
    I have adjusted the column width, which is not ideally what I am trying to achieve.  The decimal places for the value are not required and should therefore not be displayed and take-up additional space on the table template view.
    Does anyone know a slick way to remove the decimal places for a data object that is outputted to a table UI element within the NWDS java application?
    If the above is not possible, what is the best approach for making a change to a data object node structure of the SWCV?  Can the node attribute for the  Decimal value be changed directly, or are there other things that should be considered when making a change to a node attribute of the data object?
    I appreciate any advice in this area.
    Kind regards,
    Rose Orovec

    Hi
    Try to create your own value attribute ( with out decimals)  in the node and pass the actual value to this
    and finally show your value attribute( as a field ) on the screen
    Hope this works....
    Regards

  • Number field not displaying the decimal part

    Hi,
    In a VO I've an attribute which is of type Number.
    I've set the precision & scale for the attribute as 16,4
    Even though the value in the database is having decimal part still in the UI it is just displaying the integer part.

    I've not generated the VO RowImpl file.
    The problem got solved by setting the format type in the control hints of that particular attribute of the VO.

  • How to keep 2 decimal places for double value

    Hi,
    I need rounding function, which should round a double number till 2 digits, if there is no decimal part it should append 2 zero's in decimal places.
    eg. 100 --- > 100.00
    200.234 --> 200.23.
    I tried with Number class. but it is returning string, from that string if I try to convert to double value, it is rounding off one digit.
    Can any one help on this problem.
    Thanks,
    Suman.ch

    I am using xmlBeans using that I need to write this
    rounded value into a xml file, for that I need only
    double value with 2 decimal places.You can probably write the value as a String instead of a double somehow, so you can use the DecimalFormat class.
    You could try their mailing-lists for users/developers:
    http://xmlbeans.apache.org/community/index.html

  • Number validation - no decimal part

    Hi
    I have requirement, I should not allow the user to enter decimal part.
    The user can only enter absolute numbers.
    Any ideas how this can be achieved?

    Re: decimal value---urgent
    I have pasted wrong link , check with this link.
    Avaneesh

  • Hi, I have problem with importing MOV files from SJCAM 4000. MOV files are in supported formats for Adobe Premiere Elements 11. But if I'm importing MOV file, only audio part is imported, video part is not imported. How can I solve this problem?

    Hi, I have problem with importing MOV files from SJCAM 4000. MOV files are in supported formats for Adobe Premiere Elements 11. But if I'm importing MOV file, only audio part is imported, video part is not imported. How can I solve this problem?

    haben
    From looking at the specifications of your camera (SJCam 4000), we know already what video compression your camera is using. It is H.264.
    A H.264.mov file should be supported by Premiere Elements 11. On what computer operating system is your Premiere Elements 11 running?
    Do you have the latest version of QuickTime installed on your computer? And, are you running QuickTime and Premiere Elements 11 from a
    User Account with administrative privileges? Please go to Premiere Elements 11 Publish+Share/Computer/QuickTime to confirm that you find
    presets there for the QuickTime choice there.
    What are the properties of these H.264.mov files - is it 1080p30 (1920 x 1080p30)  or something else? Do you know if this camera is recording with a variable or
    a constant frame rate?
    Please review and consider and then we will decide what next.
    Thank you.
    ATR

  • Objects look like bitmaps when importing vector files

    Hello,
    I am absolute beginner with ID CS5. I am going trough a bunch of tutorials, and there is one thing I cannot solve.
    When I am importing vector file content (Illustrator CS5 file with vector objects - strokes) into InDesign frame,
    imported object looks like low resolution bitmap. What am I doing wrong? Is there any option I should enable or disable
    to have imported objects in vector format?
    Thanks in advance for answers,
    Best Regards,
    Mi

    Yup! Try View -> Display Performace -> High Quality. InDesign substitutes low-res previews when you're in Standard display mode. (And ID tends to run a great deal faster when it's not rendering print-res images, so you're probably best off working in Standard mode unless you have a monster of a desktop machine, or unless your work requires that you see the high-res image while you're doing other tasks in ID.)

  • Select amount field of a table with decimal place of 3rd value grater than 0.

    Select all the reord  in a table with amount decimal place of 3rd value grater than 0.

    Can you show the sample data + desired result?
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • SSIS - "Violation of PRIMARY KEY constraint. Cannot insert duplicate key in object ' tablename '. The duplicate key value is 1234 . Though there are no duplicate records.

    Hi,
    I am providing support to one of our clients, where we have jobs scheduled to load the data from the tables in the source database to the destination database via SSIS packages. The first time load is a full load where we truncate all the tables in the destination
    and load them from the source tables. But from the next day, we perform the incremental load from source to destination, i.e., only modified records fetched using changed tracking concept will be loaded to the destination. After full load, if we run the incremental
    load, the job is failing with the error on one of the packages "Violation of PRIMARY KEY constraint. Cannot insert duplicate key in object '<tablename>'. The duplicate key value is <1234>, even though there are no duplicate records. When we
    try debugging and running the failing package, it runs successfully. We are not able to figure out why the package fails and when we run the next day it runs successfully. Request you to help me in this regard.
    Thank you,
    Bala Murali Krishna Medipally.

    Hi,
    I am providing support to one of our clients, where we have jobs scheduled to load the data from the tables in the source database to the destination database via SSIS packages. The first time load is a full load where we truncate all the tables in the destination
    and load them from the source tables. But from the next day, we perform the incremental load from source to destination, i.e., only modified records fetched using changed tracking concept will be loaded to the destination. After full load, if we run the incremental
    load, the job is failing with the error on one of the packages "Violation of PRIMARY KEY constraint. Cannot insert duplicate key in object '<tablename>'. The duplicate key value is <1234>, even though there are no duplicate records. When we
    try debugging and running the failing package, it runs successfully. We are not able to figure out why the package fails and when we run the next day it runs successfully. Request you to help me in this regard.
    Thank you,
    Bala Murali Krishna Medipally.
    I suspect you are trying to insert modified records instead of updating.

  • Part cost   kf values are getting aggregated ......... can any one help me?

    hello gurus....
    iam designing a infocube in which there is a keyfigure 'partcost'.when i execute a query on this infocube, the part cost values  for a particular part id are getting summed up. but the part cost ,whether for single or 100's of parts ,should be the same.
       i dont want these part cost values in the query to be aggregated.  what i should do now. declare this part cost as non cumulative kf or is there any solution for this ?
      i have gone thru the sap help site, but unable to find a solution for this?
       how to declare it as a non cumulative kf ?
      can any one suggest me a with some detailed steps what should be done for this? very urgent . my project deadline is with in 2 days. i will be really thankful to u..

    Hi Lokesh,
          Pls check your post in BI General. part cost  kf values are getting aggregated ......... can any one help me?
    Regards
    Hari
    Message was edited by: Hari Krishnan K

  • What values  to pass the import values of FM -KAUF_AUFNR_CHANGE.

    Hi,
    what values  to pass the import values of FM -KAUF_AUFNR_CHANGE.., Since the fields in FM are different from the values of database table fields.

    Hi,
    the import parameters in the FM are type of structures. it basically acts as a work area.
    when you execute the FM, and click on the icon in front of the field, for example, I_AFKO, and then you can enter the values you want to.
    Hope it helps,
    Preet

  • PSE 8 (OSX) Drop out part of photo to reveal another?

    I am guessing it's possible to crop inside one photo, drop that part out, and thereby reveal a photo underneath.
    But I can't find any hook in Help (or in The Missing Manual) to let me start researching it.
    Is it possible?
    Can you give me an idea how to do it? Or at least what to search for in order to read about it?
    Thanks in advance.

    Sure. Siimplest way is to layer the two photos together (since you have the book, it's like the directions for doing a manual exposure blend in the sidebar in chapter 8) and just use the eraser tool, or select what you want to get rid of and delete it from the top photo. Helps to feather or refine edge before deleting (all that is in chapter 5).

  • Dropping a column's default value

    How to drop a column's default value?
    The following commands fails:
    ALTER TABLE t1 ALTER COLUMN c1 DROP DEFAULT.
    ALTER TABLE t1 MODIFY c1 DROP DEFAULT.
    Thanks in advance.

    SQL> ALTER TABLE IDENTIFICADORES_DOMINIOS_RANGO MODIFY TIPO_DATO DEFAULT NULL;
    Table altered
    SQL> DESC IDENTIFICADORES_DOMINIOS_RANGO
    Name                 Type         Nullable Default Comments                                  
    CODIGO_IDENTIFICADOR NUMBER(7)                                                               
    DESCRIPCION          VARCHAR2(50)                                                            
    TIPO                 VARCHAR2(1)                                                             
    TIPO_DATO            VARCHAR2(1)           NULL    Tipo de dato que contiene el Dominio-RangoI would like drop DEFAULT value; now, it's marked like NULL. It's not the same... is it?

  • Unable to access objects in my own schema -- imported from SQL Server

    Hi All,
    I have imported some tables from MS SQL SERVER 2005 to Oracle 9i (9.2.0.1.0) on Windows machine.
    When I fire the query like "SELECT * FROM TAB", I can see the list of all those tables that I have imported, but the problem is that if I try to fetch the data from a specific table, the error is shown as "TABLE OR VIEW DOES NOT EXISTS".
    Can you please suggest me some work around to get the data from the tables?
    Thanks in advance
    Himanshu

    Replied in your Re: Unable to access objects in my own schema -- imported from SQL Server.
    Yoann.

Maybe you are looking for

  • Marking Pictures Specific Names

    I have many pictures in numerous folders. They all are named like IMG_231.jpg. How can I make an Automator action to name each picture in the folder the name of that folder. For example, if I have a folder named "Baseball", and there are 50 pictures

  • How do I find model number of Nokia phone?

    New poster here. I have become the proud owner of an old (estimate 6 years) Nokia prepaid phone. How do I find its model number? Looking at the pictures of phones on the Nokia website, nothing jumps out at me. Was owned by a family member who recentl

  • [svn] 4879: Patch for integration bug.

    Revision: 4879 Author: [email protected] Date: 2009-02-06 13:12:53 -0800 (Fri, 06 Feb 2009) Log Message: Patch for integration bug. There was a regression with check-in 4793 when getLayoutBoundsX and getLayoutBoundsY were added to Path. Path now trie

  • HT4061 Hey my Iphone just automatically turned off? Pleasse tell me what to do?

    I need help, my just turned itself off and now it won't turn on. I just don't know what to do? One moment it was on and then it just went dead. Please someone tell me what to do? I tried syncing it with Itune but my laptop won't recognise it. I haven

  • Matrix report with literals as rows

    Hi all, I have been asked to write a report that lists userids as the columns and literals as the rows and the resulting counts for the cross product. The data is all coming from a statistics table of transactions by userid and the associated counts