We are working on our integration with Adobe Assets; in the meantime, we publish assets through a manual process of assigning a publishing task and then the content publishers input the eDAM link into the Task URL field once it is completed. We do this on the task level URL, because a project might have multiple publishing tasks for various deliverables. I would like to get these URLs onto an existing project report for reference and to make it easy to find those links.
Using text mode based on the suggestions from this great community, I've been able to create a Current Task column and a Tasks Pending Approval column within my Project report, so I know I'm able to pull task related data into a Project Report.
What I'm looking for: if a Task URL field is not blank, put that Task URL result into a column in the Project report.
Hoping someone can help me with this!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Hi Heather,
To show all of the Task URLs in a Project Report, you can and a column with this textmode:
valueexpression=CONCAT({URL})
listdelimiter=
listmethod=nested(tasks).lists
valueformat=HTML
displayname=Task Links
textmode=true
type=iterate
@NRYN R - inactive‚ if you’d like to add this to your Text + Collections examples, you’re welcome to do so (which, btw Heather, is where I started this investigation, using the “Documents” example).
Regards,
Doug
Hi Heather,
To show all of the Task URLs in a Project Report, you can and a column with this textmode:
valueexpression=CONCAT({URL})
listdelimiter=
listmethod=nested(tasks).lists
valueformat=HTML
displayname=Task Links
textmode=true
type=iterate
@NRYN R - inactive‚ if you’d like to add this to your Text + Collections examples, you’re welcome to do so (which, btw Heather, is where I started this investigation, using the “Documents” example).
Regards,
Doug
Thank you, Doug! This is exactly what I was looking for. The perfect part is that even with more than one URL, it is populating within the report. Perfect!
Views
Replies
Total Likes
Hey @Doug Den Hoed‚ and @Heather Lambert‚,
I've added this example to the WFPro Text Mode Examples under the "Views + Collections" section for future reference.
Thanks,
Narayan
Views
Replies
Total Likes
Excellent -- happy to help, Heather.
As an aside, my first few tests were more complicated in that I was trying to also CONCAT the Task Number and Task Name, but I was unable to get that working (partly because I was struggling to do so on my iPhone), but when I realized that URL (vs url...case matters) worked as cleanly as it did, decided to stick with the latter...particularly since the iteration cannot be sorted, anyway.
Regards,
Doug
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies