Hi @AdobeCampaignProxd ,Try this,<%= targetData.val_generic_2.toFixed(2).replace('.', ',').replace(/\B(?=(\d{3})+(?!\d))/g, ".") %>Breakdown:toFixed(2) ensures that the value has exactly two decimal places. If there are fewer than two decimals in your value, it will pad it with zeroes (e.g., 50000.9...