Find reuse of topics across publications

Hi Developers,

I am trying to get the reuse percentage of topics in a publication.

I am getting all baseline topics and find each topics in all publication baseline in SDL repository and if any item found in other baseline considering as that topic is reused.  for 50-100 topic publication it takes 2-4 hours to get the response. some of the publication have 1000+ topics, so this approach is not useful. Is there any way to find reuse in ISHRemote or any other modules?

 

Thanks

Roopesh

Parents
  • There are is some report functionality on the web client (ISHCM) but as far as I know, the API doesn't offer similar functionality. Which means that ISHRemote doesn't offer it either.

    PowerShell is not fast when data processing happens. I would measure time needed for the same processing implemented in e.g. .NET, and if that is satisfactory then I would switch to that. Otherwise consider this as a scheduled long executing process.

    If you need to create reports from powershell, there are a couple of ways that combine different technologies. I used markdown with the help of MarkdownPS module that I created. If you are interested for such a path take a look in these posts

    - sarafian.github.io/.../ (All markdownps related posts)
    - sarafian.github.io/.../simple-markdown-web-server-for-windows.html (how to easily host markdown pages)

    It works very nice and easily for a dashboard page I've created.
Reply
  • There are is some report functionality on the web client (ISHCM) but as far as I know, the API doesn't offer similar functionality. Which means that ISHRemote doesn't offer it either.

    PowerShell is not fast when data processing happens. I would measure time needed for the same processing implemented in e.g. .NET, and if that is satisfactory then I would switch to that. Otherwise consider this as a scheduled long executing process.

    If you need to create reports from powershell, there are a couple of ways that combine different technologies. I used markdown with the help of MarkdownPS module that I created. If you are interested for such a path take a look in these posts

    - sarafian.github.io/.../ (All markdownps related posts)
    - sarafian.github.io/.../simple-markdown-web-server-for-windows.html (how to easily host markdown pages)

    It works very nice and easily for a dashboard page I've created.
Children
No Data