I am using this below FOrmula in MultiRow Tool
IF [Pack Id] = [Row+1:Pack Id] THEN DateTimeAdd([Row+1:Price Start Date2],-1,'days') elseif [Pack Id] != [Row+1:Pack Id] THEN ([End Date]) ELSE "" ENDIF
In output I am getting time stamp added but I don't want time stamp to be there in the output
Referer the below Image and I want to handle this exception in the Multi Row tool itself
