I have used a Join LookupSet expression to return multiple dates in a cell with a carriage return separating them. There can be between 0 and 4 results in the output. Unfortunately this refuses to use anything but the default date output which is MM/DD/YYYY
. I'm in the UK so need DD/MM/YYYY
. Do I need to add something to the expression to force the UK format? TIA
Expression:
=Join(LookupSet(Fields!HOUSEHOLD_ID.Value,Fields!HOUSEHOLD_ID.Value,Fields!Placement_Start_Dates.Value, "Placements"),vbcrlf)
Example output:
2/14/2020
12/11/2019
12/24/2019