How to Fetch all company ledger list?

Discussion in 'Tally Developer' started by manjari m, Mar 22, 2015.

    
  1. manjari m

    manjari m New Member


    Dear Experts.,
    i want to display all company ledger list using tally sql query., i am using following sql query in tally "SELECT $name from ledger", but it will display only selected company ledger list rest company ledger list not shown., Is there any way to display all company ledger list using tdl collection., i am new to tdl please give me a solution.,

    Thanks.,
     


  2. ananthababu p

    ananthababu p New Member


    [Collection : GroupCompanyLedgerCollection]

    Collection: MultiComp: GrpCmpColl

    [Collection : MultiComp]

    Type : Ledger
    Fetch: Name, closingbalance
    Compute: Cmp: $$LoopCollObj:$Name

    [Collection: GrpCmpColl]

    Type : Company
    Fetch:Name

    Hope this collection will help you.,
     
    manjari m and admin like this.


  3. manjari m

    manjari m New Member


    Thanks for your code., This is what i am looking for., once again i thank you.,
     


  4. admin

    admin Administrator Staff Member


    Great :) Keep it up :)
     


Share This Page