How can we eliminate an already selected Item from the table displayed in a repeated Line?

Discussion in 'Knowledge Base' started by admin, May 17, 2013.

    
  1. admin

    admin Administrator Staff Member


    Query -
    How can we eliminate an already selected Item from the table displayed in a repeated Line?
    Solution -
    To eliminate an already selected Item from the Table, one needs to disable the Field Attribute Common Table. Also, the Collection Attribute Unique must contain the UDF being stored in the target Field.
    Example:-
    [Field: Unique Item Fld]
    Use : Short Name Field
    Table : CollOfStockGrp
    Storage : Unique Item UDF
    Common Table: No

    [Table: CollOfStockGrp]
    Type : Stock Group
    Fetch : Name
    Format : $Name, 20
    Unique : $Name, $UniqueItemUDF

    In the above Field Unique Item Fld, once any Item from the Table is selected in the previous Lines, the same will not appear in the list subsequently.
    Note:- Field Attribute Storage is mandatory to get unique Items in the List. In the absence of Field Attribute Storage, the above will not work.
     



  2. Very useful information thanks sir .... it's nice place 4 share knowledge
     


  3. Mohan.S

    Mohan.S Member


    Sir,
    we need Sales import tdl excel file sample
    (for LG Sales import TDL)
     


  4. Shetmano

    Shetmano New Member



    Thank you very much admin for posting this. this has helped in solving a problem that i was trying for quite some time.
    Shetmano
     


  5. Sushant Bhalbar

    Sushant Bhalbar New Member


    Nic code .....sir thank you very much... :)
     


  6. Rupal Agarwal

    Rupal Agarwal Member


    A very useful thread. Thank you sir for sharing.
     


Share This Page