Hello All,
I am facing difficulties while creating this report:
The data is:
John, 23-11-2009,AP
John, 25-11-2009,AP
John, 25-9-2009,NA
James, 5-9-2010, AP
Jim, 26-4-2010,RE
The output which I am expecting:
John, 25-11-2009,AP
Jim, 26-4-2010,RE
James, 5-9-2010, AP
I am trying to take the max of date in the group selection to show the latest date for each name and I used a group by (name).
where in the group selection I did:
{names.MODIFIED_DATETIME}=maximum({names.MODIFIED_DATETIME},{names.name})
and it showed me the correct values.
But, a new requirement was raised which is to insert a new group and make it above the group(1)"names" which is called status.
So, now the report is taking the max date for each name, as well as, the status too.So, the name with the max date should appear under the appropriate status and ignore the others with the oldest dates.
Best Regards
I am facing difficulties while creating this report:
The data is:
John, 23-11-2009,AP
John, 25-11-2009,AP
John, 25-9-2009,NA
James, 5-9-2010, AP
Jim, 26-4-2010,RE
The output which I am expecting:
John, 25-11-2009,AP
Jim, 26-4-2010,RE
James, 5-9-2010, AP
I am trying to take the max of date in the group selection to show the latest date for each name and I used a group by (name).
where in the group selection I did:
{names.MODIFIED_DATETIME}=maximum({names.MODIFIED_DATETIME},{names.name})
and it showed me the correct values.
But, a new requirement was raised which is to insert a new group and make it above the group(1)"names" which is called status.
So, now the report is taking the max date for each name, as well as, the status too.So, the name with the max date should appear under the appropriate status and ignore the others with the oldest dates.
Best Regards