Show amount with out and Dot (.)

Discussion in 'Requests' started by Arun Prasath, Aug 13, 2012.

    
  1. Arun Prasath

    Arun Prasath Member


    How we can show the amount without (.)

    Let say 2500.00 It should be show as 250000

    [Field : My Amount]

    Set as : $Amount
    Format: "No Comma"
     


  2. HVPatel

    HVPatel Active Member


    Try this
    Set as : $Amount * 100
    Format : "No Decimal"
     


  3. Arun Prasath

    Arun Prasath Member


    Thanks,

    I used $$number:#vchamount*100
     


Share This Page