B
Bernie
For each record I have 2 columns with dates and need to identify the min or
max from both.
Using:
MinDate:
IIf([CalloutDaystoDuefh]<[CalloutDaystoDueFC],[CalloutDaystoDuefh],[CalloutDaystoDueFC])
MaxDate:
IIf([CalloutDaystoDuefh]>[CalloutDaystoDueFC],[CalloutDaystoDuefh],[CalloutDaystoDueFC])
For the most part the results are correct but below is an example of the
issue, second record is reverse
CalloutDaystoDuefh CalloutDaystoDueFC MinDate MaxDate
9/12/2015 9/7/2016 9/12/2015 9/7/2016
9/13/2019 8/12/2020 "8/12/2020" 9/13/2019
Thanks in advance
Bernie
max from both.
Using:
MinDate:
IIf([CalloutDaystoDuefh]<[CalloutDaystoDueFC],[CalloutDaystoDuefh],[CalloutDaystoDueFC])
MaxDate:
IIf([CalloutDaystoDuefh]>[CalloutDaystoDueFC],[CalloutDaystoDuefh],[CalloutDaystoDueFC])
For the most part the results are correct but below is an example of the
issue, second record is reverse
CalloutDaystoDuefh CalloutDaystoDueFC MinDate MaxDate
9/12/2015 9/7/2016 9/12/2015 9/7/2016
9/13/2019 8/12/2020 "8/12/2020" 9/13/2019
Thanks in advance
Bernie