Table value of 'All Items' is not saved in the UDF

Discussion in 'Tally Developer' started by Binoy.M.E, Jun 27, 2021.

    
  1. Binoy.M.E

    Binoy.M.E New Member


    Hi All,
    I have a little doubt about one of my TDLs. I have a field with a list of All Coast Center, All Items and EndofList . The code works well, but only the table value of 'All Items' is not saved in the UDF. The code is as below. Please help me to resolve the Issue.

    [Field : TSPL Fld CostCenter]
    Use : Name Field
    Table : All Cost Centre,AllItems,EndofList : $$Line = 1
    Table : EndofList : $$Line > 1 and ##FirstLineValue Equal $$SysName:AllItems
    Table : All Cost Centre,EndofList
    Style : Small
    Show Table : On First Key
    Storage : JLcostcentre
    Set as : If $$IsEmpty:$JLcostcentre then $$Value Else $JLcostcentre
    Set Always : Yes
    Unique : Yes
     


Share This Page