Hi! I am using ToString to convert numeric values to string in order to add commas and decimals. The problem is I later use a filter >= a numeric value, which no longer works because the field is a string. If I try to convert it back using ToNumber, I lose the commas. Does anyone have a solution for this?