How to know who updated a folder in BI
Today somebody asked me how to find who updated my reports folder. I do not see it in the UI. All it says is it was last updated yesterday. So, to help find this out, I used following query : SELECT report_folder, report_path, report_type_code, creation_date, created_by, last_update_date, last_updated_by FROM GL_FRC_REPORTS_B WHERE report_folder like '%401k%%'