Hello Everyone,
I'm trying to modify a detailed sales report by customer at a small retail health-food store to include a visit frequency field (we use this report to create our mailing lists from our customer database).
Currently the only way I have been able to figure out how to implement it is with something like this: Title = "Freq Last 30" Formula = "Customer.TotalVisits / 30"
The problem with this is that you then have to make sure you grab exactly the last 30 days when you define the date filter of the report for the report to be accurate.
What I'm wondering is if there is some way to access the dates that are inputted into the date filter by the user ... so far I haven't found a way to do this. E.g. the formula would then be something like: Formula = "Customer.TotalVisits / (dateFilter.End - dateFilter.Start) or Formula = "Customer.TotalVisits / dateFilter.Difference or something similar.
Any ideas?
~Andrew Reinartz Wayne & Mary's Nutrition Center