Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi,
I want to create a hyperlink to a query in a meeting agenda for attendees to be able to click on to see what items we are going to go through. Could anyone please help we with how I would create this hyperlink?
Thanks,
Sam
Solved! Go to Solution.
Hi Sam,
Run A Query: http://{hostname}:{port}/im/viewissue?query={queryname}
more information can be found in the knowledge base article:
CS119067 https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS119067
Hi Sam,
Run A Query: http://{hostname}:{port}/im/viewissue?query={queryname}
more information can be found in the knowledge base article:
CS119067 https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS119067
The hyperlink syntax, after the protocol/hotname/port prefix is: /im/issues?query=Your Query Name Here
You should encode the spaces as %20 if necessary, depending on how you use the link.
Another useful one is /im/runreport?selection=Your Report Name Here
Thanks guy!! This worked like a charm.