I am using SSRS 2005
. The issue is I would like to place, in numbers so if number is 23455 it should be displayed as 23,455 I know how to do this I have two data types in this field int and double. What I did to accommodate it is changed the numbers to strings but if I extract them to Excel they show green triangle.
To eliminate green triangle in Excel I used CDEC()
function which converts the string to number by doing this I loose , in the numbers.
I was wondering if it is even possible to place a comma within the field which has two different datatypes i.e. double and int.