I am using a!currency to show thousand separator but it by default shows $ symbol if used USD ISO.Here I need to remove this $ symbol while displaying this field.
Discussion posts and replies are publicly visible
Use fixed() instead of a!currency() if you only want commas and no $ symbol, because a!currency() is designed to display a currency indicator.