Is it possible to dot-walk using a reference variable in a report?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2016 08:01 AM
Is it possible to dot-walk using a reference variable in a report? I've tried using reports that point to a database view (sc_task and sc_option_item_mtom tables), a variable log report and sc_request_item however cannot see how to dot-walk using a reference variable that points to the location table so that I can pull additional location information. What am I missing?
- 5,102 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2017 09:24 PM
Thank you. I was looking for this for editing the conditions in ACL. Works like charm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2016 10:42 AM
Are you on Fuji? If so, try this...
EDIT: Ahhh... I see the problem now. The criteria builder makes you pick a variable, not a property of a variable (like the dot walked value of something the variable references).
I'm not sure how you'd pull this off.
Is there any reason you can't write the variable location to the Task's location field and run your logic off that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2016 10:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2016 11:07 AM
Doesn't look like it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2016 10:52 AM
Is there any reason you can't write the variable location to the Task's location field and run your logic off that? - Yes that is what I'm thinking I will have to do but my concern is if any other varaibles are needed for reporting. Thanks!!!