Go to report Action - Hyperlink

  • If you have a hyperlink on the ordernumber column in a report and select ordernumber 123 can that hyperlink take you directly to a another report and open that order info? I have designed a report like this but once I click the hyperlink it takes me to any random order.

  • you have to add a parameter to the report you're opening (a hidden one is fine). And then in the calling report, you have to specify that parameter to pass when opening the report.

  • I am using a date range parameter to narrow down the recordset but I then click the action hyper link on ordernumber and it send to me to random order. So your saying clicking the hyperlink doesnt take in consideration the record thats being accessed? I am going to need an ordernumber paremter to do this?

  • If you're trying to go to a specific order number, then yes.

  • So the Hyperlink is a hyperlink into La La Land. Doesnt have direction unless you specify the order number. This was my whole point on using the link. Thanks

  • a hyperlink goes nowhere unless you tell it an address (or in this case some records to jump to).

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply