Process_record logic hook not executed in Reports module?

I get the process_record hook to fire in list view but it seems to be ignored the Reports module.
Is this intended behaviour?

I’m not sure I understand what you mean, but I wouldn’t expect a List view hook to have any effect in a Report, I don’t think the list view code is used in Reports at all (to my knowledge).

@rholighaus

Did you ever find a solution to this?

I wish I could get process_record to work when a report is run also. I suspect that the reports are a direct database request and not a bean request. Bean requests likely trigger the logic hooks whereas direct database requests do not.

No solution yet. Guess you are right wrt beans vs database processing…

A question for both of you…

What are you trying to achieve with this?

Maybe there are other approaches that might work, since this one seems a dead end…

I published a package today, maybe it will help you solve your problem Custom Report SQL subquery