Jump to content

URL links with data from another column.


Todd Holman 2

Recommended Posts

I know that you can use the column data to create an URL with {$}. http://www.google.com/{$}

What if you need the data from another column to build the url httl://www.google.com/[another_columns_data]

For example I have two columns:

ID Review_date

1234 20210802

The URL for the review_date link is http://www.reviewDate.com/[iD]

I need to display the review_date data (20210802) yet make that date clickable with another columns data.

How would I do this

Thanks

Todd

Link to comment
Share on other sites

Have you considered making a calculated column to concatenate the two data points, and then make that new calculated column your linked column It's less pretty, but it'll work.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...