With Interactive Reports you are able to save several views of one report source.
- Default
- Public
- Private
Your end user can easily choose from those saved reports.
If you need to know which the currently viewed report is then you can use this little js code snippet:
Try it inside a dynamic action!
- Default
- Public
- Private
Your end user can easily choose from those saved reports.
If you need to know which the currently viewed report is then you can use this little js code snippet:
alert( 'ID: ' + $('#apexir_SAVED_REPORTS').val() + ', Text: ' + $('#apexir_SAVED_REPORTS :selected').text() );
Try it inside a dynamic action!