my field Total Opp Amount is a float type, and I'm using the formula below but getting an error. I have double checked that field exists in the dataset and the field name is spelled correctly, and that it is a float type field.
ToString([Total Opp Amount], "$0,000.00")
The error is Parse Error at char(1): Invalid type in ToDouble () (Expression #1)
I'm not using the ToDouble function so I don't understand this error or how to fix it. I've also tried converting the field to a Double type.