Hello,
I have a text string in a report where I want to include a currency field from a table. The table has 100 records. So far, my expression looks like this:
="The company contributes " & [ContributionAmount] & " per year for up to 10 years."
The [ContributionAmount] field is appearing as text instead of currency - it has no dollar sign or thousand separator. Could you tell me how to change the format of the field to currency? It is definitely a currency field in the table. I think I might need to use "@Currency" or the CCur(expression) but I'm not sure exactly how to do this.
I have a text string in a report where I want to include a currency field from a table. The table has 100 records. So far, my expression looks like this:
="The company contributes " & [ContributionAmount] & " per year for up to 10 years."
The [ContributionAmount] field is appearing as text instead of currency - it has no dollar sign or thousand separator. Could you tell me how to change the format of the field to currency? It is definitely a currency field in the table. I think I might need to use "@Currency" or the CCur(expression) but I'm not sure exactly how to do this.