I am using crystal 8.5.
I simply want to remove the thousand separator from a group name field that appears in a formula.
Here’s what I currently have:
If X=Y then
‘***’ + (ToText(GroupName ({tblA.ID}),0,"")) + ‘***’
else
(ToText(GroupName ({tblA.ID}),0,""))
I keep getting the following error:
Too many arguments have been given to this function
Any ideas how I can remove the thousands separator from a group name field that appears in a formula?
I simply want to remove the thousand separator from a group name field that appears in a formula.
Here’s what I currently have:
If X=Y then
‘***’ + (ToText(GroupName ({tblA.ID}),0,"")) + ‘***’
else
(ToText(GroupName ({tblA.ID}),0,""))
I keep getting the following error:
Too many arguments have been given to this function
Any ideas how I can remove the thousands separator from a group name field that appears in a formula?