I have a percent column that displays like this: 0.51%, 0.36%Desired format: 51.00%, 36.00%I am using this formula =Format(Fields!CUL1.Value,"F2")what do I need to change to get the desired format?
↧