Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
custom parameter page or default parameter page navigation up on clicking run report
rams
Hi all,
I have developed two reports one of which uses the default parameter page,but the other one uses custom parameter page , both the reports run perfectly, but the thing is , after the report is generated when i click on the run report tab at the top ,it always navigates to the default parameter page, where and how should i define the condition for it call different reports based on which report being called.
Can any one please reply soon on this, it will be great help.
Thanks,
Rama
Find more posts tagged with
Comments
rams
I know i have to place the following code in AbstractBaseReportDocument.js file to navigate to whatever custom report, but the thing is how should allow both custom as well default paramter page report calls, can anyone give me an idea of how do i retrieve the report that is requested on clicking runreport option.
__beh_parameter : function( id )
{
window.location= ' ';
//birtParameterDialog.__cb_bind( );
}
Thanks,
Rama.