i have one detail table having field as id,date,UID,coid
at the end of the day i want to make sum of this table and put into another table as ID,GroupUID,dt where GroupUID will be group of comma seperated UIDs
How should i go about it,how to collect all UID depend on date and make it into one comma separated Sting in SP or is there any way out
any help will be appreciated