Help to Fetch Data from another company.

Discussion in 'Free Source Codes' started by VISHNU RATHI, Jul 30, 2021.

    
  1. VISHNU RATHI

    VISHNU RATHI Member


    Dear Members,

    i have two companies,
    for eg one has a group "A", and another has group "B"
    i need to fetch closing balance of both groups in a single report,

    how can i get this?

    Regards
    Vishnu Rathi

    code sample is

    [#Menu:Gateway of Tally]
    Add:Item:Before:mad:@locquit:Daywise Capital:Display:MyCapitalRep

    [Report:MyCapitalRep]
    Form:MyCapitalRep

    [Form:MyCapitalRep]
    Height:100% Screen
    Width:100% Screen
    Part:MyCapitalRep

    [Part:MyCapitalRep]
    Line:MyCapitalRep,MyCapitalRep1

    [Line:MyCapitalRep]
    Field:MyCapitalRep,MyCapitalRepAmount

    [Field:MyCapitalRep]
    Use:Name Field
    Set as:"A"

    [Field:MyCapitalRepAmount]
    Use :Amount Field
    Set as :$ClosingBalance:Group:#MyCapitalRep
    [Line:MyCapitalRep1]
    Field:MyCapitalRep1,MyCapitalRep1amount

    [Field:MyCapitalRep1]
    Use:Name Field
    Set as:"B"

    [Field:MyCapitalRep1amount]
    Use :Amount Field
    Set as :$ClosingBalance:Group:#MyCapitalRep1
     


Share This Page