You need to sign in to do that
Don't have an account?
custom date parameter in standard report
Hi,
I have to pass paramter as from date and to date in standard report.
Also, I want to schedule the report on specific day.
I can set the parameter using custom link with pv0 to pvN as parameter. But how can I pass the same parameter while scheduling ??
I have to pass paramter as from date and to date in standard report.
Also, I want to schedule the report on specific day.
I can set the parameter using custom link with pv0 to pvN as parameter. But how can I pass the same parameter while scheduling ??
You cannot pass parameters in the scheduling feature.
Also, let me know how can I use from date as any specific date of month like (10th of the month) in reports.
Because I need to export reports details every 5th of the month (10th of previous month to 5th of current month).
You could just use the "LAST MONTH" or "LAST n DAYS" relative date variable - because you're specifying when you run the report, that should do it.
https://help.salesforce.com/apex/HTViewHelpDoc?id=custom_dates.htm
If I use LAST MONTH then it will starts with 1st day of last month. Also, LAST n DAYS will not work properly in case of (30 days, 31 days & 28 days). Because I want to pull out the data for specific date range (viz.5th of last month to 10th of current month).