I have a main report that establishes a date array based upon date range parameters (prompted).
I am sending the value of the date array to a subreport contained in the details of the main report (Date Range Array Variable).
I am evaluating whether the date array value is within the start and end date of the records and if the record has a specific status.
I am able to evaluate whether the date array value is within the date range.
I am able to evaluate whether the status has the value I am looking for.
I am able to put the two of these together and get the correct True/False value.
However I cannot get a count of those records that fit both these conditions.
I have tried a running total and a distinctcount.
I have assigned a value of 1 to the record if it meets both conditions and have tried to sum the values. Each time I get an error.
Thanks
I am sending the value of the date array to a subreport contained in the details of the main report (Date Range Array Variable).
I am evaluating whether the date array value is within the start and end date of the records and if the record has a specific status.
I am able to evaluate whether the date array value is within the date range.
I am able to evaluate whether the status has the value I am looking for.
I am able to put the two of these together and get the correct True/False value.
However I cannot get a count of those records that fit both these conditions.
I have tried a running total and a distinctcount.
I have assigned a value of 1 to the record if it meets both conditions and have tried to sum the values. Each time I get an error.
Thanks