Converting Reports to Platform Analytics

Steve from Dall
Tera Contributor

I am looking for a specific path to convert Core UI Reports to Visualizations. It appears that I have to bulk convert all the dashboards to platform analytics (creating the visualizations). If I do that, can I keep Core UI dashboards/reports active? I would like to create new platform analytics dashboards and pull in the visualizations that I created in the bulk conversion. Then, down the road, we activate Platform Analytics. Is this doable in the current environment?

Thanks,
Steve 

10 REPLIES 10

They are in the library.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

Mark Manders
Giga Patron

With Australia, you can migrate reports as well.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

JC Moller
Giga Sage

There is a new video out by Servicenow Community from last week and it has answers to your questions.

 

Australia has this comment:

"All customers will move to the Platform Analytics experience

All the new content created will be from Platform Analytics, while they still have access to Core Ul content."

 

https://youtu.be/ixIQ0SRomjI?si=QbA8YpZZcoMteKDF

 

- Jan

 

Gloria2
Tera Contributor

For others that may be looking for a quick answer on this topic, the following ServiceNow article provides steps to migrate individual Core UI reports to Data Visualizations (Platform Analytics):

https://www.servicenow.com/docs/bundle/zurich-now-intelligence/page/use/par-for-workspace/task/data-...

 

Thanks,

Gloria

Ankit P
Mega Guru

You can migrate the legacy reports using the below function. It accepts an array and so you can pass multiple reports at once. After running this in the background script, your reports will be available under Data Visualisations.

new global.MigrateDashboardAjax()._migrateReports(['report_sysId']);