jchewsmith
Technical User
I have a report with a subreport that I want to see if the datetime field called estimated date = the datetime field in the main report call estimated date.
I need to convert these fields to not be date time because I only want to compare if the dates are the same not the datetime.
I currently have a formula to share the variable after I change the datetime totext(estimated date, "MM/dd/yyyy") but that is not working. I appear to get the result of 09/27/2019 on both the subreport and main report but when I try to create a formula to highlight if they match it does not highlight.
I need to convert these fields to not be date time because I only want to compare if the dates are the same not the datetime.
I currently have a formula to share the variable after I change the datetime totext(estimated date, "MM/dd/yyyy") but that is not working. I appear to get the result of 09/27/2019 on both the subreport and main report but when I try to create a formula to highlight if they match it does not highlight.