only one group wanted to show in the table

Discussion in 'Free Source Codes' started by bikash agarwal, Jun 5, 2021.

    

  1. hello sir how to create table so that it shows all the names created under Agents ....

    example

    [Field: SM Field]
    Use : Name Field
    Table : SM Collection
    Show Table : Always
    Modifies : SMSalesMAn
    Variable : SM SalesMan


    [Collection : SM Collection]

    Childof : ##SVCurrentCompany
    Format : $SalesmanName,25
    Title : "List of Executives"
    Variable : SMSalesMan
    Trigger : SM Trigger
    Report : SM PartyWise
     

    Attached Files:

    • 123.jpg
      123.jpg
      File size:
      237.8 KB
      Views:
      31


  2. Himanshu-2002

    Himanshu-2002 Active Member


    Add a Filter Like This

    Example:-

    [Collection:AgentsColl]
    Type:Ledger
    Fetch:Name, Parent
    Filter:AgentFilter

    [System:Formulae]
    AgentFilter:$$IsBelongsTo:"Agents"
     
    panam likes this.



  3. thank you !! himanshu :)
     
    panam likes this.


Share This Page