I have an application named demo_app. It contains 3 pages; these are respectively interactive report, form and interactive grid form:
- project_rpt
- project_form
- show_milestone_grid.
I want to link project_rpt
with show_milestone_grid
.
project_rpt
has a column named "milestone
". I want to link this column with show_milestone_grid
that will show only those projects's milestone.
When I try to link this column, it is not showing any column for that page.
Example is as below.
page:project_rpt
project description milestones
----------
A test 2
B test2 3
so when I click on milestones for project A, it should show below:
Page:show_milestone_grid
Project milestones
----------
A my_mstone_1
A my_mstone_2
I am not able to link report page with interactive grid form. For normal form I can link, but I want to link grid form.