September 25, 2014 at 9:12 am
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.
September 25, 2014 at 2:54 pm
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.
September 25, 2014 at 2:58 pm
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?
September 25, 2014 at 3:59 pm
If you're trying to go to a specific order number, then yes.
September 25, 2014 at 4:11 pm
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
September 25, 2014 at 4:33 pm
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