Skip to main content
1-Visitor
August 7, 2015
Solved

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

  • August 7, 2015
  • 3 replies
  • 2817 views

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

    Best answer by tketz

    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

    3 replies

    tketz1-VisitorAnswer
    1-Visitor
    August 7, 2015

    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

    16-Pearl
    August 7, 2015

    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

    sfenton1-VisitorAuthor
    1-Visitor
    August 10, 2015

    Thanks guy!! This worked like a charm.