Hi,
I have oracle apex 20.1 with 12C database. I want to run RDF report from oracle Apex, what is the steps need to configure to see the results.
Thanks.
Hey, Dev!
Are you looking for a forum full of active developers to help you?
So if you want to:
➡️ Get answers for your development issues
➡️ Help others
➡️ Write an article
➡️ Get rewarded for your active participation
Then this place is just for you and it is 100% FREE.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Vinish
If you need to call the report using the URL only. You can create a DA to execute JavaScript and specify the URL as follows:
Farooq Ahmad
The best Way To Call RDF Install Application Server Then In cgicmd file create keyname of user credentials .then create substitutions like
REP_URL and value http://localhost:7778/reports/rwservlet?keyname&destype=cache&desformat=pdf
now go page from where you want call
Zakria Nawaz
hi farooq!!
Is it possible to call multiple reports on single button. if yes then how please help?