Hi Kevin, Yes, the workaround would be to duplicate the report and hard code the prompt criteria as filter rules. User based wildcards don't work as you would expect. When you set up the report send, you specify the user that you want the report to be delivered with the access rights of (which is de...
Hi Cheryl, I'm afraid that there is no setting to force users to tag someone into an update. However, one setting you could consider is the 'Someone comments on a thread I am in' configuration (located under Preferences > Communication in users settings). This will ensure that if a user was included...
Hi Pamela, This will be because you have a section break in your custom form with view settings applied that restrict who can see the fields within that section. If you go to your custom form, click on the section break field to display the field configuration in the left hand panel, you will see a ...
Hi Kundan, As far as I am aware, you are not able to use prompts when sending reports directly from Workfront. Since prompts are effectively filters that are configured 'on the fly' by a user, they are lost when you go to send the report because Workfront re-generates the report from scratch (losing...
Hi Simon, This is also possible when referencing a URL from a custom field. You would create a new column in your report and use the following text mode code for that column. valueexpression=IF(ISBLANK({DE:Custom Field Name That Hosts URL}),"","Your Hyperlink Text")link.url=customDataLabelsAsString...
Hi Trisha, Sure, this is possible! The below text mode should do it. displayname=Product Brieflink.url=String(URL)textmode=truevalueexpression=IF(ISBLANK({URL}),"","Product Brief Link")valueformat=HTML Best Regards,Rich
Hi Manuel, If you want to group by a multi-select field in a report, the below text mode for your grouping should do it: group.0.displayname=Keywordsgroup.0.valueexpression={DE:Keywords}group.0.valueformat=HTMLtextmode=true However, please note that you will not be able to create a graph using this ...