Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!

Currency in French Format

Avatar

Level 1

Hi, 

 

I am trying to covert a numeric field into Currency in French Format . 

I tried using FormatCurrency(<Amount>,<Currency>), but it throws an error:

ODB-240000 ODBC error: [Microsoft][ODBC Driver 13 for SQL Server][SQL Server]Cannot find either column "MA_UAT" or the user-defined function or aggregate "MA_UAT.FormatCurrency", or the name is ambiguous. SQLState: 37000

 

Is there a way to achieve this through a function or a code?

Thanks.

 

 

 

1 Reply

Avatar

Community Advisor

Hi,

 

It's missing in my postgres db; funcList.xml only shows a definition for SQL Server, which you have.

Check db if it's available?

 

Thanks,

-Jon