From 2 days I’m traying to get information about which report is scheduled and with what frequency does the report refresh (for example: Monday, Friday at 9.00).
I looked for this information in Audit tables (Audit Event, Event Detail) but I didn’t find it. I can see only where the report is saved, name etc.
I looked for in CMS repository in SI_INFOOBJECTS but there is any name of report, only strange values
I’ve checked univers Activity also but without success
I’ve checked and I got error of course :?
I looked into VBA code and there are connection to tables which I have (but I have diffrence name). But the problem is for example: in ObjName field I have data in varbinary and I don’t know how it convert into varchar.
Another thing is: could I join for example: Audit_Detail.Object_ID = CI_INFOOBJECTS.ObjectID ? Of course I tried but without positive result