Want to set values of field based on aggregate udfs

Discussion in 'Tally Developer' started by Anshul Garg, Aug 17, 2022.

    
  1. Anshul Garg

    Anshul Garg Member


    i am using this collection based on my aggregate udf

    [Collection:policy]
    Title : $$LocaleString:"Policy Details"
    Sub Title:"Policy No","Policy Display","Start Date","End Date","Opening Bal","Is Completed"
    Align : Right
    FullHeight : Yes
    With Alias : Yes

    Type:policydetials:Ledger
    Child Of:#InsuranceCompany
    Belongs To:Yes


    ;Filter:InsurancePolicyNumber
    Format:$InsurancePolicyNumber,20
    Format:$InsurancePolicyDisplay,20
    Format:$insstartdate,10
    Format:$insenddate,10
    Format:$insOpeningBal,10
    Format:$IsCompleted,10




    no i am trying to fetch valued based on the selection in the table

    [Field:policyField]
    Use:Name Field
    ;Set Always:Yes
    ;Set as:$insOpeningBal:policydetials:"Abc"
    Table: policy,Not Applicable
    Show Table:Always
    Storage:VCHPolicyNo

    [Field:VCHOpeningBal]
    Use: Amount Field
    set as :$insOpeningBal

    but not able to set value of other then first column in the field please help
     


  2. Arun Prasath

    Arun Prasath Member


    Hi,
    Try Below code

    Set as : $$Table:policyField:$insOpeningBal
     


Share This Page