Results 1 to 15 of 15

Thread: [RESOLVED][02/03] How to filter data on the listview

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member shyguyjeff's Avatar
    Join Date
    Jul 2007
    Location
    City of Durian
    Posts
    289

    Resolved [RESOLVED][02/03] How to filter data on the listview

    Hello everyone.. It's me again.. Could anyone help me upon filtering my listview?


    My listview goes like this

    Code:
    This is my listview display
    
    Source    ItemCode    Date      Qty  Description
    123         ABC       1/11/05     1     TV
    123         DEF       1/11/05     1     VCD
    123         GHI       1/11/05     1     TVRACK
    234         KLM       1/12/06     1     MIC
    
    
    
    I want my data on listview to become like this
    
    Source    ItemCode    Date      Qty  Description
    123         ABC       1/11/05     1     Various Item
    234         KLM       1/12/06     1     MIC

    What happen to my display is that everytime the data exist already or it display multiple Source I want to to merge and on my description i want to display Various Item or Multiple item...Could anyone help me like this?
    Last edited by shyguyjeff; Jan 14th, 2008 at 12:38 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width