I have a user that just wants a simple count of the number of documents we're pushing to our intranet, which we do based on certain parameters, such as security level. He's going to want to monitor it, so basically once a week or whatever, he wants to check it.
I'm trying to figure out a simple way for him to get that number without me having to run the DQL for him or teach him how to access DQL and run it himself. I thought I could just create a dm_query object that he could access through Webtop and it would give him the number, but it doesn't seem to work. I can get a list of the attributes that way, but when I use the count function I just get a result screen with a blank document object. If I try to open it I get an error.
Is there a way to do this? I hate to have to write a whole Crystal Report for something so basic.