Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

ryanbrogz
ryanbrogz
Offline

Badges

Badges
0

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
15

Posts

Posts
45

Discussions

Discussions
1

Questions

Questions
44

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by ryanbrogz
Customize the badges you want to showcase on your profile
Re: Auto-recalculate custom expressions with fields from another object (eg: custom Task field which includes field from the Project) - Workfront 09-08-2022
I would also love this functionality. Also, and maybe I'm confused by the wording, but check out the last piece of info on this page: https://experienceleague.adobe.com/docs/workfront/using/administration-and-setup/customize/custom-forms/add-calculated-data-to-custom-form.html?lang=en Automatic updates of calculated custom fields Calculated custom fields on an object recalculate automatically when the following things happen: -Something on the object changes, such as a daily timeline calculation...

Views

36

Likes

0

Replies

0
Re: Pre-fill fields from an external source in the URL - Workfront 23-02-2022
I'm sure you've seen this post - https://one.workfront.com/s/question/0D54X00006pnbPvSAI/how-tp-pass-wildcards-as-url-parameter-to-external-pages or https://stackoverflow.com/questions/28843813/attask-workfront-external-page-send-parameter-to-external-server which both seem close but I didn't see the answer jump out to me in either of those. I still wonder if I'm just not doing something right with my syntax, pre-filling the Issue Subject/Name field with a title is indeed what I'm trying to do t...

Views

16

Likes

0

Replies

0
Re: Where is the setting to control what appears at Project, Program, and Portfolio levels? - Workfront 20-09-2021
Currently, the information in the page headers for programs, programs, and portfolios cannot be customized. As you've seen in layout template setups, only the left panel menu and the Details panel can be modified. Check the Innovation Lab to see if there's an existing idea you can up-vote or you might want to create a new suggestion.

Views

18

Likes

0

Replies

0
Re: Text Mode - Friendly URL displaying when URL hasn't been calculated yet - Workfront 30-06-2021
Ahhh, I knew it'd be something silly. Thanks, I appreciate your help!!

Views

18

Likes

0

Replies

0
Re: Report for tasks without a particular predecessor task - Workfront 06-05-2021
Hi Ryan,I think you might need to submit a case for this one because it sounds like it should work to filter as you're expecting, so if it's not either something is not right... or I'm not fully understanding what you're asking. Kyna

Views

7

Likes

0

Replies

0
Re: Display In Progress Milestones OR In Progress Parent tasks in a Project-level report - Workfront 11-05-2021
We actually landed in a similar place, but used a different snippet to get there. I think you'd want the below to show completed milestones (on a Project level report) - displayname=Completed Milestone(s)listdelimiter=listmethod=nested(tasks).liststextmode=truetype=iteratevalueexpression=IF(ISBLANK({milestoneID})=0,IF({status}="CPL",{milestone}.{name},""))valueformat=HTML Replace "CPL" with whatever your "Completed" task status key is.

Views

21

Like

1

Replies

0
Re: Is there a way to make a report that would display every Project where an aligned custom form had an update made with a date range? - Workfront 17-03-2021
Thanks, @Kyna Baker - inactive‚. @Patricia Greene‚, with the way our database is currently structured getting to the journal entries from a task or project report, is not possible. However, you could filter for specific Projects or Tasks from the Journal Entry report or table.

Views

18

Likes

0

Replies

0
Re: How can I get the Projected Completion Date of a specific task up to a Project Level custom form? - Workfront 04-02-2021
You can use the milestone ID to capture the Planned Completion Date. It's actually cleaner because when you use the task name, it can't be changed or it breaks the reporting. Here's an example of where I use the task milestone ID to get the planned completion date of a task in a project level report. displayname=ESA Datelistdelimiter=listmethod=nested(tasks).liststextmode=truetype=iteratevalueexpression=IF({milestoneID}="5ef679ed00b5871bbc0de47b45f9da82",{plannedCompletionDate})valueformat=HTMLw...

Views

28

Likes

0

Replies

0
Re: How do I make something not bold in a report? - Workfront 14-01-2021
Happy to help!

Views

13

Likes

0

Replies

0
Re: Another day, another WF reporting question. I'd like to show all Projects within a Program on a Project level report, in the same cell. - Workfront 07-01-2021
That was it, thank you! I could have sworn I tried that very same thing, but I guess not. Thanks again!

Views

10

Likes

0

Replies

0