Expand my Community achievements bar.

TravisGrogan1
TravisGrogan1
Online
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Have you tried $$USER.{name} ?

    Type

    Questions

    Views

    474

    Likes

    0

    Replies

    1
  • From my understanding, the LastNote column is just that, only the Last Note. You cannot report on items in the rest of the update stream. I would LOVE a way to do this though!

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • Thank you Skye!Here's what I ended up with that worked! This pulls in PROGRAMs to the report where any project within the PROGRAM has the custom date set between 1/1/24 and 12/31/24. (you do not need the carrots (<>), they are just there for emphasis in the forum post.  ) EXISTS:A:$$EXISTSMOD=EXIST...

    Type

    Questions

    Views

    563

    Likes

    0

    Replies

    0
  • I'm admittedly pretty terrible with the EXISTS filter. Trying to get better of course. Can anyone tell me what I'm doing wrong? I'm running a PROGRAM report, and I'm trying to pull in PROGRAMs that have PROJECTs where a PROJECT level custom date field is within a range. Here's what I'm trying to use...

    Type

    Questions

    Views

    605

    Likes

    0

    Replies

    2
  • Did you ever figure this out?

    Type

    Questions

    Views

    757

    Likes

    0

    Replies

    0
  • This is a pretty advanced question, I assume, but here goes nothing. We have created a "database" of sorts within Workfront using Projects. We have a single campaign that houses all of the projects and within those, they all have a custom form attached with a particular set of fields. I want to use ...

    Type

    Questions

    Views

    445

    Likes

    0

    Replies

    1
  • Is there a way I can REQUIRE users to assign their projects to a Portfolio? My only solution is to force them to use a Project Template and preassign the Portfolio there. Any other solutions?

    Type

    Questions

    Views

    989

    Likes

    0

    Replies

    6
  • Looks like I was correct. You cannot use the "Estimate" field in this manner. Instead I had to do math based on the workRequired field instead. Final code that is working looks like this:   displayname=Sizetextmode=truevalueexpression=IF((({workRequired}/8)/60)<=1, CONCAT("Extra-Small (",(({workRequ...

    Type

    Questions

    Views

    835

    Likes

    0

    Replies

    0
  • Thank you for responding. Looking over your code vs. mine, I think my code is correct. The issue I'm running into must have something to do with the "Estimate" field in particular.   I simplified my expression down to just this: displayname=Sizetextmode=truevalueexpression=IF({estimate}<=1, "TRUE", ...

    Type

    Questions

    Views

    836

    Likes

    0

    Replies

    1
  • I'm trying to setup a calculated column in a View that will check the "Estimate" points for our stories list and will assign a "size" to it. Clearly I have an issue in my expression because it's not working, but here's what I've got so far:   displayname=Sizetextmode=truevalueexpression=IF({estimate...

    Type

    Questions

    Views

    860

    Likes

    0

    Replies

    3
Top badges earned by TravisGrogan1
Customize the badges you want to showcase on your profile