I would like to bring in records that are greater than a total of 15. I have the following expression which gives me the total number of records:
=Sum([CountOfDAYCODE])
Now if I could just get the records in the Report to list those that total more than 15 records any records 15 or less would not be displayed.
=Sum([CountOfDAYCODE])
Now if I could just get the records in the Report to list those that total more than 15 records any records 15 or less would not be displayed.