I have added {audit}select event_name as Action,user_name as Performer, audited_obj_id as DocId, time_stamp as ActionDate from dm_audittrail where object_type='dm_document' and time_stamp <=Date(Today)and time_stamp >= Date('&fromdate','MM/dd/yyyy'); to tt_report DQL Query attribute in D2. But, it is not working for DCTM-Reports.
&fromdate is a Date variable from DCTM-Reports and which return value like 1/2/2020 7:05:02 PM