need help in creating TDL for Balance Sheet

Discussion in 'Requests' started by Anbu, Apr 10, 2012.

    
  1. Anbu

    Anbu New Member


    Hi ,

    I am trying to create balance sheet report using TDL in XML format, but while trying to filter Report by date wise, it Changes the System period Date in Tally. is there any other way to Filter the values by date without using SVFROMDATE and SVTODATE
     


  2. admin

    admin Administrator Staff Member


    You can do one thing. Write a seperate like balancesheet and call that report from via XML by applying SVFromdate and SVTodate.

    Code:
    [Report : My Balance Sheet]
      Use  : Balance Sheet
      Form : Balance Sheet
      Set  : SVFrom date : ##SVFromDate
      Set  : SVToDate    : ##SVToDate
     
    in XML,
     
    Replace the Report Name with above.
     
    This will solve your problem. Otherwise contact us.
     


  3. admin

    admin Administrator Staff Member



  4. Anbu

    Anbu New Member


    Yep Thanks , issue is Solved when Tries with above solution......:)
     


Share This Page