Any on knw how to acces a specific report folder in mre by link.Like i want to goive the link to another main website so that when they click that link from another site they would come to the report folder in mre.
I gues you want to call a procedure which is in another folder, right? You then have to submit two values (do that with hidden form fields and as soon as the user clicks on your link the form should be submitted).
First values are:
You get the reportname in the MRE by right clicking the report and selecting properties. And the foldername by rightclicking the folder and selecting properties.
Maybe it would be enough to have
<input type='hidden' name='IBIMR_fex' value="app/foldername/reportname.fex">
<input type='hidden' name='IBIF_ex' value="app/foldername/reportname.fex">
Hi Eva
I asked for going directly to a folder like you have like 10 domains like sales assets amd more , and when you want to just give link to reports in sales to sales people , i dont want them to access everything and then selewct the domain and go in there , i directly want to show the sales reports to the sales people so this is not the solution and i alreasy fixed that by using ope of the jsp files they have in there components.
Thanks anyway EVA
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.