How can i execute a dynamic action when i click in the button of a report to change to another page of vale ?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First, change the report template so that it assigns an ID to the next and previous buttons. For example:
Then give your report region a Static ID e.g. ‘MYREP’. The next and previous links will then have IDs ‘MYREPnext’ and ‘MYREPprevious’.
You can now create dynamic actions referencing those IDs as DOM objects or jQuery selectors.
Be sure to set the dynamic action’s Event Scope to “live” so that the actions still work after the report has been refreshed due to pagination.