• Hi,

    This can be done by using an expression on the format property for each of the 3 fields required.

    The expression for the format property would be something like;

    =iif(Fields!State_Province.Value="Arizona","N1","N0")

    This would fix the format for 1dp for the Arizona group and 0dp for everything else.