I do not understand what the function Chr(13) is doing in this sample formula:
"Region(s) selected for this report: " & Join({?Region}, ", ") & Chr(13) &
"The order Date Range is from " & Date(Minimum({?Date Range})) & " to " & Date(Maximum({?Date Range}))
Can someone provide some background on the function Chr(13)?
Thank you.