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
rupesh ranjanrupesh ranjan 

Hi all ( on urgent basis)

Is it possible to create a report based on when a field gets changed. What I am trying to do is have a report that will populate any time total revenue is changed in a contract.
Rohini AherRohini Aher
Hi Rupesh, 

You can enable the history tracking for that object where the changing field is created. You can use history object associated with that object in report and can trace the changing values. 

Hope this helps. 
CongnizentCongnizent
Hi rupesh ,

you can use analytic api to generate synchronous and asynchronous reports by apex . you should call rest api . for more info please refer
https://developer.salesforce.com/docs/atlas.en-us.api_analytics.meta/api_analytics/sforce_analytics_rest_api_get_reportdata.htm

Please let me know if you have further blocker or any problem

Thanks