View all Child Tasks related to Parent Project in inline view

Hello,

I believe this is an easy expression but I don't think I understand why its not working. 

I have a project table and a task table. I have it set up in a dynamic dashboard, and I would like a button that when it is pressed, directs to the tasks of THAT project. The dynamic view does this, once you click the project name it changes the view on the right but would like to go to the full inline view. Screenshot examples:

Example Data Structure:

Brandon_Ekbatan_0-1644249449496.png

My expressions, which doesn't work it errors the application out:

Brandon_Ekbatan_1-1644249483589.png

The Dynamic Dashboard, that when you click on a project (in this example: Document work done), the right side "Task inline" shows all the tasks. I would like that "view all tasks" button go to that view for the selected project.

Brandon_Ekbatan_2-1644249600980.png

 

Solved Solved
0 1 102
  • UX
1 ACCEPTED SOLUTION

Solution:

LINKTOFILTEREDVIEW("ITPM_Tasks_Inline", [Project Name] = [_THISROW].[ID])

View solution in original post

1 REPLY 1

Solution:

LINKTOFILTEREDVIEW("ITPM_Tasks_Inline", [Project Name] = [_THISROW].[ID])

Top Labels in this Space