HT display the first record of each group ?
Posted: Thu Aug 18, 2005 11:34 am
Hi !
I have record with these items:
Group_ID
Item_ID
Item_name
date_start
Status (To do , Done)
Group_ID Item_ID Item_name date_start
100 101 xxx the date
100 102 xxx the date + 1
100 103 xxx the date + 3
200 201 yyy the date
200 202 yyy the date + 4
200 203 yyy the date + 6
300 301 zzz the date
Can a portal, based on a self join, display *only the first record of each group*, ie:
100 101 xxx the date
200 201 yyy the date
300 301 zzz the date
Those records appears in the portal if the status task is defined "to do".
If impossible, another way or workaround ?
Thanks in advance
Best
Patrick
I have record with these items:
Group_ID
Item_ID
Item_name
date_start
Status (To do , Done)
Group_ID Item_ID Item_name date_start
100 101 xxx the date
100 102 xxx the date + 1
100 103 xxx the date + 3
200 201 yyy the date
200 202 yyy the date + 4
200 203 yyy the date + 6
300 301 zzz the date
Can a portal, based on a self join, display *only the first record of each group*, ie:
100 101 xxx the date
200 201 yyy the date
300 301 zzz the date
Those records appears in the portal if the status task is defined "to do".
If impossible, another way or workaround ?
Thanks in advance
Best
Patrick