I have a problem on creating nested report with in report
In parent report I have a ID as a link for this parent Report I click the ID on click I created Dyamic action on OnClick on this I Select the Pretius Nested Report Plugin for the details query block with column as
'<a href="javascript:void(0);" class="parent-link" data-id="' || PARENT_D || '">' || PARENT_ID || '</a>' AS PARENT_ID,
For creating nested report with in Nested Report
I creating another dynamic action
on this dynamic action I have js code for set value for one page item and then another true action I select Pretius Nested Report Plugin this plugin again for this plugin I have query like
SELECT * from A_TABLE
WHERE PARENT_ID = :P220_PARENT_ID But I have getting the sub nested report but I getting wrong Data,No data found
Example ScreenShot Attached