hi
i have a field in ssrs that has a formula:
= (sum((Fields!contrast.Value * Fields!Cases.Value )) /sum( Fields!Cases.Value ))
this i can format fine using n0 to have no decimal places
but if i add text to the end of the formula:
= (sum((Fields!contrast.Value * Fields!Cases.Value )) /sum( Fields!Cases.Value )) & " cc"
the formating does not work anymore
does anyone know how to correct this?
thanks
jeremy
i have a field in ssrs that has a formula:
= (sum((Fields!contrast.Value * Fields!Cases.Value )) /sum( Fields!Cases.Value ))
this i can format fine using n0 to have no decimal places
but if i add text to the end of the formula:
= (sum((Fields!contrast.Value * Fields!Cases.Value )) /sum( Fields!Cases.Value )) & " cc"
the formating does not work anymore
does anyone know how to correct this?
thanks
jeremy