• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

hyperlink control

Engaged ,
Oct 30, 2013 Oct 30, 2013

Copy link to clipboard

Copied

I would like to have a control to have hyper link based on data source.

I would like to know does Report Builder have any controls that I can set hyper link based on data.

Your help and information is great appreciated,

Regards,

Iccsi,

TOPICS
Reporting

Views

1.0K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Nov 04, 2013 Nov 04, 2013

Copy link to clipboard

Copied

iccsi wrote:

I would like to have a control to have hyper link based on data source.

I would like to know does Report Builder have any controls that I can set hyper link based on data.

Yes, see the "Using Links" section on the following page:

http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-78f8.html...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Nov 04, 2013 Nov 04, 2013

Copy link to clipboard

Copied

Thanks for the message and helping,

I am looking for the hyperlink based on the data.

For example, if the data is 100 then I want to the hyperlink www.myserver/100.cfm

if data is 200 then I want to link to www.myserver.com/200.cfm

Thanks again for helping,

Regards,

Iccsi,

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Nov 04, 2013 Nov 04, 2013

Copy link to clipboard

Copied

iccsi wrote:

I am looking for the hyperlink based on the data.

For example, if the data is 100 then I want to the hyperlink www.myserver/100.cfm

if data is 200 then I want to link to www.myserver.com/200.cfm

You can use a report function to return the desired URL based on the data in your query.

In other words, in the "Expression" property of your hyperlink report object, pass the query field to a function which then returns the URL as a string.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Nov 09, 2013 Nov 09, 2013

Copy link to clipboard

Copied

LATEST

Thanks a million for the information and help,

Regards,

Iccsi

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation