Transform numbers from your data into any format using $number
function. Don’t forget to check out all the ways to format your numbers by clicking the link! Documentation
For Example:
qty_sold is 1250
Tranform it into:
{{$number qty_sold "0,0"}}
1,250