Not sure how to do this: we have 2 offices, 1 office and 1 data center. The office ships documents to the data center, and both sides log the files they ship is 2 separate databases.
Using CR11, I have 2 tables and I want to compare the count of files in each table to ensure that nothing was dropped. I was trying to create a report that is grouped on a date field formula and then do a count for each side
Tables are essentially: filename, date, time.
How can I create a formula to be "Date" and then do a count for each:
DistinctCount({table.Filename}, {@date}, "daily")
Or something like that. Any help is appreciated, thanks!
Using CR11, I have 2 tables and I want to compare the count of files in each table to ensure that nothing was dropped. I was trying to create a report that is grouped on a date field formula and then do a count for each side
Tables are essentially: filename, date, time.
How can I create a formula to be "Date" and then do a count for each:
DistinctCount({table.Filename}, {@date}, "daily")
Or something like that. Any help is appreciated, thanks!