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:
My expressions, which doesn't work it errors the application out:
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.
Solved! Go to Solution.
Solution:
LINKTOFILTEREDVIEW("ITPM_Tasks_Inline", [Project Name] = [_THISROW].[ID])
Solution:
LINKTOFILTEREDVIEW("ITPM_Tasks_Inline", [Project Name] = [_THISROW].[ID])
User | Count |
---|---|
16 | |
13 | |
8 | |
7 | |
4 |