Skip to Content
0
Apr 19, 2010 at 09:26 PM

ProperCase For Displayed Parameters Formula

25 Views

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!