You cannot view this unit as you're not logged in yet.

19 thoughts on “How to Add A Title Column line in a Report through Tally TDL

  1. suhasmasaye says:

    hello,,

    In form, why we use dsp template ??

    Regards,
    Suhas

    1. Hello Suhas,
      The best way to know the answers of such quest is “TESTING”
      Test your code using the dSP templates and test it again without using the same and give me the feedback what difference you observed.
      After that, I will explain it to you and you can easily understood also.

  2. suhasmasaye says:

    hello sir,,,

    yess,,, i got it,, when we use that template it allows the common buttons like print, export, period, etc.

    I tried same code in diff data,, but error is showing like,,

    Error in TDL
    Part: Part Name
    Insufficient height to allocate

    Regards,
    Suhas

  3. Yogesh Kanojia says:

    Hi Sir,
    Greetings…!!!
    I’d uploaded the “jpg” image of the outcome of the assignment given here and also uploaded my “txt” file named Assignment_Report_OpeningBalance.txt in my dropbox named ShivYogesh, Dehradun.

    Sir, I also need to know that why the “Open. Balance” column is not displayed at the last right position of the report. Please do check the same.
    However, I am enjoying the TDL. Thank you for such wonderful method of educating. The best part of the entire workshop is the assignment given by you to the students for practice and discussing the pin points of student’s working.
    Regards

    1. Hello Yogesh,
      You have to use the Right Field for the opening balance. By default it will be added asa left field

      [Line : My line]
      field : my name field
      right field : my op balance
      See, in the above example I used right field for the my op balance it will be set at the right side column now.

  4. Shabuddin Daredia says:

    Uploaded the code file-LedgerReport.txt, folder-Tally Mentors Folder(Tally TDL)\Shabuddin\Ledger Report with Balances

  5. Nitesh Mehndiratta says:

    What If I want Opening Balance Column in Middle??

    1. Hi,
      I am unable to understand middle means where?

      But you need to find out the line to which you want to add your new fields/column
      once you find out the defualt line then you can add your new fields before or after

      like
      [#Line : existing line]
      Add : New field : before : existing field or
      add : new field : after : existing field

      fields comes side by side
      lines comes in the vertical way
      So, if you want to add a new line then you need to find out a part and then add your line
      you can adopt the same approach means you can add a new line, part, field before or after an existing definition name
      We have discount projects where we used this approached and we added new columns before the billed qty field
      hope from that project you will get the idea.

  6. Code for the assignment uploaded in the Drop Box. The revised Screenshot also uploaded in the Drop Box. Pl ignore the Screenshot attached to the question at the bottom of this Unit.

  7. how to add full length border for fields in bodyparts like column

  8. FARRAKH HAYAT says:

    Completed successfully.
    Results upload to above site.
    Code uploaded to dropbox.
    thanks

  9. Neeraj Channa says:

    Dear Sir,

    I got the error

    Insufficient height to allocate!

    How to resolved, please help

  10. Neeraj Channa says:

    Dear Sir,

    I got the error

    “Insufficient height to allocate!”

    How to resolved, please help

    1. in the main data part add below code
      Scroll : vertical
      vertical : yes

      The reason is that you have many data in your company
      If you test the same code ina new test company with just 3-4 ledgers you won’t face the issue.

      So for largeer data, you need to add vertical and scrolling code at the repeat part

  11. Neeraj Channa says:

    You are right sir that is the reason to get the error.

    Thanks!

    1. Always test the code with demo data. cause codes can cause issue with the database sometimes though rare chances but better to prvent the issue.

  12. Muruga Vel says:

    Dear Sir I was shared Dropbox my Assignment for Ledger Opening balance report txt. file photo copy in my name folder

  13. Mohammed Karjatwala says:

    I have completed the TDL and uploaded the codes in folder named COLLECTION. However, the background is remaining white and not changing to the default light blue Tally Color.

Leave a Reply