Jim Posted January 5 Share Posted January 5 Is it possible at all to add custom columns to reports? I'm not referring to the custom fields available I want to add a literal to a report for example in a direct query I could write select 'test' as Test and it would create a column of Test with a value of test. is this possible at all as when I try for testing it seems to be ignored. for example Link to comment Share on other sites More sharing options...
Steve Giller Posted January 5 Share Posted January 5 I don't think that's possible in reports, possibly because anything that's exactly the same every time would be redundant. Can you explain what you're trying to achieve, as there might be a better way to approach it? Link to comment Share on other sites More sharing options...
samwoo Posted January 8 Share Posted January 8 Like Steve said, it is not possible, though I would love to be able to add custom columns for the sake of convenience. For example: CONCAT('https://live.hornbill.com/<INSTANCE_ID>/servicemanager/request/view/', h_pk_reference) as REQUEST_LINK But it is definitely not possible at the moment in the way that you described. So I would +1 this as an enhancement request. 1 Link to comment Share on other sites More sharing options...
Jim Posted January 8 Author Share Posted January 8 Hi @Steve Giller, it's mainly a Partner we send the reports too that they wanted an extra field to state the contact type so they could import directly to their system. It's not something I'm willing to use a custom field on a request for when its the same data over and over to be repeated for each account type essentially Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now