ReportSQL - Human Friendly Name of Creating Process
Case Data and other tables have the Creation Process field, but it's just the ID of the process that created the record.
Get the human friendly name with a text formula field:
(select name from dynamic_process where id = %tableAlias%.dynamic_process_id)