J
|
Jon_AK author 5/26/2024 |
Just a followup. This issue was remedied by altering the data type of the two fields in question. Postgres has a data type of Money, which is what the two fields were set to display & is the data type I chose to use. Unfortunately, the use of this data type inserts a dollar sign $ in the data stream which caused PHPR to produce these strange results. Changing the data type to Numeric cured the problem Many thanks to Sergey for his help with this. |