Pretius / apex-nested-reports

Pretius APEX Nested Reports
http://http://apex.pretius.com/apex/f?p=105:NESTED_REPORTS
MIT License
36 stars 7 forks source link

Is it possible to assign two dynamic actions to the same link? #27

Open tiagosteil opened 4 years ago

tiagosteil commented 4 years ago

Hi,

I have a link in my interactive report and I would like to open two Nested Reports with different queries when the link was clicked. With the two regions nested in the main record.

Is it possible to do that? how could i do?

bostrowski commented 4 years ago

Hi @tiagosteil

Sorry for late answer. I'm not Pretius employee since January 2020 and I do support my Pretius plug-ins in free time.

If you are still willing to open 2 separate nested reports you will need to prepare 2 separate true actions (under same dynamic action) implementing the plug-in. In both true actions you need to uncheck the plug-in setting called "Collapse Expanded". It should allow the plugin to open 2 separate nested reports.