|
-
September 27th, 2011, 05:32 AM
#1
Filtering data by Formula
Hi,
I have a CRM system called Goldmine with an SQL Database and I am trying to create a report using Crystal Reports XI which will filter off and show only the most recent activity for each opportunity created.
I have created a formula which uses the nthlargest function which add a yes to the record with the most recent date.
If {Conthist.ondate} = nthlargest(1,{Conthist.ondate}) then "Yes"
This has been created as a formula field called RecentActivity.
How do I apply this to the report?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|