I Have a table with 4 different date fields with different dates it has warranty start date, end date and contract start, end dates
so total of 4 dates I need Max of Warranty End(marked in red) and Min Contract Start (marked in red) which is possible through resident load
but when ever I reload it I am getting duplicates in my straight table when I analyse data came to know it is pulling max warranty end and min contract start but pulling all the dates from warranty start and contract end which is wrong
Output should should be only max warranty end date with corresponding warranty start and min contract start date with corresponding contract end
where I don't need min or max for warranty start and contract end I need only corresponding dates.