Number field does not display trailing zero after decimal

Hi,
I have a Text Item of type number with size set to 6.
if the database value = 19.10, the
number field displays 19.1
I want to display the complete 19.10 in the field.
How do I do it?

SET FORMAT MASK property of text item to 990D00.
If the value is just "10" ie without decimal, displayed will be "10.00".

Similar Messages

  • RE: my input fields does not display when running the page

    my input fields does not display when running the page
    why is that so?

    Hi,
    Can you send the HTML code for us?
    Afonso

  • How to delete trailing zeros after decimal ?

    Hi,
    i want to delete trailing zeros after decimal.
    Example:
    if it is 22.000 then output will be 22
    if it is 22.010 then output will be 22.01.
    plz let me know hw to do this ?

    DATA:
      lv_decimal TYPE f DECIMALS 3,
      lv_string  TYPE string.
    lv_decimal = '22.010'.
    WRITE lv_decimal TO lv_string.
    SHIFT lv_string RIGHT DELETING TRAILING '0'.
    CONDENSE lv_string NO-GAPS.
    * now no trailing zeros are in the decimal stored in LV_STRING
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Jan 30, 2008 12:10 PM

  • VirtualBox Description Field Does Not Display

    The VirtualBox description field does not show up any more. Here is what it looks like
    It happened right after I was modifying a description at the same time I was shutting down that same guest machine. I got a message asking me to save one thing or discard it and save something else, I chose to save the machine information and discard my entry into the description field. Now, no machines display a description.
    I can see the description if I click on it.
    To fix this, I even tried uninstalling and re-installing VirtualBox.
    Any ideas on how to fix this?

    You may want to provide information about what primary OS and which version of VirtualBox you are using.
    Perhaps you have renamed the Virtual machine folder. I suggest to locate the directory on your computer and edit the machine name of your Guest OS accordingly.

  • Outlook does not display linked images after installin 7525 printer

    Installed 7525HP photosmart printer earlier today.  Since installation, Outlook does not display linked images when I open emails.  p6620f HP desktop computer. 

    You're probably not going to like the answer: Welcome to HTML-based email, and web (browser- or mail-based) rendering incompatibilities and quirks.
    Newer Microsoft Internet Explorer is (much) better than older releases, so see if a newer Windows client or a newer version of Outlook does better.
    If you really want to see what's going on here, view the raw HTML that's getting generated, and see what Microsoft wants or uses or expects within Outlook, and send that.

  • How can i retain the trailing zeroes after decimal

    how can i retain the trailling zeros after decimal?
    values are showing in table like( 4.50,5.00) but i am trying to do some processing with these values then ithe zeroes are truncated like (4.5,5),
    how can i get values with zeroes

    If the values in the table have trailing zeroes, it's a character type column.
    Once you perform operations on them, they're implicitely converted to the number type, hence "losing" trailing zeroes.
    To get the trailing zeroes back, you have to convert them back to character data:
    TO_CHAR(1.5*3, '90d99')Have fun,
    K.

  • ICal does not display iCloud calendar after moving from MobileMe to iCloud

    I moved MobileMe to iCloud. Everything but iCal made the move fine. My iCal app does not show iCloud nor am I able to create that as a new account. My MobileMe calendar is displayed but gets an error message that it cannot log on to my calendar because the password is wrong at MobileMe. Settings shows I am logged in to MobileMe and that it has moved to iCloud.

    I'm running 10.7.2 and still my iCal does not show in iCloud.  System preferences>iCloud just keeps giving me the same advertising window for iCloud with a button to "Move to iCloud."  This takes me to an endlessly same windo of find my phone.  Argh.  Help!

  • File Path and Name field does not display correct path

    We are using Crystal 2008 along with VS 2005. We embed the special "File Path and Name" field  inside our report and it displays the correct path when viewed inside Crystal reports:
    C:\Program Files\reports\Chart.rpt
    When run through the web and viewed in the DHTML viewer, the file name and path appear as follows:
    C:\Windows\TEMP\Chart {02152A43-3339-4C03-A50A-E281E1D391AF}.rpt
    How can this be corrected?
    Thanks in advance for any assistance.

    This is a known issue tracked under ADAPT0000962216. At this time I do not know when this will be resolved, however Service Pack 2 for CR 2008 is targeted to be released by September and this may contain the fix.
    Ludek

  • Album art does not display on iPod after sync with iTunes

    I synced my 1G iPod nano to the new iTunes 7, and it did not seem to fully sync my iPod. I downloaded some album art onto some songs and they dont display on my iPod nano. Does anyone have the same problem as I do? Much help would be appreciated

    I was hoping I could find the answer here. I have a 60GB Video and before v7 about 30% of my albums had art that I found and attached myself, they showed up on my iPod. With v7 I chose for iTunes to get my album art and it did, all of my songs had corresponding art to go with it, when I plugged in my iPod to sync last night I just let it run because there are so many. This morning I get my iPod and I play a song, nothing, then another and another and still no art but when I open iTunes, I see the album art. What gives?

  • Does not display all content after first loading of page

    Hello all,
    I am having quite strange problem which is hard for me to figure out.
    I have 8 buttons on my web site. Each button will display different content. My page is: www.itconnect.co.nz
    When you go to my page first time, by default "Design & Software" button will be active. Here when you look on first photo you can see that the bottom part is missing - logos.
    However when i click again on "Design & Software" button the missing content will appear.
    What could be the problem ?
    Thank you to everyone who would like to help.

    I am little confused as i don't use flash - only for the Captcha.
    The way i did is:
    <div class="sp">
        <div class="tabs">
                    <span class="repairs">Repairs</span><span class="design">Design & Software</span>
                   <span class="security">Security</span><span class="networking">Home Networking</span>
                    <span class="communication">Communications</span><span class="cloud">Cloud Solutions</span>
                    <span class="maintenance">Maintenance</span><span class="remote">Remote Support</span>
          </div>
          <div class="panel_container">
                    <div class="panels">
                                    <div class="panel repairs">
                                                    <div class="panel_content">                       
                                                                    HERE GOEST THE CONTENT
                                                     </div>
                                    </div>
    <div class="panel design">
                                    <div class="panel_content">
                                                                    HERE GOES THE CONTENT
                                                    </div>   
                                    </div>
                                    AND SO ON FOR THE OTHER PANELS
                        </div>
    </div>
    </div>
    For my CSS I have:
    .sp {
                    width: 960px;
                    position: absolute;
                    margin-top: 0px;
                    margin-right: 0px;
                    margin-bottom: 10px;
                    margin-left: 0px;
    .sp .tabs {
                    width: 41%;
                    float: left;
                    height: 450px;
                    display: table-column;
    .sp .panel_container {
                    width: 58%;
                    float: right;
                    overflow: hidden;
                    position: relative;
    And for the animation I use JavaScript.
    Thanks in advance

  • Lightroom does not display a photo after import.

    There are 3 photo currently in a folder.  I saved two more into that folder with photoshop CC
    both in tiff and psd format.  I imported as normal but the photos do not show up in the library window.
    If I try to reimport the photos are greyed out as though they are already listed.

    I found the problem.  The photos were duplicated and in another location that they should not have been.  I did a search all photos and found them that way.  Once I knew that it was easy to rectify.  Thanks for the suggestion though.

  • Unsuccessful Login Notification Does Not Reset To Zero

    Dear all,
    os: OUL5x64
    ebs R12 12.0.6
    db 10.2.0.4
    when users connect to the application and login with the wrong password
    On 12.0.6 in Production:
    When attempting to login the applications Find that Unsuccessful login notification always
    displays a cumulative count of unsuccessful logins every time. It does not reset to zero
    after you successfully login.
    Please advise how to fix this notification.
    Thanks,

    Hi,
    Please see (Note: 848921.1 - Unsuccessful Login Notification Does Not Reset To Zero).
    Regards,
    Hussein

  • Eliminating zeroes after decimal

    HI all,
      I have a requirement to delete the trailing zeroes after decimal.
      It is a interest rate and it is denoted in EUR.
      i.e the number is 0,739000 % Internal declaration of this number is in DEC.
      the data type is AZINSSATZ.
    i want it to be displayed as 0,739 %
    How can i eliminate these zeroes?
    Thanx in Advance
    Regards,
    Hamsa Priya

    Hi Hamsa Priya,
    To remove leading zeros and leading blanks
    Please use FM
    CONVERSION_EXIT_ALPHA_INPUT Conversion exit ALPHA, external->internal
    CONVERSION_EXIT_ALPHA_OUTPUT Conversion exit ALPHA, internal->external
    Ex :
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
                EXPORTING
                  input  = wf_version
                IMPORTING
                  output = wf_version.
    Hope this resolves your query.
    Reward all the helpful answers.
    Regards

  • TS4080 apple thunderbolt display image on display intermittently goes dark, does not wake from sleep after clicking mouse or keyboard, but there is "bonk" sound after clicking mouse or pressing keys. Rebooting by pressing the power button resolves issue.

    My apple thunderbolt display (which I purchased 1.5 years ago; OS 10.7.5 Mac Mini) intermittently goes dark, does not wake from sleep after clicking mouse or keyboard, but there is "bonk" sound after clicking mouse or pressing keys, so am thinking it is a hardware problem with the display. Rebooting by pressing the power button turns the screen back on, but the same phenomenon has occurred several times. Could this be a software issue, or do I need to have my display repaired? Your feedback would be appreciated.

    Hi ED, tough to tell, but it does sound like it's waking with the bonk, just not displaying.
    Long shot but...
    I wonder if it's a variation of this, of which I've seen many different symptoms...
    Resolution
    Move the mouse or trackpad cursor over the center area of the login window so you can see the user icons. Click on the icon of the user that you would like to login as, type in the user's password, and press Return.
    If the login window is configured to show only the name and password fields, type in the user's name and password into the fields, and press Return (even if you cannot see the rest of the login window).
    Additional Information
    This issue will not occur if the display is not sleeping when the account is logged out. Use the steps below to confirm that the account is not configured to log out automatically while the display is sleeping:
        1.    Open System Preferences > Security & Privacy > General.  Click the padlock to unlock the preference pane and enter your admin password. Click the Advanced button at the bottom, then see if the option "Log out after N minutes of inactivity" (where N is the number of minutes) is enabled.
        2.    Open System Preferences > Energy Saver and configure Display Sleep to occur after the account is logged out, by dragging the slider to a number of minutes that is greater than N was set to in the previous step.
    Important: If automatic log out is not needed, disable "Log out after Nminutes of inactivity" in System Preferences > Security & Privacy > General. This will also prevent the issue.
    http://support.apple.com/kb/TS4135?viewlocale=en_US

  • CRVS2010 beta - Date field from database does not display in report

    Hi there - can someone please help?!
    I am getting a problem where a date field from the database does not display in the report viewer (It displays on my dev machine, but not on the client machines...details given below)
    I upgraded to VS 2010
    I am using the CRVS2010 Beta
    My development machine is Windows 7 - and so is my fellow developer's
    We are using Microsoft SQL Server 2000
    We run the queries within VS and then we send the data table to VS using .SetDataSource
    We have a few reports which display the date on our dev machines (whether we run the EXE or from within Visual Studio)
    When we roll out to the client machines (running Windows XP SP3) then everything works, except that the date does not display (on quite a few reports)
    This is the only real issue I have had - a show stopper for me
    The rest works well - any input will be greatly appreciated
    Regards,
    Ridwan

    Hi Ridwan,
    After much testing I have it all working now using CRDB_adoplus.dll as a data source ( XML )
    Alter your Config file to look like this:
    <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0"/>
    </startup>
    Then using the code below, and CR requires the Schema to be able to read the date format.
    private void SetToXML_Click(object sender, EventArgs e)
    CrystalDecisions.CrystalReports.Engine.ReportDocument rpt = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
    ISCDReportClientDocument rcd;
    rcd = rptClientDoc;
    string connString = "Provider=SQLOLEDB;Data Source=dwcb12003;Database=xtreme;User ID=sb;Password=password";
    string sqlString = "Select * From Orders";
    OleDbConnection oleConn = new OleDbConnection(connString);
    OleDbDataAdapter oleAdapter = new OleDbDataAdapter(sqlString, oleConn);
    //OleDbDataAdapter oleAdapter2 = new OleDbDataAdapter(sqlString2, oleConn);
    DataTable dt1 = new DataTable("Orders");
    oleAdapter.Fill(dt1);
    System.Data.DataSet ds = new System.Data.DataSet();
    // We need the schema to get the data formats
    ds.WriteXml("c:
    sc.xml", XmlWriteMode.WriteSchema);
    //Create a new Database Table to replace the reports current table.
    CrystalDecisions.ReportAppServer.DataDefModel.Table boTable = new CrystalDecisions.ReportAppServer.DataDefModel.Table();
    //boMainPropertyBag: These hold the attributes of the tables ConnectionInfo object
    PropertyBag boMainPropertyBag = new PropertyBag();
    //boInnerPropertyBag: These hold the attributes for the QE_LogonProperties
    //In the main property bag (boMainPropertyBag)
    PropertyBag boInnerPropertyBag = new PropertyBag();
    //Set the attributes for the boInnerPropertyBag
    boInnerPropertyBag.Add("File Path ", @"C:\sc.xml");
    boInnerPropertyBag.Add("Internal Connection ID", "{680eee31-a16e-4f48-8efa-8765193dccdd}");
    //Set the attributes for the boMainPropertyBag
    boMainPropertyBag.Add("Database DLL", "crdb_adoplus.dll");
    boMainPropertyBag.Add("QE_DatabaseName", "");
    boMainPropertyBag.Add("QE_DatabaseType", "");
    //Add the QE_LogonProperties we set in the boInnerPropertyBag Object
    boMainPropertyBag.Add("QE_LogonProperties", boInnerPropertyBag);
    boMainPropertyBag.Add("QE_ServerDescription", "NewDataSet");
    boMainPropertyBag.Add("QE_SQLDB", "False");
    boMainPropertyBag.Add("SSO Enabled", "False");
    //Create a new ConnectionInfo object
    CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfo boConnectionInfo =
    new CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfo();
    //Pass the database properties to a connection info object
    boConnectionInfo.Attributes = boMainPropertyBag;
    //Set the connection kind
    boConnectionInfo.Kind = CrConnectionInfoKindEnum.crConnectionInfoKindCRQE;
    //*EDIT* Set the User Name and Password if required.
    boConnectionInfo.UserName = "";
    boConnectionInfo.Password = "";
    //Pass the connection information to the table
    boTable.ConnectionInfo = boConnectionInfo;
    //Get the Database Tables Collection for your report
    CrystalDecisions.ReportAppServer.DataDefModel.Tables boTables;
    boTables = rptClientDoc.DatabaseController.Database.Tables;
    //For each table in the report:
    // - Set the Table Name properties.
    // - Set the table location in the report to use the new modified table
    boTable.Name = "Orders";
    boTable.QualifiedName = "Orders";
    boTable.Alias = "Orders";
    rptClientDoc.DatabaseController.SetTableLocation(boTables[0], boTable);
    //Verify the database after adding substituting the new table.
    //To ensure that the table updates properly when adding Command tables or Stored Procedures.
    rptClientDoc.VerifyDatabase();
    MessageBox.Show("Data Source Set", "RAS", MessageBoxButtons.OK, MessageBoxIcon.Information);
    Thanks again
    Don

Maybe you are looking for

  • Deleting from the loop browser

    Is there a way to delete loop names from the loop browser drop down list and the actual loops themselves? I inadvertently (sp?) added loop folders that I had bought and downloaded to the loop browser without first naming the loop folders being added.

  • Suppress Non Changed Fields in change pointer triggered IDOC

    I have a requirement to clone message type MATMAS as ZMATMAS. This ZMATMAS is the message type I used to create change pointer triggering outbound idoc for change/create of materials. When i change a material, all fields are sent instead of the field

  • FI AP AR PCA

    Hi, Can anybody help me with some BW documents on FI AP, FI AR and PCA other than help links. Thanks.

  • Bmp entity ejb transactions, using DAO objects

    hi all, i'm new to entity ejb's... i'm using the j2ee reference implementation (1.3.1) with the cloudscape db to test my code. i can't seem to get my ejbCreate method to work. i'm using a DAO object to encapsulate all my database code, and simply cal

  • Tabbing to next available field Issue

    I created a form with several fields but when i click on tab (on my keyboard) the focus of my cursor doesnt go in any particular order. Is there a way to manipulate when I tab from one field to another? Thanks