I am having problems getting a report to format correctly.
I am linked to an external table that has a PRICE field (Currency Value). I run a query and retrieve the data that I want and display it in a report. The problem occurs on the report, the values appear without zeros...IE "3.3", "45.9", "15". Some values are fine "15.34". I need them to be currency showing both decimal places. I have tried converting the values in the report to currency both in the properties and using the CCUR function. However the CCUR function changes the values to 0. I also have tried converting VAL then to CCUR and that produces an #error. If the table were internal I could change the type to number and that works fine but since its an external table I can't do that. Any ideas?
I am linked to an external table that has a PRICE field (Currency Value). I run a query and retrieve the data that I want and display it in a report. The problem occurs on the report, the values appear without zeros...IE "3.3", "45.9", "15". Some values are fine "15.34". I need them to be currency showing both decimal places. I have tried converting the values in the report to currency both in the properties and using the CCUR function. However the CCUR function changes the values to 0. I also have tried converting VAL then to CCUR and that produces an #error. If the table were internal I could change the type to number and that works fine but since its an external table I can't do that. Any ideas?