Cannot fix Time Format for Due Date - Electronic Reporting
There is actually a calculated field that will override everything. For those experiencing a similar issue, I suggest searching what cell you're having an issue with ("Due" in my instance) in the format mapping. This is where I found Cell<Statement_Multiple_Label> = IF(NOT(model.ReportParameters.PrintPaymentSchedule), IF(LEN(@.MarkForPaymentSchedule)=0, DATEFORMAT(@.DueDate, "dd/MM/yyyy"), "Multiple"), DATEFORMAT(@.DueDate, "dd/MM/yyyy"))
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.