TOPIC: Missing Parameter error when all parameters are in

Missing Parameter error when all parameters are in 06 Dec 2018 20:31 #3365

  • Dan231
  • Dan231's Avatar
  • Offline
I have a report which asks for start date and end date.
I was using:
The First Day of Last Month:
%{DateSerial(DatePart("yyyy",DateAdd("m", -1, Date)),DatePart("m",DateAdd("m", -1, Date)),1)}%
The Last Day of Last Month:
%{DateAdd("d", -1, DateSerial(DatePart("yyyy",Date),DatePart("m",Date),1))}%

It fails with missing parameters. I deleted them and tried a hard coded date of 11/1/2018 & 11/30/2018, which is the exact format of the dates in the report. Still fails with missing parameters.

What am I missing?
The administrator has disabled public write access.

Missing Parameter error when all parameters are in 06 Dec 2018 20:46 #3366

  • kprice
  • kprice's Avatar
  • Offline
Is the "save data with report" option unchecked on the report?
The administrator has disabled public write access.
The following user(s) said Thank You: Dan231

Missing Parameter error when all parameters are in 06 Dec 2018 21:09 #3367

  • Dan231
  • Dan231's Avatar
  • Offline
yes - LOL. Thank you!
The administrator has disabled public write access.