Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
While exporting the bulk documents list into XLSX or XLS the items in the list should have hyperlink either in Document number or in name.
The purpose of the hyper link is, it will be helpful for the users to redirect them directly to the document page in the windchill.
For now in our windchill we are having hyperlink on the name after clicking on the name it will redirect us to the information page of the particular document, but if I export the list to the excel(XLSX) then the hyper link is getting missed
So we would like to have the hyperlink on the number or name after exporting the documents list into XLSX file.
So are you looking to have the export to XLSX option provide URLs? Currently (in 12.0) you just get text of what you see in the table. This is how most table exports are done. Just confirming you are asking for URLs to be part of the export that they are not currently being created. right?
Hello @avillanueva
Thank you for your response
Yes, you are right I'm expecting URL to be part of the export.
Kindly suggest if there is any way to achieve my expectation...
As far as I know, not directly via export from spreadsheet. https://www.ptc.com/en/support/article/CS194090?source=search
There are two ways we could accomplish this but there would be an extra step involved.
For WTDocument 123456 whose URL is https://<hostname>/Windchill/app/#ptc1/tcomp/infoPage?oid=VR%3Awt.doc.WTDocument%3A1576631446&u8=1 the custom URL might be https://hostname/Windchill/netmarkets/jsp/direct/DirectLink.jsp?number=123456
Another possible workaround is to use Query Builder. If you create a report and add the document object to the output, you'll get a URL back to the documents that meet the query's criteria. This would be a different workflow for your users though. They'd have to run the report, then they could download it to Excel.
Hi @RK_11492709,
I wanted to see if you got the help you needed.
If so, please mark the appropriate reply as the Accepted Solution. It will help other members who may have the same question.
Of course, if you have more to share on your issue, please pursue the conversation.
Thanks,
Anurag