cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PLD rounding question

Former Member
0 Kudos
237

I have a system report that contains System Variable field (eg System Variable 81) which gives me a 3 decimal figure. How do I change this to No decimal figure. Do I use a new field Formula field and use Amount() to convert to Numeric field? If yes, what is the syntax for NO DECIMAL?

Thank you

Robert

View Entire Topic
Former Member
0 Kudos

Robert,

You can use a new field with formula Round(Field(Variable 81),0) to change it to No Decimal.

Thanks,

Gordon

FRANCISCO24
Explorer
0 Kudos
i need the oposite form i need it not to round it the result os a colsum("F_230") and the result is goin up by 0.50 wich alterates the result ty