cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

How to create a hyperlink to a query to open up on the web interface?

sfenton
1-Newbie

How to create a hyperlink to a query to open up on the web interface?

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

1 ACCEPTED SOLUTION

Accepted Solutions
tketz
4-Participant
(To:sfenton)

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

View solution in original post

3 REPLIES 3
tketz
4-Participant
(To:sfenton)

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

LLawton
14-Alexandrite
(To:sfenton)

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.

Top Tags