Looking for help with an aggregate mongo query that will output results in the "$236,535.73" format. Can anyone provide assistance with this query?
I have tried using the following query but it is truncating my decimal values: "totalDue" : { $concat: [ " $", {"$toString" : "$totalDue.value"} ] }
My MongoDB structure can be seen in the image below: enter image description here