Using the following formula, How do I get this to only display the whole number if there is a "0" after the decimial point instead of a number? Example: if the formula return 18.5 this is ok but if it returns 18.0 I would like the 0 to be suppressed or trimmed.
Sum ({@Transfer}) % DistinctCount ({HSP_ACCOUNT.HSP_ACCOUNT_ID})
I tried using TRIMRIGHT but since this is a number field it isn't working.
Sum ({@Transfer}) % DistinctCount ({HSP_ACCOUNT.HSP_ACCOUNT_ID})
I tried using TRIMRIGHT but since this is a number field it isn't working.