Todd Holman 2 Posted August 3, 2021 Share Posted August 3, 2021 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 More sharing options...
S H Posted August 4, 2021 Share Posted August 4, 2021 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now