Ok, I'm using the following formula to display my selected parameters (XIr2):
WhilePrintingRecords;
Join({?Parameter}, ", ");
And I would like to be able to use the ProperCase() function on it, but have not been able to determine the appropriate syntax.
Thanks for any assistance!