How to Use Explode

Discussion in 'Tally Developer' started by hitarth, Sep 3, 2013.

    
  1. hitarth

    hitarth Member


    Dear Experts,
    I need to know Use of Explode for my attached tdl, how to write tdl code at part level for Explode.
    I have Itemwise Sales (example from sample), need it Stock Grouping like
    Group Name-1
    ItemName1
    ItemName2
    ItemName3
    Group Name-2
    ItemName4
    ItemName5
    ItemName6
    And so on..
    Please guid, Thanks in Advance.
     

    Attached Files:



  2. admin

    admin Administrator Staff Member


    You Need to Explode at Line Level. Explode is used provide the addtional Information about Current Line Object. Explode is part. In that Part again u can repeat.

    [Part : My Part]
    Line : My Line
    Repeat : My Line: List of Stock groups
    Scroll : Vertical

    [Line: My Line]
    Explode: My Explode

    [Part : My Explode]
    Line : My Explode
    Repeat : My Explode: My List of Items

    [Collection : My List of Items]
    Type: Stock Item
    Child of : $Name
     


  3. hitarth

    hitarth Member


    I am trying this help, but not success, so Requesting to update my attached tdl. thanks
     


Share This Page