Hi
I have 2 module views published on dashboard
module 1 has a list heirarchy(projects) which is like state -> branch -> project applied to it and time
module 2 - has a numbered list(#projectXcost) which is flattened intersection of project and cost and time . #Project X cost list also has a list property which links to projects list .
on dashboard i have project heirarchy (from module 1 )as page selector and 2 grids(grid 1 from module 1 and grid 2 from module 2 ) from above modules
what i need to acheive is when i select project as page selector module 2 grid only shows me rows where it matches the seleted project .
is this possible ? also is there a better way to do this ?
Thanks