I feel silly having to ask this because I've asked a very similar question (thank you @Kurt_Jones and @Rafal_Bainie!). How do I turn the URL field on a task into a hyperlink in my project view? I would assume the API value is task:URL?
The solution on my last question was:
displayname=Dropbox
link.url=customDataLabelsAsString(Dropbox link)
valueexpression=IF(ISBLANK({DE:Dropbox link}),"","Link")
valueformat=HTMLWhat I'm looking for now must be in the ballpark of:
displayname=URL
link.URL=task:URL
valueexpression=IF(ISBLANK({task:URL}),"","Link")
valueformat=HTML... What am I missing?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
it should be link.url (all lower case)
Mikaela, basically when you're inside a project plan viewing tasks, you want a special view that shows any URLs on tasks, right? In that case you have the right text mode for that column when you update the view, just remove the task: Its actually a task view that is created when you create them inside of the project plan space.
Hi Kurt, thank you! 🙂
It being a task view just occurred to me a minute ago, but that doesn't work either 😞
displayname=URL
link.URL=URL
valueexpression=IF(ISBLANK({URL}),"","Link")
valueformat=HTMLAlso doesn't work if I leave "link.URL=task:URL" as-is... Any idea what to try next?
Views
Replies
Total Likes
I think we can make it easier.
Should look like the below, that what you need?
When I try it this way, it gives me Link where the hyperlink text is just "link" instead of the URL. I wish it worked this way, much easier haha. Skye's answer below was the fix!
Thank you so much for your quick replies, Kurt!!
Views
Replies
Total Likes
it should be link.url (all lower case)
YES! Thank you, Skye!! Final answer:
displayname=URL
link.url=URL
valueexpression=IF(ISBLANK({URL}),"","Link")
valueformat=HTML
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies