Is there anyway to the following. I have source for my data, two different tables. One table contains the Users ID, let's call this {TABLE1.USERID}, next I have Login time which I would like to report against as well {TABLE2.LOGIN}.
My goal, which is 1/2 way completed, is to create a report that shows who logged in based on a date. I can show who logged in to the application by using a select expert that is greater than or equal to {TABLE2.LOGIN} - this is in one subreport. I am using a running total to sum the amount of logons. Works great.
Here is where it gets tricky! How do I create a subreport that reports on people who did not logon? The data is in the table, however getting it out based on the two fields above has proven difficult. I have tried using less than or equal to {TABLE2.LOGIN}, however, I receive EVERYBODY who has logged in, including those that were listed in the previous subreport. What I would like to do is just show a '0' if they have not logged in during the reporting period, or who have never logged in for that matter. Can this be done? I was thinking about an array, but these are string variables. Any insight??
My goal, which is 1/2 way completed, is to create a report that shows who logged in based on a date. I can show who logged in to the application by using a select expert that is greater than or equal to {TABLE2.LOGIN} - this is in one subreport. I am using a running total to sum the amount of logons. Works great.
Here is where it gets tricky! How do I create a subreport that reports on people who did not logon? The data is in the table, however getting it out based on the two fields above has proven difficult. I have tried using less than or equal to {TABLE2.LOGIN}, however, I receive EVERYBODY who has logged in, including those that were listed in the previous subreport. What I would like to do is just show a '0' if they have not logged in during the reporting period, or who have never logged in for that matter. Can this be done? I was thinking about an array, but these are string variables. Any insight??