Hi
That code is correct and works in my instance.
Is the custom field you have setup a single line or paragraph text field? If you are using a formatted text field to store the URL you will likely find that this wont work.
Other things to check are:
Is the URL definitley correctAre there any s...
Hi,
I don't believe this is possible whilst you are using a calculated column in your report view. Calculated columns calculate data in real time and they only exist in the view itself, the calculations are not stored anywhere for Workfront to be able to aggregate into an average or sum.
What I ...
Hey @Madalyn_Destafney,
Sure thing, this following text mode should do it. This will only return proof approvals where the overall decision is still pending on projects where DE:Region - DX Campaign Ops = "Americas"
EXISTS:1:$$EXISTSMOD=EXISTSEXISTS:1:$$OBJCODE=DOCU
EXISTS:1:versions:ID=FIELD:do...
Hi Emma,
You could try creating a task report that has a primary grouping of Milestone>>Name and a secondary grouping of Parent>>Name.
This should display all tasks under each milestone and workstream in a similar way as you depict on the screen shot. You wont get the same task indentation as w...
Hi Matt,
Are you trying to filter your hours report based on a value in the company custom form? Or are you trying to pull in values from a company custom form into the report? The way I read your post it's the latter and you won't need an EXISTS statement as these are purely for filtering.
To p...
Hi,
You're correct, if you have removed a users ability to view tasks in their access level, they will also lose access to task information displayed in reports.
An approach you could take would be to set the report to run with the access rights of an admin (Edit Report >> Report settings >> Run...
Hi Bill,
It depends on a number of factors such as which licensing model your are on and which plan. Customers on old licensing aren't restricted, but if you're on the new model the number of proof decisions is limited for contributors.
This question is probably best directed to your CSM as the...
Hi,
The following text mode should do it:
textmode=true
group.0.displayname=Hour Type
group.0.valueexpression=IF({hourType}="Task Time"||{hourType}="Issue Time","Billable","Non Billable")
group.0.valueformat=string
Best Regards,
Rich.