Results 1 to 2 of 2

Thread: Thousand Separator for Decimal

  1. #1
    Softbless is offline Senior Member
    Join Date
    May 2010
    Posts
    25

    Default Thousand Separator for Decimal

    Hi Guys,

    I've done some googling and search in this forum, but I still don't have any solutionfor this.

    I have a custom field in a custom module, let's call it 'Amount' field.

    The field type is Decimal. For some reasons, I cannot use the currency field type.

    I need to add thousand separator in that field.

    I've tried adding currency_format='true' in listviewdefs :
    'AMOUNT' =>
    array (
    'type' => 'float',
    'default' => true,
    'label' => 'LBL_AMOUNT',
    'currency_format' => true,
    'width' => '10%',
    ),

    But it also make the Amount to have $ Currency Symbol : $123,456.00

    I just want it to become : 123,456.00

    Any help would be very appreciated.

  2. #2
    eitrix's Avatar
    eitrix is offline Sugar Community Member
    Join Date
    Aug 2010
    Location
    Serbia
    Posts
    396

    Default Re: Thousand Separator for Decimal

    make a process_record logic hook and format your field for display accordingly
    CRM Software Engineer
    Eontek - www.eontek.rs

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Sugarcrm.com Estimated Worth $104.4 Thousand USD
    By pritamsingh98 in forum General Discussion
    Replies: 0
    Last Post: 2009-11-08, 05:52 PM
  2. Removing default currency separator
    By Qamrun in forum Developer Help
    Replies: 9
    Last Post: 2009-05-01, 09:47 AM
  3. Problem beim CSV-Import: Preis-Separator
    By bloopark2 in forum Deutsche
    Replies: 2
    Last Post: 2007-12-17, 03:28 PM
  4. Decimal Point
    By creaware in forum Help
    Replies: 1
    Last Post: 2007-01-31, 06:33 AM
  5. Export.csv: tab separator?
    By reginato in forum Help
    Replies: 7
    Last Post: 2006-03-08, 05:30 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •