I am building a Custom Report that displays all the Leads created/qualified in the last week.
I can use a prefilter that select only those leads created OR modified in the last seven days. I figured out a way of checking the qualification date by accessing the related contact/account/opportunity creation date, so that is not a problem.
The problem is that I need to distinguish between the two types of leads, so I check the createdon field and verify it is included in the last seven days. But what happens when the user change the number of days, from 7 let's say to 14?
Is there a way to get that parameter inside the report?