How to display list of specific Group Name

Discussion in 'Tally Developer' started by surendra19, Aug 8, 2019.

    
Tags:
  1. surendra19

    surendra19 Member


    Dear Amit Sir,

    I want to display list of ledger which belongs to a specific Group Name. To achieve this in have written the following code but ledger list is not displaying.


    [Field: BrokerName]
    Use : Vch LedgerFetch
    Use : Ledger Name Field
    Storage : BrokerNm
    Table: MyLedgers, EndofList
    Show Table : On Blank

    [Collection: MyLedgers]
    Type : Ledger
    Child of :$$GroupSundryCreditors
    Belongs to : Yes
    Title: "List of Ledgers"
    Filter: Ledfilter

    [System: Formulae]
    Ledfilter : $$GroupSundryCreditors:"Broker"


    Here I want to display list of only those ledgers which Group Name is "Broker"

    Request to please help me in this regard
    Thanks in advance

    Surendra
     


  2. Ria

    Ria Member


    Change the formula

    Ledfilter : $Parent = "Broker"
     


  3. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    [System: Formulae]
    Ledfilter : $Name Contains "Broker"
     


  4. Ria

    Ria Member


    Sir, but here we want to get the ledgers that are under the group, "Broker". Wouldn't the formula that you have suggested, display the ledgers that have the string "Broker" as a part of their name?
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    You are right in that case....I stand corrected..... thanks :):confused:
     


  6. surendra19

    surendra19 Member


    @Ria, Thanks for solution, now its displaying properly list of ledger which has "Broker" as Parent.

    Regards

    Surendra
     


  7. svn

    svn Member


    please send full code to srinu.mrk123@gmail.com
     


  8. svn

    svn Member


    not fetching groups(sundry debtors) in this place i want show all guntur debtors & hyderabad debtors.if we select hyderabad we want show ledgers under hyderabad gourps only.can anyone help it
     

    Attached Files:



Share This Page