I am using MS SQL server 2008. I want to create a calculated field which would change one value to another:
IMPORT
6.745,00 €
CALC
6,745.00
Is there any way I could perform this kind of calculation on the IMPORT field and be provided with the CALC value as a result?
Thanks in advance!
IMPORT
6.745,00 €
CALC
6,745.00
Is there any way I could perform this kind of calculation on the IMPORT field and be provided with the CALC value as a result?
Thanks in advance!