recent date [message #347447] |
Thu, 11 September 2008 12:19 |
kimber
Messages: 10 Registered: August 2008 Location: USA
|
Junior Member |
|
|
Hi all
In a report that i created in the disco plus, i have the following fields:
CONTRACT_NUMBER FIRM_TYPE EST_FEE SELECTION_DATE
00010 P $10,000 7/7/2008
00010 P $10,000 7/21/2008
What should i do to get just the recent date i.e 7/21/2008 in the above example.
Any help is greately appreciated.
Thanks
|
|
|
|
Re: recent date [message #347473 is a reply to message #347447] |
Thu, 11 September 2008 17:25 |
Viffer06
Messages: 3 Registered: July 2008 Location: Los Angeles, CA
|
Junior Member |
|
|
kimber wrote on Thu, 11 September 2008 12:19 | Hi all
In a report that i created in the disco plus, i have the following fields:
CONTRACT_NUMBER FIRM_TYPE EST_FEE SELECTION_DATE
00010 P $10,000 7/7/2008
00010 P $10,000 7/21/2008
What should i do to get just the recent date i.e 7/21/2008 in the above example.
Any help is greately appreciated.
Thanks
|
Set a date condition for SELECTION_DATE.
Under Condition: Select column Selection_date.
It should look like this:
Selection_date = to_date('7/21/2008,'MM/DD/YYYY')
That should work. If it doesn't, you'll need to do this trunc(selection_date) = to_date('7/21/2008,'MM/DD/YYYY').
|
|
|
|
Re: recent date [message #348613 is a reply to message #347513] |
Wed, 17 September 2008 07:30 |
aarti81
Messages: 235 Registered: December 2007 Location: USA
|
Senior Member |
|
|
Thank you all very much, i did like what you guys said and then in disco plus i used a condition . Thank you all again
|
|
|