MY database have values like 3302540.8200 748712.9600 584879.2400 20787.5300 1338075.0000
I need the above values like below in my SSRS reports 3,302,540.82 748,712.96 584,879.24 20,787.53 1,338,075
I tried custom format for number on my text box #,0.######## but while exporting it in excel it is showing the value 1 as 1. (dot is not desirable)
help me with this. TIA