cancel
Showing results for 
Search instead for 
Did you mean: 

Dealing Decimal Spaces in PLD

Former Member
0 Kudos

Dear Experts is it possible to decrease or increase decimal spaces using PLD. Please help how?

Faisal Baloch

Accepted Solutions (1)

Accepted Solutions (1)

KennedyT21
Active Contributor
0 Kudos

HI Fasal,

You Can Use the Formule Round(,) for the desired filed....

Syntax  "Round( fieldname,decimal value)"

For Ex -- F_302 need to rounded in decimal.

Then Create New Field F_303 usinf the formula you can round,...

Round(F_302,2)

Hope you understand

Regards

Kennedy

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

   You can use Round( )  formula for the decimal point increase or decrease..

Ex:

     Round(F_299,2)

    

   And try Amount( ) formula too...

Ex: Amount(F_299)