Show 'Requested for' in report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2014 05:47 AM
Hi
Is there any way to show Requested for column in TASK table report.
That would be useful when make gauges or lists from the TASK table.
I didn't manage to find the proper value from Available choice list.
- Labels:
-
Enterprise Release Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2014 06:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2014 06:01 AM
Did you try adding Request for [Request] from the column list? I believe that should be available to you.
If not you can always create a DB view and add the desired column directly into column. Although I think first approach should work for you.
Thanks,
Dhananjay

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2014 06:02 AM
The requested for field is actually on the Reqest table so you would have to dot walk to it. You would need to walk to request item --> request --> requested for
Edit: Completely misread this question. Doug's method is the right one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2014 06:59 AM
Yes and no....
the issue here is you want multiple fields... <caller from incident and requested_for from request)
so first scroll down to incident.. then from it add the caller field
now scroll down to catalog task... then dot walk up to requested item.. then to request.. from there add requested for.