Report Event / Trigger

Hello community,

Is there any trigger / event on report that can be attached so that it is fired after data has been loaded to report table, including after filter change and refresh button click.

Thank you.

+1 Curious for an answer as well

You can try adding this to the report javascript:

	onload: function(report) {
		//code
	}

I didn’t try it, but it’s implemented in the accounts_payable.js report

2 Likes

thank you so much, Nahuel