We have some AFR reports that we actively change in our production environment.
It would be nice to export a copy of every new version of the reports, so that we have an option to revert if/when anything goes wrong. Having the exported report definitions would also allow us to use version control tools (to find differences between one version to the next, in order to help explain why a report works differently than in the past).
But I cannot find any way to export a single AFR report. The only option available seems to be “Export Reports” - and that dumps all of our reports into a single output file. The result is way too much XML, and our diff operations will capture too many differences (they aren’t isolated to a specific report).
Does anyone else have a strategy for doing version control with individual AFR report definitions? Any suggestions are welcome.