How to add $BasicBuyerName in Export for Pivot Report

Discussion in 'Tally Developer' started by Chandan Somani, Oct 23, 2013.

    
  1. Chandan Somani

    Chandan Somani New Member


    How to add $BasicBuyerName in Export for Pivot Report?
     


  2. VIKRAM PAREEK

    VIKRAM PAREEK New Member


    Accounring Voucher<F8<f12 Selcet Set Allow separete buyer consignee name as "yes" in second line
     


  3. Chandan Somani

    Chandan Somani New Member


    Do you know, I am asking for Export (Pivot Table Mode) ... are you sure what u said is right?
     


  4. Anup Gautam

    Anup Gautam New Member


    Search for [Part: SalesDataExport] and do the desired addition to pivot Table.
     


  5. Chandan Somani

    Chandan Somani New Member


    I have added The feild but unable to retrive the values for $BasicBuyerName, it return nothing the excel column

    here is my code

    [Field: SAEBasicBuyerName]
    Use : Name Field
    Set as : $BAsicBuyerName

    [#Line: SalesDataExport]
    Add : Field : After : SAENarration : SAEBasicBuyerName

    ;[#Line: SalesDataExportTitle]
    ; Add : Field : After :SAENarration : SAEBasicBuyerName
    ; Local : Field : SAEBasicBuyerName : Set as : "BasicBuyerName"


    this returns in empty cells
     


Share This Page