function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Matt_FMatt_F 

Need help with a joined report

I have a joined report that I am generating from the Milestones PM app.  The report is a joined report with both the projects object and the logs object.  We are using the logs object as a project notes object.  The two objects are linked by the project ID in the report.  What I am looking to do is to limit the number of log entries that are returned to 2.  I can't do a row limit in the report, because the joined report type doesn't support row limits.  Does anyone have any ideas as to how this can be done?

Thanks,

Matt 
Vinita_SFDCVinita_SFDC
Hello,

I doubt if this is possible declaratively. I would suggest you to implement this with salesforce analytics API.

Refer: http://www.salesforce.com/us/developer/docs/api_analytics/salesforce_analytics_rest_api.pdf