Hi there,
This issue of mine really getting complicated.
My data set looks like this
ID, AlternateID, first_name, last_name, birth_date
1,5,Tina,Roy, 05-15-01
2,5,Reena,Roy, 05-20-02
3,5,Mona,Roy, 05-25-02
4,6,Rose, Lippa, 06-02-04
5,6, Megan, Lippa, 07-04-03
The report is grouped by ID (top level of grouping) and AlternateID.
The outcome requested is, if it is the first record(1,5,Tina,Roy, 05-15-01)ten in the AlternateID grouping
only
2,5,Reena,Roy, 05-20-02
3,5,Mona,Roy, 05-25-02
should be displayed, meaning by in the AlternateIDgrouping it should not display the data set in the ID grouping (1,5,Tina,Roy, 05-15-01)
I hope this informs helps any of you to help me.
Thanks
This issue of mine really getting complicated.
My data set looks like this
ID, AlternateID, first_name, last_name, birth_date
1,5,Tina,Roy, 05-15-01
2,5,Reena,Roy, 05-20-02
3,5,Mona,Roy, 05-25-02
4,6,Rose, Lippa, 06-02-04
5,6, Megan, Lippa, 07-04-03
The report is grouped by ID (top level of grouping) and AlternateID.
The outcome requested is, if it is the first record(1,5,Tina,Roy, 05-15-01)ten in the AlternateID grouping
only
2,5,Reena,Roy, 05-20-02
3,5,Mona,Roy, 05-25-02
should be displayed, meaning by in the AlternateIDgrouping it should not display the data set in the ID grouping (1,5,Tina,Roy, 05-15-01)
I hope this informs helps any of you to help me.
Thanks