hello all,
using CR 10, I have a DATE parameter (@enddate) where user's enter a date. I then want to use it at the end of this formula:
Though, it yells at me saying the parameter is not a date. Do I need to convert it somehow then? ..or is the problem from the other date tables in my SQL DB?
using CR 10, I have a DATE parameter (@enddate) where user's enter a date. I then want to use it at the end of this formula:
Code:
Round((datediff("d",minimum({ET_REQ_HISTORY_HEADER_MC.Requisition_Date},{ET_REQ_HISTORY_DETAIL_MC.Equipment_Code}), {?@enddate}) * .7143),0)
Though, it yells at me saying the parameter is not a date. Do I need to convert it somehow then? ..or is the problem from the other date tables in my SQL DB?