G
Guest
Hi,
I have a table, for example, of 7 unique patients with each patient having multiple lines. Although ID is the same in each line, there are some other information in about 15 fields in each line. (The ID and Date fields are two of 15 fields in each line). For example, th ID 000012289 has three lines with the Date field first starting on Jan 18th, 2004 (first line), then in Feb 2004 (second line) and March 2004 (the third line). Another ID 000020158 has four lines with the Date filed first starting on Dec 12, 2003, etc.. My goal is to separate the ID based on its very first date into groups while still keeping the the rest of lines with each patient. In oter words, I need to group the ID only based on the very first value of the Date field. Are there anyone having any idea of how to solve the problem
Thanks very much for your time! Waiting..
I have a table, for example, of 7 unique patients with each patient having multiple lines. Although ID is the same in each line, there are some other information in about 15 fields in each line. (The ID and Date fields are two of 15 fields in each line). For example, th ID 000012289 has three lines with the Date field first starting on Jan 18th, 2004 (first line), then in Feb 2004 (second line) and March 2004 (the third line). Another ID 000020158 has four lines with the Date filed first starting on Dec 12, 2003, etc.. My goal is to separate the ID based on its very first date into groups while still keeping the the rest of lines with each patient. In oter words, I need to group the ID only based on the very first value of the Date field. Are there anyone having any idea of how to solve the problem
Thanks very much for your time! Waiting..