Explode not Working

Discussion in 'Tally Developer' started by Taufeeq Shaikh, Dec 26, 2013.

    
  1. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Dear All,

    Am trying to explode Sales Order Pending till Party Ledger Level but not Succeeding please help.


    [#Menu:GateWay of Tally]

    Add: Key Item: Before: @@LocDisplay: Godown Report: G : Display : Godown Report


    [Report : Godown Report]

    Use : OrderOutStandings


    [#Line: Order AccLine]

    Explode : Ordled Explosion : ##ExplodeFlag or $$KeyExplode


    [Part: Ordled Explosion]

    Lines : Order LedLine
    Repeat : Order LedLine : SalesOrderLedgerDetailsExtract ;;PendingLedSalesOrderDetailsSrc
    Scroll: Vertical

    [Line : Order LedLine]

    Field : OrdLedField
    Indent: 4

    [Field: OrdLedField]

    USe : Name field
    Set as : $PartyLedgerName
     


  2. Anup Gautam

    Anup Gautam New Member


    Dear Taufeeq,
    Try to Search for its [#Line: Order AccLine]parent Part and at Part level type the attribute called Vertical : Yes.

    Thanks
     


  3. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    No its not working
     


  4. Anup Gautam

    Anup Gautam New Member


    At This Part Level you are using wrong collection, I dont know what you are trying to do. But you may try with this code as demo for testing the explode.

    [Part: Ordled Explosion]

    Lines : Order LedLine
    Repeat : Order LedLine : Ledger
    Scroll: Vertical

    [Field: OrdLedField]

    USe : Name field
    Set as : $Name
     


  5. Anup Gautam

    Anup Gautam New Member



    If you know what he is trying to do then please resolve his issue. Without reading the entire code you cannot comment on the solutions given here. I have given the solution to explode level issue by simply making use of other collection. He is using the wrong collection so what he is trying explode at in sales order report he knows better as he has only given the $PartyLedgerName method name at field level which means he is trying to know the order outstanding for a particular Party.
     


Share This Page