Is it Possible to change the color of a particular ledger or a group Name

Discussion in 'Tally Developer' started by HAROON2015, Nov 1, 2019.

    
  1. HAROON2015

    HAROON2015 Member


    hi,
    i want to change the color of a particular ledger or a group name in group summary

    [#Field:DSPDispName]
    if sundry creditors group name "B.AF" then : Color : Red
    if sundry creditors name : "AAM" then color : White
    if sundry creditors name : "IDB" then color : Yellow

    [​IMG]
     

    Attached Files:

    • M.JPG
      M.JPG
      File size:
      337.5 KB
      Views:
      112


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Color : If $$GroupSundryCreditors CONTAINS "ABC" then "Red" Else If $$GroupSundryCreditors CONTAINS "DEF" then "Blue" Else "Black"
     


  3. HAROON2015

    HAROON2015 Member


    thank you sir for the reply
    its not working i think i am doing something wrong
    [#Field:DSPDispName]
    Color : If $$GroupSundryCreditors CONTAINS "AAM" then "Red" Else If $$GroupSundryCreditors CONTAINS "B.AF" then "Blue" Else "Black"

    Where "AAM" Is a ledger name under sundry creditors and "B.AF" Is a sub group under sundry creditors
     


  4. HAROON2015

    HAROON2015 Member


    Please help sir
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    for Ledger.....use $$LedgerName
     


Share This Page