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
MDXHikerMDXHiker 

Move reports to new a Hierarchy

Is there an easy way we can move reports to a new hierarchy? I can of course go into each report one by one but it would take ages

Thanks
RickyGRickyG
MDX Hiker -

I think you can probably accomplish this easiest with the Force.com IDE.  You could modify the package.xml to include new directories and place the reports in the new directory.  Create a project in the IDE to download the reports and check out the package.xml for that project.

I'm not sure if you could get rid of the old hierarchy with the destructiveChanges.xml approach from the IDE, so you might have to do that one manually.

Hope this helps.