Columns in Report Instance Table
Answered
Hey,
Just wondering what the difference was between the reporttime & reportduration columns in the ReportInstance table on the Config DB.
Cheers!
Hey,
Just wondering what the difference was between the reporttime & reportduration columns in the ReportInstance table on the Config DB.
Cheers!
Hi Simon,
ReportTime is the time part of a timestamp representing when the report was run, displayed in total seconds. So if the report was run on 02/12/2018 00:00:55
The time would be 55.
ReportDuration is the number of seconds the reportRun() took to execute, which includes pretty much everything involved in displaying the report.
Regards,
Nathan
Hi Simon,
ReportTime is the time part of a timestamp representing when the report was run, displayed in total seconds. So if the report was run on 02/12/2018 00:00:55
The time would be 55.
ReportDuration is the number of seconds the reportRun() took to execute, which includes pretty much everything involved in displaying the report.
Regards,
Nathan
Ahh that makes sense.
Thanks Nathan.
Ahh that makes sense.
Thanks Nathan.
Replies have been locked on this page!