"Application Name" Field not available on Requests filters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2023 07:40 AM
Hi All,
When I'm trying to create filter to filter Requests I can't find the Application Name available for filter or present as a column on the filter search results.
Application name is field on RITM and I want to apply that filter on Request.
What I need to do so that I can see "Application Name" column On list view of Request and will able to apply filter on Requests.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2023 07:23 AM
Hi @Bert_c1 / @Harsh_Deep ,
I have never worked on dependency views but as per KB article I tried to create on Dependency view but still its is not working
below is the attached image of dependency view that i have created.
but if i open any table under "view table" its is showing blank.(refer 2nd image)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2023 06:47 AM
Hi,
It seems Applicaiton Name is a variable on the form. You cannot access fields on child (REQ) from parent (RITM).
You can report on RITM table and add filter for relevant variables you need and dot-walk REQ to get required fields.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2023 07:32 AM
Hi @Jaspal Singh ,
Yes "Application Name" is variable on RITM form and i m trying to apply filter on RITM table by dotwalking but still i'm not able to see Name of Application.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2023 07:47 AM
Since, it is a reference field no need to dot-walk till Name
Catalog.Application will suffice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2023 07:58 AM
Still it is not working, is there any other solution?