I have a Nintex Form for a teamsite (A bit out dated but we haven't moved to Sharepoint fully yet) that has calculated fields that work just fine for me and most of my team. However 3-4 of my team members do not show it functioning as intended.
The Code withing the calculated field is the following:
if(formatDate(lookup("EO MOD","ID", Max(lookup("EO MOD", "Report Received By", RecievedBy, "ID",true)), "Issue Report Date"),"M/dd/yyyy")==formatDate(Current Date,"M/dd/yyyy"),"Mod Ticket: " + Max(lookup("EO MOD", "Report Received By",RecievedBy, "ID",true)) + ", for " + parseLookup(lookup("EO MOD","ID",Max(lookup("EO MOD", "Report Received By",RecievedBy, "ID",true)),"Employee Name")), "No tickets submitted today")
Or more concisely
If('Date of most recent Ticket submitted by this User' == 'Current Date', "Mod Ticket:" + 'ID of most recent ticket' + " for " + 'Name of person ticket submitted for', "No ticket submitted today")
A simple if else function in the end.
Works just fine and for most of us, before our first ticket of the day, we get