I have 2 View Object which populating programmatically, i.e. this objects don't have a SQL query in Query Statement region. There is HeaderVO and LinesVO. My task is display advanced table in advanced table. And this advanced tables based on HeaderVO and LinesVO. If I use View Link than the HeaderVO table displays data but LinesVO table displays only "No search conducted". It's logically and I understand why it is.
But how can I connected this 2 tables (View Objects)?
As the VO populates programatically, you can try by creating the View Link between these VOs also programatically. You can use the below method for the same :
Assume Master VO as deptVO and Detail VO as empVO.