Help need to separate the Amount after decimal

Discussion in 'Tally Developer' started by ahmed rishali, Nov 27, 2012.

    
  1. ahmed rishali

    ahmed rishali Member


    Dear sir,

    I want to show the amount and decimal places in separate columns , how its possible ,

    i try this

    [Field : salesinv Amt]
    Use : Amount Field
    Set as : $Amount
    Format : "No Decimal"
    Align : Right
    Style : Ari
    Width :15 mms


    and for decimal i try this field

    [Field : salesinv Amt Dec]
    Use : Amount Field
    Set as : $Amount
    Format : "Decimal only"
    Align : Right
    Style : Ari
    Width : 8 mms

    please help me to correct this invoice ,i want to display the amount and decimal in separate columns
    eg : dirham and fills

    Thank you
     


  2. admin

    admin Administrator Staff Member


    [Field : salesinv Amt Dec]
    Use :String Field
    Set as : $$StringWordEx:$Amount:".":2
    Align : Right
    Style : Ari
    Width : 8 mms
     


  3. ahmed rishali

    ahmed rishali Member


    Dear sir,

    Thank you very much , its working fine :)
     


Share This Page