Passing a report value to a URL

  • My report shows three values: 1,2,3. I want to be able to click on value 2 and have 2 be the value of my URL. (www.hoopty.com/value = 2).

    Any clues?

  • Click on the textbox properties in design view. Go to the "Navigation" tab. Under "Jump to URL" enter expression:

    ="http://www.hoopty.com/value="+Str(Fields!TexboxName.Value)

Viewing 2 posts - 1 through 1 (of 1 total)

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