CR 10 with SQL server 2k.
I need to create a formula. I am referencing two fields from two different tables. These tables are linked with an equal inner join. The fields are a date field and a description field.
What I need to do is that get the description field only when the date is the latest (max). Which means that there could be more than one descriptions for several dates. I just need to get the one for the latest date. I am not sure how to proceed with this.
Any help would be appreciated.
I need to create a formula. I am referencing two fields from two different tables. These tables are linked with an equal inner join. The fields are a date field and a description field.
What I need to do is that get the description field only when the date is the latest (max). Which means that there could be more than one descriptions for several dates. I just need to get the one for the latest date. I am not sure how to proceed with this.
Any help would be appreciated.