Using Crystal 8.5
Here is the scenario.
Someone buys items from us once a quarter, but I need it broken out by if they bought the items over a year ago, or under a year ago
So something like
Items bought less than 1 year ago
423
Items bought more than a year ago
223
I have the dates they were bought, but don't know how to write the formula for if it's over a year be on this line, under a year be on this line.
Something like if (rot.purchasedate) < 365 = (items bought)
As your can see from the above I need HELP!
Here is the scenario.
Someone buys items from us once a quarter, but I need it broken out by if they bought the items over a year ago, or under a year ago
So something like
Items bought less than 1 year ago
423
Items bought more than a year ago
223
I have the dates they were bought, but don't know how to write the formula for if it's over a year be on this line, under a year be on this line.
Something like if (rot.purchasedate) < 365 = (items bought)
As your can see from the above I need HELP!