TDL queries

Discussion in 'Tally.ERP 9' started by VipulM, Aug 19, 2019.

    
  1. VipulM

    VipulM New Member


    Hi,

    I have created a custom dashboard TDL/TCP in Tally.

    I wish to insert the time of printing at the bottom of the A4 page. Can someone help me with the code?

    Also is there any way to set the width of the column? Right now all columns (PART) are equal.
     


  2. balajimg

    balajimg Active Member


    $$SysInfo:SystemTime
     


  3. VipulM

    VipulM New Member


    How do I ensure it is at the end of the page always?
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    define date and time separately in System formula, and then use in name field
     


  5. VipulM

    VipulM New Member


    Great.. got it working...

    Is there a way that I can also add a system formula for adding ledgers containing a word... like "Bank"

    eg.

    Ledgers
    ABC
    ABCD Bank
    PQRS Bank
    PQR
    LMN Bank



    In this example the ledger balances of ABCD bank and PQRS bank , LMN bank should be added. (if Cr then balance should be made negative)
     


  6. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Make a collection of ledgers having Group BANK or contains BANK in the name and in that collection compute your closing values.

    As for Pos/Neg .... in your Field level use format to achieve that.
     
    admin likes this.


Share This Page