How to Create Report Drill Down Or Report Cascading In Oracle Apex | Oracle Apex Tutorial Lecture 40



How to Create Report Drill Down Or Report Cascading In Oracle Apex | Oracle Apex Tutorial Lecture 40

How to Create Report Drill Down Or Report Cascading In Oracle Apex | Oracle Apex Tutorial Lecture 40

#Drill #Down #Cascading #Report #Classic #Region #Refresh

Many times we need to cascade a master report and a child report. I have shared with you in this tutorial how to do that easily.
——————–code————————————
function setItems(pempid)
{
var region = apex.region( “rgn1” ); // Specify your static region ID instead of rgn1
apex.item( “P40_DEPTNO” ).setValue (pempid);//Specify your on item instead of P28_DID
region.refresh();
}
html code you can get from Facebook page post comment.html expression not allowed here so that.
thanks
please Like my Facebook page .
https://www.facebook.com/You-Vibes-104953771237440.

Comments are closed.