ledger wise fillter in report

Discussion in 'Tally Developer' started by Pulkit lila, Nov 8, 2012.

    
  1. Pulkit lila

    Pulkit lila New Member


    I have prepared a report which actually shows almost all the details that i put in tally at one place(contins abt 20-25 coloumns).
    but now i need a button or key which if pressed gives me a list of all the ledgers and when i select a ledger eg: HSBC bank...then only the entries of HSBC bank are shown.

    PLZ HELP.
     



  2. for your requirement you need to create trigger report for variable name

    [Collection: VCDemo Colle]

    Type: Ledger
    ChildOf: "VC Any Group (If Require)"
    Variable: LedgerName ( Variable Name)
    Fetch: Name ( Values for Fetch)
    BelongsTo: Yes
    Trigger: VCTriger Report Name
    Report: Report Name ( After Selecting Ledger Name From Treger Report This Report Shows)
    Format: $Name, 30
    Title: $$LocaleString:"Select Agent's"

    [Report: VCTriger Report Name]
    Use : Collection Variable (Redy Colle. From Def. TDL)
    Local : Line : Collection Variable : Field : VC Field Name ( Field Name)
    Local : Field: MV Title : Info : $$LocaleString:"Select Name of Agent "

    [Field:VC Field Name]
    Use : Name Field
    Table :VCReport (Created Report Name)
    Show Table : Always
    Modifies : LedgerName

    [Report : VCReport]
     


  3. NainaSiraj

    NainaSiraj Member


    H
    I WANT TO MAKE A TENANT PROFILE FROM UDF FIELDS HOW CAN I MAKE PROFILE FOR EVERY TANANT ON A SINGLE PAGE THANKS
     

    Attached Files:



Share This Page