- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 01:30 AM
Hi all,
I have a requirement wherein I need to get a specific field from the database view. The field can be filtered using dot walking through Parent field ---> Business Unit in the database view table. But is not visible when locating in the reference field for the interactive filter. What could be the reason? Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 03:41 AM - edited 09-07-2023 04:10 AM
Hi @oww15 ,
As demand parent.parent refers to task table, and there is no reference from task table to demand, there is currently no solution OOTB. To make a solution, you need to create a new field on the demand table which refer the demand table again. By doing this, you could create an interactive filter reference the business unit on the parent table.
if my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 09:23 PM
Thank you @AndersBGS