How to create Master Detail with Interactive Grid?
We need to create two Interactive Grids. Lets take DEPT and EMP tables for interactive GRID.
Grid 1.
SELECT * FROM DEPT;
Grid 2.
SELECT * FROM EMP;
Now setup Master details configurations.
- Goto Details Grid
- Select Master Grid region.
- Goto the Deptno Column
- Select the master Grid primary key Column(DEPTNO)
No comments:
Post a Comment
Please do not add any spam links or abusive comments.