I am currently using CR XI and I am creating a report that is excluding past pricing. We have a start and stop date per item per client. I surpressed the past data with
not (isnull ({AUTO.STOPDATE}))
or {AUTO.STOPDATE} >= currentdate
and {AUTO.PRORATE}<> "Y"
This surpressing the old pricing but my totals at the bottom still include all of the old pricing.
How do I exclude it from my totals?
not (isnull ({AUTO.STOPDATE}))
or {AUTO.STOPDATE} >= currentdate
and {AUTO.PRORATE}<> "Y"
This surpressing the old pricing but my totals at the bottom still include all of the old pricing.
How do I exclude it from my totals?