Hi,
Have any of you ever done a custom reports?
I'm trying to get batches in order of process (from scanning to processed) and duration time by batch and this would be ran every month to give me a report.
I currently have a SQL query that I run for SQL EXPRESS that I play around with but I'm not sure if this is the right approach.
Thanks.
I attached my current query and results for one batch Ideally I would like to have it by date so I can run it every month and export to excel
Have any of you ever done a custom reports?
I'm trying to get batches in order of process (from scanning to processed) and duration time by batch and this would be ran every month to give me a report.
I currently have a SQL query that I run for SQL EXPRESS that I play around with but I'm not sure if this is the right approach.
Thanks.
I attached my current query and results for one batch Ideally I would like to have it by date so I can run it every month and export to excel
コメント
3件のコメント
I'm asking because there seem to be missing batches in EventLog Table I guess that table gets flush depending on the configuration for clean the eventlog in monitoring console.
Eventlog is the most common table to use for making reports, but additional information can be found in other tables such as Batches.
Eventlog can be flushed depending on your settings in monitoring console, information in other tables such as Batch is also updated according to batches in FlexiCapture.
If you need to create a report using crystal reports you can find more information in Developers help file.
Regards
Tim
サインインしてコメントを残してください。