nilsbinnemans
Programmer
Hi,
I'm using CR developer 2011 (version 14)
I have a database view with query information. I have made a group for each query number. In details I have the following fields:
{Date}// The date a change has been made
{user}// who made the change
{Status}// Query status [OPEN, ANSWERED, REISSUE, CLOSED]
So for one query I could have several detail lines like:
{Date} - {User} - {status}
01/01/2013 10:00 - user1 - OPEN
02/01/2013 10:30 - user2 - ANSWERED
03/01/2013 10:00 - user1 - CLOSED
I would like to be able to filter out al queries with a certain status. But when I use my selection-expert and say {status}<>"CLOSED" it would still show me the first 2 lines of the query above.
So what I would like is actually a formula that gives me the LATEST status (with the heighest date) of the query.
thanks for any help.
Nils
I'm using CR developer 2011 (version 14)
I have a database view with query information. I have made a group for each query number. In details I have the following fields:
{Date}// The date a change has been made
{user}// who made the change
{Status}// Query status [OPEN, ANSWERED, REISSUE, CLOSED]
So for one query I could have several detail lines like:
{Date} - {User} - {status}
01/01/2013 10:00 - user1 - OPEN
02/01/2013 10:30 - user2 - ANSWERED
03/01/2013 10:00 - user1 - CLOSED
I would like to be able to filter out al queries with a certain status. But when I use my selection-expert and say {status}<>"CLOSED" it would still show me the first 2 lines of the query above.
So what I would like is actually a formula that gives me the LATEST status (with the heighest date) of the query.
thanks for any help.
Nils