I have a join formula as below in my crystal report ( the parameter is multi-value parameter).
Join({?testparam - Productname},",")
which will return the result as follows
'Product 1,Product 2,Product 3'
But I want the result as follows
'Product 1','Product 2','Product 3'
Please advise.
Join({?testparam - Productname},",")
which will return the result as follows
'Product 1,Product 2,Product 3'
But I want the result as follows
'Product 1','Product 2','Product 3'
Please advise.