Hello,
I have a series of numbers
i.e.
1
2
3
4
with dates assigned to them which are sorted per customer
so
Customer
1
2
3
4
then, each has a "billed" date, which I only need to display the values which are within another date, the "last activity" range of the customer. Is this possible, basically to suppress the records where the billed date of the number values is not within the last activity range of the customer
thanks
I have a series of numbers
i.e.
1
2
3
4
with dates assigned to them which are sorted per customer
so
Customer
1
2
3
4
then, each has a "billed" date, which I only need to display the values which are within another date, the "last activity" range of the customer. Is this possible, basically to suppress the records where the billed date of the number values is not within the last activity range of the customer
thanks